perf_wq           237 drivers/ntb/test/ntb_perf.c static struct workqueue_struct *perf_wq __read_mostly;
perf_wq          1070 drivers/ntb/test/ntb_perf.c 			(void)queue_work(perf_wq, &pthr->work);
perf_wq          1496 drivers/ntb/test/ntb_perf.c 	perf_wq = alloc_workqueue("perf_wq", WQ_UNBOUND | WQ_SYSFS, 0);
perf_wq          1497 drivers/ntb/test/ntb_perf.c 	if (!perf_wq)
perf_wq          1506 drivers/ntb/test/ntb_perf.c 		destroy_workqueue(perf_wq);
perf_wq          1517 drivers/ntb/test/ntb_perf.c 	destroy_workqueue(perf_wq);