Home
last modified time | relevance | path

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

/linux-3.3/net/ceph/
Dosd_client.c1656 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()
/linux-3.3/include/linux/ceph/
Dosd_client.h156 struct workqueue_struct *notify_wq; member