Searched refs:process_req_hwp (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/icp/core/ |
| H A D | kcf_sched.c | 75 static void process_req_hwp(void *); 243 process_req_hwp(void *ireq) in process_req_hwp() function 563 if (taskq_dispatch(taskq, process_req_hwp, areq, TQ_NOSLEEP) == in kcf_resubmit_request() 665 process_req_hwp(sreq); in kcf_submit_request() 678 (void) taskq_dispatch(taskq, process_req_hwp, in kcf_submit_request() 784 process_req_hwp, areq, TQ_NOSLEEP) == in kcf_submit_request() 1700 if (taskq_dispatch(taskq, process_req_hwp, areq, in kcf_next_req()
|