Home
last modified time | relevance | path

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

/linux/drivers/nvme/host/
H A Dtcp.c42 static bool wq_unbound; variable
43 module_param(wq_unbound, bool, 0644);
44 MODULE_PARM_DESC(wq_unbound, "Use unbound workqueue for nvme-tcp IO context (default false)");
1644 if (wq_unbound) in nvme_tcp_set_queue_io_cpu()
3040 if (wq_unbound) in nvme_tcp_init_module()