Searched refs:timeshare_threads (Results 1 – 1 of 1) sorted by relevance
218 uint32_t timeshare_threads = (nthreads - nfixpri); in compute_sched_load() local220 if (load_now[i] > timeshare_threads) { in compute_sched_load()221 load_now[i] = timeshare_threads; in compute_sched_load()