Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/ceph/
Dosd_client.h236 struct workqueue_struct *notify_wq; member
/linux-4.4.14/net/ceph/
Dosd_client.c2389 queue_work(osdc->notify_wq, &event_work->work); in handle_watch_notify()
2601 flush_workqueue(osdc->notify_wq); in ceph_osdc_flush_notifies()
2656 osdc->notify_wq = create_singlethread_workqueue("ceph-watch-notify"); in ceph_osdc_init()
2657 if (!osdc->notify_wq) in ceph_osdc_init()
2674 flush_workqueue(osdc->notify_wq); in ceph_osdc_stop()
2675 destroy_workqueue(osdc->notify_wq); in ceph_osdc_stop()