Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/ceph/
Dosd_client.h363 struct workqueue_struct *notify_wq; member
/Linux-v4.19/net/ceph/
Dosd_client.c2767 queue_work(osdc->notify_wq, &lwork->work); in lwork_queue()
4921 flush_workqueue(osdc->notify_wq); in ceph_osdc_flush_notifies()
5033 osdc->notify_wq = create_singlethread_workqueue("ceph-watch-notify"); in ceph_osdc_init()
5034 if (!osdc->notify_wq) in ceph_osdc_init()
5049 destroy_workqueue(osdc->notify_wq); in ceph_osdc_init()
5065 destroy_workqueue(osdc->notify_wq); in ceph_osdc_stop()