Searched refs:kthread_delayed_work (Results 1 – 10 of 10) sorted by relevance
| /linux/include/linux/ |
| H A D | kthread.h | 161 struct kthread_delayed_work { struct 181 struct kthread_delayed_work dwork = \ argument 267 struct kthread_delayed_work *dwork, 271 struct kthread_delayed_work *dwork, 278 bool kthread_cancel_delayed_work_sync(struct kthread_delayed_work *work);
|
| /linux/kernel/ |
| H A D | kthread.c | 1225 struct kthread_delayed_work *dwork = timer_container_of(dwork, t, in kthread_delayed_work_timer_fn() 1253 struct kthread_delayed_work *dwork, in __kthread_queue_delayed_work() 1297 struct kthread_delayed_work *dwork, in kthread_queue_delayed_work() 1376 struct kthread_delayed_work *dwork = in kthread_cancel_delayed_work_timer() 1377 container_of(work, struct kthread_delayed_work, work); in kthread_cancel_delayed_work_timer() 1444 struct kthread_delayed_work *dwork, in kthread_mod_delayed_work() 1558 bool kthread_cancel_delayed_work_sync(struct kthread_delayed_work *dwork) in kthread_cancel_delayed_work_sync()
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_ptp.h | 151 struct kthread_delayed_work ov_work; 252 struct kthread_delayed_work work;
|
| H A D | ice_gnss.h | 34 struct kthread_delayed_work read_work;
|
| H A D | ice_dpll.h | 128 struct kthread_delayed_work work;
|
| /linux/drivers/ptp/ |
| H A D | ptp_private.h | 63 struct kthread_delayed_work aux_work;
|
| /linux/drivers/dpll/zl3073x/ |
| H A D | core.h | 64 struct kthread_delayed_work work;
|
| /linux/drivers/net/dsa/mv88e6xxx/ |
| H A D | chip.h | 410 struct kthread_delayed_work irq_poll_work;
|
| /linux/drivers/tty/serial/ |
| H A D | sc16is7xx.c | 294 struct kthread_delayed_work ms_work; 312 struct kthread_delayed_work poll_work;
|
| /linux/kernel/time/ |
| H A D | timer.c | 668 struct kthread_delayed_work, timer, work.func),
|