Searched refs:reqcount (Results 1 – 1 of 1) sorted by relevance
2917 workq_reqthreads(struct proc *p, uint32_t reqcount, pthread_priority_t pp, bool cooperative) in workq_reqthreads() argument2924 if (wq == NULL || reqcount <= 0 || reqcount > UINT16_MAX || in workq_reqthreads()2931 wq, reqcount, pp, cooperative); in workq_reqthreads()2948 if (reqcount > 1) { in workq_reqthreads()2963 wq, workq_trace_req_id(req), req->tr_qos, reqcount); in workq_reqthreads()2981 unpaced = reqcount - 1; in workq_reqthreads()2983 if (reqcount > 1) { in workq_reqthreads()2990 if (unpaced >= reqcount - 1) { in workq_reqthreads()2991 unpaced = reqcount - 1; in workq_reqthreads()3027 reqcount--; in workq_reqthreads()[all …]