queue_delayed_work_on(9) suse man page | unix.com

Man Page: queue_delayed_work_on

Operating Environment: suse

Section: 9

QUEUE_DELAYED_WORK_O(9) 					   Driver Basics					   QUEUE_DELAYED_WORK_O(9)

NAME
queue_delayed_work_on - queue work on specific CPU after delay
SYNOPSIS
int queue_delayed_work_on(int cpu, struct workqueue_struct * wq, struct delayed_work * dwork, unsigned long delay);
ARGUMENTS
cpu CPU number to execute work on wq workqueue to use dwork 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_O(9)
Related Man Pages
cpuset_clr(3) - netbsd
cpuset_create(3) - netbsd
cpuset_set(3) - netbsd
workqueue_create(9) - netbsd
workqueue_enqueue(9) - netbsd
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Is UNIX an open source OS ?
Change directory error
Grant unprivileged user rights to see the output of echo|format but not modify disks
SOCKS proxy & PAM configuration exposure