Searched refs:ceph_msgr_wq (Results 1 – 1 of 1) sorted by relevance
208 static struct workqueue_struct *ceph_msgr_wq; variable229 if (ceph_msgr_wq) { in _ceph_msgr_exit()230 destroy_workqueue(ceph_msgr_wq); in _ceph_msgr_exit()231 ceph_msgr_wq = NULL; in _ceph_msgr_exit()254 ceph_msgr_wq = alloc_workqueue("ceph-msgr", WQ_MEM_RECLAIM, 0); in ceph_msgr_init()255 if (ceph_msgr_wq) in ceph_msgr_init()266 BUG_ON(ceph_msgr_wq == NULL); in ceph_msgr_exit()273 flush_workqueue(ceph_msgr_wq); in ceph_msgr_flush()1373 if (!queue_delayed_work(ceph_msgr_wq, &con->work, delay)) { in queue_con_delay()