suse man page for schedule_delayed_work

Query: schedule_delayed_work

OS: suse

Section: 9

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

SCHEDULE_DELAYED_WOR(9) 					   Driver Basics					   SCHEDULE_DELAYED_WOR(9)

NAME
schedule_delayed_work - put work task in global workqueue after delay
SYNOPSIS
int schedule_delayed_work(struct delayed_work * dwork, unsigned long delay);
ARGUMENTS
dwork job to be done delay number of jiffies to wait or 0 for immediate execution
DESCRIPTION
After waiting for a given time this puts a job in the kernel-global workqueue.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 SCHEDULE_DELAYED_WOR(9)
Related Man Pages
workqueue_create(9) - netbsd
workqueue_enqueue(9) - netbsd
delay(9f) - sunos
delay(9f) - php
delay(9f) - minix
Similar Topics in the Unix Linux Community
Porting Linux and TTY / Shell problems