Symbol: kthread_cancel_delayed_work_sync
drivers/dpll/zl3073x/core.c
914
kthread_cancel_delayed_work_sync(&zldev->work);
drivers/net/dsa/mv88e6xxx/chip.c
409
kthread_cancel_delayed_work_sync(&chip->irq_poll_work);
drivers/net/ethernet/intel/ice/ice_dpll.c
3758
kthread_cancel_delayed_work_sync(&d->work);
drivers/net/ethernet/intel/ice/ice_gnss.c
244
kthread_cancel_delayed_work_sync(&gnss->read_work);
drivers/net/ethernet/intel/ice/ice_gnss.c
374
kthread_cancel_delayed_work_sync(&gnss->read_work);
drivers/net/ethernet/intel/ice/ice_ptp.c
1190
kthread_cancel_delayed_work_sync(&ptp_port->ov_work);
drivers/net/ethernet/intel/ice/ice_ptp.c
1238
kthread_cancel_delayed_work_sync(&ptp_port->ov_work);
drivers/net/ethernet/intel/ice/ice_ptp.c
2938
kthread_cancel_delayed_work_sync(&ptp->work);
drivers/net/ethernet/intel/ice/ice_ptp.c
3393
kthread_cancel_delayed_work_sync(&pf->ptp.work);
drivers/ptp/ptp_clock.c
519
kthread_cancel_delayed_work_sync(&ptp->aux_work);
drivers/ptp/ptp_clock.c
669
kthread_cancel_delayed_work_sync(&ptp->aux_work);
drivers/tty/serial/sc16is7xx.c
1171
kthread_cancel_delayed_work_sync(&one->ms_work);
drivers/tty/serial/sc16is7xx.c
1185
kthread_cancel_delayed_work_sync(&s->poll_work);
drivers/tty/serial/sc16is7xx.c
1692
kthread_cancel_delayed_work_sync(&s->p[i].ms_work);
drivers/tty/serial/sc16is7xx.c
1699
kthread_cancel_delayed_work_sync(&s->poll_work);
drivers/tty/serial/sc16is7xx.c
988
kthread_cancel_delayed_work_sync(&one->ms_work);
include/linux/kthread.h
278
bool kthread_cancel_delayed_work_sync(struct kthread_delayed_work *work);
kernel/kthread.c
1562
EXPORT_SYMBOL_GPL(kthread_cancel_delayed_work_sync);