Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/s390/kernel/
Dtime.c426 static struct workqueue_struct *time_sync_wq; variable
430 if (time_sync_wq) in time_init_wq()
432 time_sync_wq = create_singlethread_workqueue("timesync"); in time_init_wq()
479 queue_work(time_sync_wq, &stp_work); in stp_timeout()
490 queue_work(time_sync_wq, &stp_work); in stp_init()
507 queue_work(time_sync_wq, &stp_work); in stp_timing_alert()
536 queue_work(time_sync_wq, &stp_work); in stp_queue_work()
920 queue_work(time_sync_wq, &stp_work); in online_store()