Searched refs:ceph_msgr_wq (Results 1 – 1 of 1) sorted by relevance
229 static struct workqueue_struct *ceph_msgr_wq; variable262 if (ceph_msgr_wq) { in _ceph_msgr_exit()263 destroy_workqueue(ceph_msgr_wq); in _ceph_msgr_exit()264 ceph_msgr_wq = NULL; in _ceph_msgr_exit()287 ceph_msgr_wq = alloc_workqueue("ceph-msgr", WQ_MEM_RECLAIM, 0); in ceph_msgr_init()288 if (ceph_msgr_wq) in ceph_msgr_init()299 BUG_ON(ceph_msgr_wq == NULL); in ceph_msgr_exit()306 flush_workqueue(ceph_msgr_wq); in ceph_msgr_flush()2844 if (!queue_delayed_work(ceph_msgr_wq, &con->work, delay)) { in queue_con_delay()