Searched refs:kthread_delayed_work (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/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-6.15/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; 254 struct kthread_delayed_work work;
|
| H A D | ice_dpll.h | 90 struct kthread_delayed_work work;
|
| /linux-6.15/kernel/ |
| H A D | kthread.c | 1210 struct kthread_delayed_work *dwork = from_timer(dwork, t, timer); in kthread_delayed_work_timer_fn() 1237 struct kthread_delayed_work *dwork, in __kthread_queue_delayed_work() 1281 struct kthread_delayed_work *dwork, in kthread_queue_delayed_work() 1360 struct kthread_delayed_work *dwork = in kthread_cancel_delayed_work_timer() 1361 container_of(work, struct kthread_delayed_work, work); in kthread_cancel_delayed_work_timer() 1428 struct kthread_delayed_work *dwork, in kthread_mod_delayed_work() 1542 bool kthread_cancel_delayed_work_sync(struct kthread_delayed_work *dwork) in kthread_cancel_delayed_work_sync()
|
| /linux-6.15/drivers/ptp/ |
| H A D | ptp_private.h | 57 struct kthread_delayed_work aux_work;
|
| /linux-6.15/drivers/net/dsa/mv88e6xxx/ |
| H A D | chip.h | 410 struct kthread_delayed_work irq_poll_work;
|
| /linux-6.15/drivers/tty/serial/ |
| H A D | sc16is7xx.c | 334 struct kthread_delayed_work ms_work; 352 struct kthread_delayed_work poll_work;
|
| /linux-6.15/kernel/time/ |
| H A D | timer.c | 710 struct kthread_delayed_work, timer, work.func),
|