Searched refs:notify_wq (Results 1 – 2 of 2) sorted by relevance
1620 if (!queue_work(osdc->notify_wq, &event_work->work)) { in handle_watch_notify()1811 osdc->notify_wq = create_singlethread_workqueue("ceph-watch-notify"); in ceph_osdc_init()1812 if (IS_ERR(osdc->notify_wq)) { in ceph_osdc_init()1813 err = PTR_ERR(osdc->notify_wq); in ceph_osdc_init()1814 osdc->notify_wq = NULL; in ceph_osdc_init()1830 flush_workqueue(osdc->notify_wq); in ceph_osdc_stop()1831 destroy_workqueue(osdc->notify_wq); in ceph_osdc_stop()
150 struct workqueue_struct *notify_wq; member