diff options
author | Vladimir Davydov <[email protected]> | 2013-02-14 18:19:58 +0400 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2013-02-15 16:45:06 +0100 |
commit | 686855f5d833178e518d79e7912cdb3268a9fa69 (patch) | |
tree | 2adae2efee0d3ae072084806231a5d0fd9e2b262 /net/lapb/lapb_in.c | |
parent | 9fb0a7da0c528d9bd49b597aa63b1fe2216c7203 (diff) |
sched: add wait_for_completion_io[_timeout]
The only difference between wait_for_completion[_timeout]() and
wait_for_completion_io[_timeout]() is that the latter calls
io_schedule_timeout() instead of schedule_timeout() so that the caller
is accounted as waiting for IO, not just sleeping.
These functions can be used for correct iowait time accounting when the
completion struct is actually used for waiting for IO (e.g. completion
of a bio request in the block layer).
Signed-off-by: Vladimir Davydov <[email protected]>
Acked-by: Ingo Molnar <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'net/lapb/lapb_in.c')
0 files changed, 0 insertions, 0 deletions