QUEUE_DELAYED_WORK(9) Driver Basics QUEUE_DELAYED_WORK(9)NAMEqueue_delayed_work - queue work on a workqueue after delaySYNOPSISint queue_delayed_work(struct workqueue_struct * wq, struct delayed_work * dwork, unsigned long delay);ARGUMENTSwq workqueue to use dwork delayable work to queue delay number of jiffies to wait before queueingDESCRIPTIONReturns 0 if work was already on a queue, non-zero otherwise.COPYRIGHTKernel Hackers Manual 2.6. July 2010 QUEUE_DELAYED_WORK(9)
| Related Man Pages |
|---|
| workqueue_destroy(9) - netbsd |
| device_schedule_callback_owner(9) - suse |
| workqueue(9) - 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 |
| Change directory error |
| SOCKS proxy & PAM configuration exposure |
| Tar Command |
| Shopt -s histappend |