centos man page for flush_workqueue

Query: flush_workqueue

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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
wq workqueue 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
Kernel Hackers Manual 3.10 June 2014 FLUSH_WORKQUEUE(9)
Related Man Pages
usb_kill_urb(9) - centos
wait_event_interruptible_exclusive_locked_irq(9) - centos
pthread_workqueue(3) - debian
workqueue_destroy(9) - netbsd
tapset::irq(3stap) - centos
Similar Topics in the Unix Linux Community
Weird 'find' results
DB2 convert digits to binary format
Shopt -s histappend
CentOS 6 ran out of space, need to reclaim it
[TIP] Processing YAML files with yq