Searched refs:conc (Results 1 – 1 of 1) sorted by relevance
1997 uint32_t conc = wq_max_parallelism[_wq_bucket(qos)]; in workq_sched_callback() local1998 if (old_req_count <= conc && conc <= old_req_count + max_busycount) { in workq_sched_callback()4824 uint32_t cnt = 0, conc = wq_max_parallelism[_wq_bucket(qos)]; in workq_creator_should_yield() local4825 if (wq->wq_fulfilled - snapshot > conc) { in workq_creator_should_yield()4835 if (conc <= cnt) { in workq_creator_should_yield()