Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ceph/
Dmessenger.c231 static struct workqueue_struct *ceph_msgr_wq; variable
252 if (ceph_msgr_wq) { in _ceph_msgr_exit()
253 destroy_workqueue(ceph_msgr_wq); in _ceph_msgr_exit()
254 ceph_msgr_wq = NULL; in _ceph_msgr_exit()
277 ceph_msgr_wq = alloc_workqueue("ceph-msgr", WQ_MEM_RECLAIM, 0); in ceph_msgr_init()
278 if (ceph_msgr_wq) in ceph_msgr_init()
289 BUG_ON(ceph_msgr_wq == NULL); in ceph_msgr_exit()
296 flush_workqueue(ceph_msgr_wq); in ceph_msgr_flush()
2815 if (!queue_delayed_work(ceph_msgr_wq, &con->work, delay)) { in queue_con_delay()