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