Home
last modified time | relevance | path

Searched refs:kthread_cancel_delayed_work_sync (Results 1 – 8 of 8) sorted by relevance

/linux-6.14.4/drivers/net/ethernet/intel/ice/
Dice_gnss.c244 kthread_cancel_delayed_work_sync(&gnss->read_work); in ice_gnss_close()
374 kthread_cancel_delayed_work_sync(&gnss->read_work); in ice_gnss_exit()
Dice_ptp.c1331 kthread_cancel_delayed_work_sync(&ptp_port->ov_work); in ice_ptp_port_phy_stop()
1378 kthread_cancel_delayed_work_sync(&ptp_port->ov_work); in ice_ptp_port_phy_restart()
2846 kthread_cancel_delayed_work_sync(&ptp->work); in ice_ptp_prepare_for_reset()
3282 kthread_cancel_delayed_work_sync(&pf->ptp.work); in ice_ptp_release()
Dice_dpll.c2035 kthread_cancel_delayed_work_sync(&d->work); in ice_dpll_deinit_worker()
/linux-6.14.4/drivers/tty/serial/
Dsc16is7xx.c1048 kthread_cancel_delayed_work_sync(&one->ms_work); in sc16is7xx_set_termios()
1242 kthread_cancel_delayed_work_sync(&one->ms_work); in sc16is7xx_shutdown()
1256 kthread_cancel_delayed_work_sync(&s->poll_work); in sc16is7xx_shutdown()
1755 kthread_cancel_delayed_work_sync(&s->p[i].ms_work); in sc16is7xx_remove()
1762 kthread_cancel_delayed_work_sync(&s->poll_work); in sc16is7xx_remove()
/linux-6.14.4/include/linux/
Dkthread.h258 bool kthread_cancel_delayed_work_sync(struct kthread_delayed_work *work);
/linux-6.14.4/drivers/ptp/
Dptp_clock.c423 kthread_cancel_delayed_work_sync(&ptp->aux_work); in ptp_clock_unregister()
520 kthread_cancel_delayed_work_sync(&ptp->aux_work); in ptp_cancel_worker_sync()
/linux-6.14.4/kernel/
Dkthread.c1542 bool kthread_cancel_delayed_work_sync(struct kthread_delayed_work *dwork) in kthread_cancel_delayed_work_sync() function
1546 EXPORT_SYMBOL_GPL(kthread_cancel_delayed_work_sync);
/linux-6.14.4/drivers/net/dsa/mv88e6xxx/
Dchip.c409 kthread_cancel_delayed_work_sync(&chip->irq_poll_work); in mv88e6xxx_irq_poll_free()