notify_wq         369 include/linux/ceph/osd_client.h 	struct workqueue_struct	*notify_wq;
notify_wq        2868 net/ceph/osd_client.c 	queue_work(osdc->notify_wq, &lwork->work);
notify_wq        5043 net/ceph/osd_client.c 	flush_workqueue(osdc->notify_wq);
notify_wq        5174 net/ceph/osd_client.c 	osdc->notify_wq = create_singlethread_workqueue("ceph-watch-notify");
notify_wq        5175 net/ceph/osd_client.c 	if (!osdc->notify_wq)
notify_wq        5190 net/ceph/osd_client.c 	destroy_workqueue(osdc->notify_wq);
notify_wq        5206 net/ceph/osd_client.c 	destroy_workqueue(osdc->notify_wq);