Searched refs:notify_wq (Results 1 – 2 of 2) sorted by relevance
1656 if (!queue_work(osdc->notify_wq, &event_work->work)) { in handle_watch_notify()1846 osdc->notify_wq = create_singlethread_workqueue("ceph-watch-notify"); in ceph_osdc_init()1847 if (IS_ERR(osdc->notify_wq)) { in ceph_osdc_init()1848 err = PTR_ERR(osdc->notify_wq); in ceph_osdc_init()1849 osdc->notify_wq = NULL; in ceph_osdc_init()1865 flush_workqueue(osdc->notify_wq); in ceph_osdc_stop()1866 destroy_workqueue(osdc->notify_wq); in ceph_osdc_stop()
156 struct workqueue_struct *notify_wq; member