commit | ed1aeafec799934e8c243c5ba1e18aaecdacf8d3 | [log] [tgz] |
---|---|---|
author | Andreas Gruenbacher <agruenba@redhat.com> | Mon Jan 24 17:20:37 2022 +0100 |
committer | Andreas Gruenbacher <agruenba@redhat.com> | Mon Jan 24 17:30:00 2022 +0100 |
tree | 2ccf48612786529b56e46f28047aedd6110262dd | |
parent | e783362eb54cd99b2cac8b3a9aeac942e6f6ac07 [diff] |
sched/wait: Add init_wait_func() helper Add an init_wait_func() helper and implement init_wait() in terms of init_wait_func(). Use the new helper wherever init_wait(wait) is followed by replacing wait.func. Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>