queue_delayed_work(9) suse man page | unix.com

Man Page: queue_delayed_work

Operating Environment: suse

Section: 9

QUEUE_DELAYED_WORK(9)						   Driver Basics					     QUEUE_DELAYED_WORK(9)

NAME
queue_delayed_work - queue work on a workqueue after delay
SYNOPSIS
int queue_delayed_work(struct workqueue_struct * wq, struct delayed_work * dwork, unsigned long delay);
ARGUMENTS
wq workqueue to use dwork delayable work to queue delay number of jiffies to wait before queueing
DESCRIPTION
Returns 0 if work was already on a queue, non-zero otherwise.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 QUEUE_DELAYED_WORK(9)
Related Man Pages
dummynet(4) - debian
workqueue(9) - netbsd
dummynet(4) - centos
tapset::irq(3stap) - centos
tapset::irq(3stap) - debian
Similar Topics in the Unix Linux Community
Change directory error
Getting command output to putty window title.
Migrating to UNIX
Cut command on RHEL 6.8 compatibility issues
Update kernel Linux without reboot?!