Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

schedule_delayed_work(9) [suse man page]

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)

Check Out this Related Man Page

tapset::irq(3stap)														tapset::irq(3stap)

NAME
tapset::irq - systemtap irq tapset DESCRIPTION
workqueue.create Creating a new workqueue See probe::workqueue.create(3stap) for details. workqueue.insert Queuing work on a workqueue See probe::workqueue.insert(3stap) for details. workqueue.execute Executing deferred work See probe::workqueue.execute(3stap) for details. workqueue.destroy Destroying workqueue See probe::workqueue.destroy(3stap) for details. irq_handler.entry Execution of interrupt handler starting See probe::irq_handler.entry(3stap) for details. irq_handler.exit Execution of interrupt handler completed See probe::irq_handler.exit(3stap) for details. softirq.entry Execution of handler for a pending softirq starting See probe::softirq.entry(3stap) for details. softirq.exit Execution of handler for a pending softirq completed See probe::softirq.exit(3stap) for details. SEE ALSO
probe::workqueue.create(3stap), probe::workqueue.insert(3stap), probe::workqueue.execute(3stap), probe::workqueue.destroy(3stap), probe::irq_handler.entry(3stap), probe::irq_handler.exit(3stap), probe::softirq.entry(3stap), probe::softirq.exit(3stap), stap(1), stapprobes(3stap) IBM
--- tapset::irq(3stap)
Man Page