Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/ceph/
Dosd_client.h369 struct workqueue_struct *notify_wq; member
/Linux-v5.4/net/ceph/
Dosd_client.c2868 queue_work(osdc->notify_wq, &lwork->work); in lwork_queue()
5043 flush_workqueue(osdc->notify_wq); in ceph_osdc_flush_notifies()
5174 osdc->notify_wq = create_singlethread_workqueue("ceph-watch-notify"); in ceph_osdc_init()
5175 if (!osdc->notify_wq) in ceph_osdc_init()
5190 destroy_workqueue(osdc->notify_wq); in ceph_osdc_init()
5206 destroy_workqueue(osdc->notify_wq); in ceph_osdc_stop()