table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
FLUSH_WORKQUEUE(9) | Driver Basics | FLUSH_WORKQUEUE(9) |
NAME¶
flush_workqueue - ensure that any scheduled work has run to completion.SYNOPSIS¶
void
flush_workqueue(struct workqueue_struct * wq);
ARGUMENTS¶
wqworkqueue to flush
DESCRIPTION¶
This function sleeps until all work items which were queued on entry have finished execution, but it is not livelocked by new incoming ones.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |