Searched refs:kthread_delayed_work (Results 1 – 9 of 9) sorted by relevance
| /linux/include/linux/ |
| A D | kthread.h | 140 struct kthread_delayed_work { struct 160 struct kthread_delayed_work dwork = \ argument 201 struct kthread_delayed_work *dwork, 205 struct kthread_delayed_work *dwork, 212 bool kthread_cancel_delayed_work_sync(struct kthread_delayed_work *work);
|
| /linux/kernel/ |
| A D | kthread.c | 1050 struct kthread_delayed_work *dwork = from_timer(dwork, t, timer); in kthread_delayed_work_timer_fn() 1077 struct kthread_delayed_work *dwork, in __kthread_queue_delayed_work() 1121 struct kthread_delayed_work *dwork, in kthread_queue_delayed_work() 1200 struct kthread_delayed_work *dwork = in kthread_cancel_delayed_work_timer() 1201 container_of(work, struct kthread_delayed_work, work); in kthread_cancel_delayed_work_timer() 1268 struct kthread_delayed_work *dwork, in kthread_mod_delayed_work() 1382 bool kthread_cancel_delayed_work_sync(struct kthread_delayed_work *dwork) in kthread_cancel_delayed_work_sync()
|
| /linux/drivers/net/ethernet/intel/ice/ |
| A D | ice_gnss.h | 34 struct kthread_delayed_work read_work;
|
| A D | ice_ptp.h | 185 struct kthread_delayed_work ov_work; 254 struct kthread_delayed_work work;
|
| A D | ice_dpll.h | 90 struct kthread_delayed_work work;
|
| /linux/drivers/ptp/ |
| A D | ptp_private.h | 57 struct kthread_delayed_work aux_work;
|
| /linux/drivers/net/dsa/mv88e6xxx/ |
| A D | chip.h | 401 struct kthread_delayed_work irq_poll_work;
|
| /linux/drivers/tty/serial/ |
| A D | sc16is7xx.c | 333 struct kthread_delayed_work ms_work;
|
| /linux/kernel/time/ |
| A D | timer.c | 711 struct kthread_delayed_work, timer, work.func),
|
Completed in 25 milliseconds