Man Page: cancel_delayed_work_sync
Operating Environment: suse
Section: 9
CANCEL_DELAYED_WORK_(9) Driver Basics CANCEL_DELAYED_WORK_(9)NAMEcancel_delayed_work_sync - reliably kill off a delayed work.SYNOPSISint cancel_delayed_work_sync(struct delayed_work * dwork);ARGUMENTSdwork the delayed work structDESCRIPTIONReturns true if dwork was pending. It is possible to use this function if dwork rearms itself via queue_work or queue_delayed_work. See also the comment for cancel_work_sync.COPYRIGHTKernel Hackers Manual 2.6. July 2010 CANCEL_DELAYED_WORK_(9)
| Related Man Pages |
|---|
| del_timer_sync(9) - centos |
| usb_queue_reset_device(9) - centos |
| ccw_device_start_timeout(9) - suse |
| struct_ccwgroup_driver(9) - suse |
| struct_hrtimer(9) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| How to restrict user to a specific directory in solaris 10 |
| Is UNIX an open source OS ? |
| Getting command output to putty window title. |
| Update kernel Linux without reboot?! |
| Shopt -s histappend |