Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/kernel/
H A Dtime.c420 static struct workqueue_struct *time_sync_wq; variable
424 if (time_sync_wq) in time_init_wq()
426 time_sync_wq = create_singlethread_workqueue("timesync"); in time_init_wq()
473 queue_work(time_sync_wq, &stp_work); in stp_timeout()
484 queue_work(time_sync_wq, &stp_work); in stp_init()
501 queue_work(time_sync_wq, &stp_work); in stp_timing_alert()
530 queue_work(time_sync_wq, &stp_work); in stp_queue_work()
912 queue_work(time_sync_wq, &stp_work); in online_store()