Home
last modified time | relevance | path

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

/linux-2.6.39/net/ceph/
Dosd_client.c1620 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()
/linux-2.6.39/include/linux/ceph/
Dosd_client.h150 struct workqueue_struct *notify_wq; member