centos man page for queue_delayed_work_on

Query: queue_delayed_work_on

OS: centos

Section: 9

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

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
bool 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 false if work was already on a queue, true otherwise. If delay is zero and dwork is idle, it will be scheduled for immediate execution.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 QUEUE_DELAYED_WORK_O(9)
Related Man Pages
cpuset_isset(3) - netbsd
cpuset_destroy(3) - netbsd
cpuset_size(3) - netbsd
cpuset_zero(3) - netbsd
workqueue_enqueue(9) - netbsd
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Set hard block limit for user using quota
How to increment version inside a file?
Controlling user input
Please Welcome Dave Munro to the Moderator Team!