Home
last modified time | relevance | path

Searched refs:aux_work (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/ptp/
H A Dptp_clock.c193 aux_work.work); in ptp_aux_kworker()
200 kthread_queue_delayed_work(ptp->kworker, &ptp->aux_work, delay); in ptp_aux_kworker()
236 kthread_init_delayed_work(&ptp->aux_work, ptp_aux_kworker); in ptp_clock_register()
308 kthread_cancel_delayed_work_sync(&ptp->aux_work); in ptp_clock_unregister()
390 return kthread_mod_delayed_work(ptp->kworker, &ptp->aux_work, delay); in ptp_schedule_worker()
396 kthread_cancel_delayed_work_sync(&ptp->aux_work); in ptp_cancel_worker_sync()
H A Dptp_private.h48 struct kthread_delayed_work aux_work; member
/kernel/linux/linux-6.6/drivers/ptp/
H A Dptp_clock.c194 aux_work.work); in ptp_aux_kworker()
201 kthread_queue_delayed_work(ptp->kworker, &ptp->aux_work, delay); in ptp_aux_kworker()
254 kthread_init_delayed_work(&ptp->aux_work, ptp_aux_kworker); in ptp_clock_register()
363 kthread_cancel_delayed_work_sync(&ptp->aux_work); in ptp_clock_unregister()
445 return kthread_mod_delayed_work(ptp->kworker, &ptp->aux_work, delay); in ptp_schedule_worker()
451 kthread_cancel_delayed_work_sync(&ptp->aux_work); in ptp_cancel_worker_sync()
H A Dptp_private.h49 struct kthread_delayed_work aux_work; member

Completed in 3 milliseconds