Searched refs:kthread_delayed_work (Results 1 – 10 of 10) sorted by relevance
| /linux/include/linux/ |
| H A D | kthread.h | 141 struct kthread_delayed_work { struct 161 struct kthread_delayed_work dwork = \ argument 247 struct kthread_delayed_work *dwork, 251 struct kthread_delayed_work *dwork, 258 bool kthread_cancel_delayed_work_sync(struct kthread_delayed_work *work);
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_gnss.h | 34 struct kthread_delayed_work read_work;
|
| H A D | ice_ptp.h | 151 struct kthread_delayed_work ov_work; 251 struct kthread_delayed_work work;
|
| H A D | ice_dpll.h | 116 struct kthread_delayed_work work;
|
| /linux/kernel/ |
| H A D | kthread.c | 1210 struct kthread_delayed_work *dwork = timer_container_of(dwork, t, in kthread_delayed_work_timer_fn() 1238 struct kthread_delayed_work *dwork, in __kthread_queue_delayed_work() 1282 struct kthread_delayed_work *dwork, in kthread_queue_delayed_work() 1361 struct kthread_delayed_work *dwork = in kthread_cancel_delayed_work_timer() 1362 container_of(work, struct kthread_delayed_work, work); in kthread_cancel_delayed_work_timer() 1429 struct kthread_delayed_work *dwork, in kthread_mod_delayed_work() 1543 bool kthread_cancel_delayed_work_sync(struct kthread_delayed_work *dwork) in kthread_cancel_delayed_work_sync()
|
| /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 | 95 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 | 334 struct kthread_delayed_work ms_work; 352 struct kthread_delayed_work poll_work;
|
| /linux/kernel/time/ |
| H A D | timer.c | 668 struct kthread_delayed_work, timer, work.func),
|