Home
last modified time | relevance | path

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

/linux-6.6.21/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.c1294 kthread_cancel_delayed_work_sync(&ptp_port->ov_work); in ice_ptp_port_phy_stop()
1330 kthread_cancel_delayed_work_sync(&ptp_port->ov_work); in ice_ptp_port_phy_restart()
2568 kthread_cancel_delayed_work_sync(&ptp->work); in ice_ptp_prepare_for_reset()
2772 kthread_cancel_delayed_work_sync(&pf->ptp.work); in ice_ptp_release()
/linux-6.6.21/include/linux/
Dkthread.h211 bool kthread_cancel_delayed_work_sync(struct kthread_delayed_work *work);
/linux-6.6.21/drivers/ptp/
Dptp_clock.c363 kthread_cancel_delayed_work_sync(&ptp->aux_work); in ptp_clock_unregister()
451 kthread_cancel_delayed_work_sync(&ptp->aux_work); in ptp_cancel_worker_sync()
/linux-6.6.21/kernel/
Dkthread.c1353 bool kthread_cancel_delayed_work_sync(struct kthread_delayed_work *dwork) in kthread_cancel_delayed_work_sync() function
1357 EXPORT_SYMBOL_GPL(kthread_cancel_delayed_work_sync);
/linux-6.6.21/drivers/tty/serial/
Dsc16is7xx.c1008 kthread_cancel_delayed_work_sync(&one->ms_work); in sc16is7xx_set_termios()
1207 kthread_cancel_delayed_work_sync(&one->ms_work); in sc16is7xx_shutdown()
1658 kthread_cancel_delayed_work_sync(&s->p[i].ms_work); in sc16is7xx_remove()
/linux-6.6.21/drivers/net/dsa/mv88e6xxx/
Dchip.c408 kthread_cancel_delayed_work_sync(&chip->irq_poll_work); in mv88e6xxx_irq_poll_free()