Home
last modified time | relevance | path

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

/linux-3.4.99/net/ceph/
Dosd_client.c1675 if (!queue_work(osdc->notify_wq, &event_work->work)) { in handle_watch_notify()
1868 osdc->notify_wq = create_singlethread_workqueue("ceph-watch-notify"); in ceph_osdc_init()
1869 if (IS_ERR(osdc->notify_wq)) { in ceph_osdc_init()
1870 err = PTR_ERR(osdc->notify_wq); in ceph_osdc_init()
1871 osdc->notify_wq = NULL; in ceph_osdc_init()
1887 flush_workqueue(osdc->notify_wq); in ceph_osdc_stop()
1888 destroy_workqueue(osdc->notify_wq); in ceph_osdc_stop()
/linux-3.4.99/include/linux/ceph/
Dosd_client.h155 struct workqueue_struct *notify_wq; member