Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/ceph/
Dosd_client.h236 struct workqueue_struct *notify_wq; member
/linux-4.1.27/net/ceph/
Dosd_client.c2375 queue_work(osdc->notify_wq, &event_work->work); in handle_watch_notify()
2587 flush_workqueue(osdc->notify_wq); in ceph_osdc_flush_notifies()
2642 osdc->notify_wq = create_singlethread_workqueue("ceph-watch-notify"); in ceph_osdc_init()
2643 if (!osdc->notify_wq) in ceph_osdc_init()
2660 flush_workqueue(osdc->notify_wq); in ceph_osdc_stop()
2661 destroy_workqueue(osdc->notify_wq); in ceph_osdc_stop()