Home
last modified time | relevance | path

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

/linux-6.6.21/net/ceph/ !
Dmessenger.c209 static struct workqueue_struct *ceph_msgr_wq; variable
230 if (ceph_msgr_wq) { in _ceph_msgr_exit()
231 destroy_workqueue(ceph_msgr_wq); in _ceph_msgr_exit()
232 ceph_msgr_wq = NULL; in _ceph_msgr_exit()
255 ceph_msgr_wq = alloc_workqueue("ceph-msgr", WQ_MEM_RECLAIM, 0); in ceph_msgr_init()
256 if (ceph_msgr_wq) in ceph_msgr_init()
267 BUG_ON(ceph_msgr_wq == NULL); in ceph_msgr_exit()
274 flush_workqueue(ceph_msgr_wq); in ceph_msgr_flush()
1445 if (!queue_delayed_work(ceph_msgr_wq, &con->work, delay)) { in queue_con_delay()