Searched refs:isert_comp_wq (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/infiniband/ulp/isert/
H A Dib_isert.c46 static struct workqueue_struct *isert_comp_wq; variable in typeref:struct:workqueue_struct
1735 queue_work(isert_comp_wq, &isert_cmd->comp_work);
2625 isert_comp_wq = alloc_workqueue("isert_comp_wq",
2627 if (!isert_comp_wq) {
2628 isert_err("Unable to allocate isert_comp_wq\n");
2645 destroy_workqueue(isert_comp_wq);
2656 destroy_workqueue(isert_comp_wq);

Completed in 173 milliseconds