Searched refs:kthread_delayed_work (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/include/linux/ |
H 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);
|
/openbmc/linux/kernel/ |
H A D | kthread.c | 1049 struct kthread_delayed_work *dwork = from_timer(dwork, t, timer); in kthread_delayed_work_timer_fn() 1076 struct kthread_delayed_work *dwork, in __kthread_queue_delayed_work() 1120 struct kthread_delayed_work *dwork, in kthread_queue_delayed_work() 1199 struct kthread_delayed_work *dwork = in kthread_cancel_delayed_work_timer() 1200 container_of(work, struct kthread_delayed_work, work); in kthread_cancel_delayed_work_timer() 1267 struct kthread_delayed_work *dwork, in kthread_mod_delayed_work() 1381 bool kthread_cancel_delayed_work_sync(struct kthread_delayed_work *dwork) in kthread_cancel_delayed_work_sync()
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_ptp.h | 169 struct kthread_delayed_work ov_work; 201 struct kthread_delayed_work work;
|
H A D | ice_gnss.h | 34 struct kthread_delayed_work read_work;
|
/openbmc/linux/drivers/ptp/ |
H A D | ptp_private.h | 49 struct kthread_delayed_work aux_work;
|
/openbmc/linux/drivers/net/dsa/mv88e6xxx/ |
H A D | chip.h | 390 struct kthread_delayed_work irq_poll_work;
|
/openbmc/linux/kernel/time/ |
H A D | timer.c | 657 struct kthread_delayed_work, timer, work.func),
|
/openbmc/linux/drivers/tty/serial/ |
H A D | sc16is7xx.c | 330 struct kthread_delayed_work ms_work;
|