Searched refs:notify_wq (Results 1 – 2 of 2) sorted by relevance
236 struct workqueue_struct *notify_wq; member
2389 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()