Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/nvme/host/
Dfc.c224 static struct workqueue_struct *nvme_fc_wq; variable
3907 nvme_fc_wq = alloc_workqueue("nvme_fc_wq", WQ_MEM_RECLAIM, 0); in nvme_fc_init_module()
3908 if (!nvme_fc_wq) in nvme_fc_init_module()
3953 destroy_workqueue(nvme_fc_wq); in nvme_fc_init_module()
4011 destroy_workqueue(nvme_fc_wq); in nvme_fc_exit_module()