Home
last modified time | relevance | path

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

/net/ceph/
Dmessenger.c234 static struct workqueue_struct *ceph_msgr_wq; variable
273 if (ceph_msgr_wq) { in _ceph_msgr_exit()
274 destroy_workqueue(ceph_msgr_wq); in _ceph_msgr_exit()
275 ceph_msgr_wq = NULL; in _ceph_msgr_exit()
299 ceph_msgr_wq = alloc_workqueue("ceph-msgr", WQ_MEM_RECLAIM, 0); in ceph_msgr_init()
300 if (ceph_msgr_wq) in ceph_msgr_init()
312 BUG_ON(ceph_msgr_wq == NULL); in ceph_msgr_exit()
320 flush_workqueue(ceph_msgr_wq); in ceph_msgr_flush()
2692 if (!queue_delayed_work(ceph_msgr_wq, &con->work, delay)) { in queue_con_delay()