Symbol: kthread_delayed_work
drivers/dpll/zl3073x/core.h
64
struct kthread_delayed_work work;
drivers/net/dsa/mv88e6xxx/chip.h
410
struct kthread_delayed_work irq_poll_work;
drivers/net/ethernet/intel/ice/ice_dpll.h
128
struct kthread_delayed_work work;
drivers/net/ethernet/intel/ice/ice_gnss.h
34
struct kthread_delayed_work read_work;
drivers/net/ethernet/intel/ice/ice_ptp.h
151
struct kthread_delayed_work ov_work;
drivers/net/ethernet/intel/ice/ice_ptp.h
252
struct kthread_delayed_work work;
drivers/ptp/ptp_private.h
63
struct kthread_delayed_work aux_work;
drivers/tty/serial/sc16is7xx.c
294
struct kthread_delayed_work ms_work;
drivers/tty/serial/sc16is7xx.c
312
struct kthread_delayed_work poll_work;
include/linux/kthread.h
181
struct kthread_delayed_work dwork = \
include/linux/kthread.h
267
struct kthread_delayed_work *dwork,
include/linux/kthread.h
271
struct kthread_delayed_work *dwork,
include/linux/kthread.h
278
bool kthread_cancel_delayed_work_sync(struct kthread_delayed_work *work);
kernel/kthread.c
1225
struct kthread_delayed_work *dwork = timer_container_of(dwork, t,
kernel/kthread.c
1253
struct kthread_delayed_work *dwork,
kernel/kthread.c
1297
struct kthread_delayed_work *dwork,
kernel/kthread.c
1376
struct kthread_delayed_work *dwork =
kernel/kthread.c
1377
container_of(work, struct kthread_delayed_work, work);
kernel/kthread.c
1444
struct kthread_delayed_work *dwork,
kernel/kthread.c
1558
bool kthread_cancel_delayed_work_sync(struct kthread_delayed_work *dwork)
kernel/time/timer.c
668
struct kthread_delayed_work, timer, work.func),