Home
last modified time | relevance | path

Searched refs:timeshare_threads (Results 1 – 1 of 1) sorted by relevance

/xnu-10002.81.5/osfmk/kern/
H A Dsched_average.c218 uint32_t timeshare_threads = (nthreads - nfixpri); in compute_sched_load() local
220 if (load_now[i] > timeshare_threads) { in compute_sched_load()
221 load_now[i] = timeshare_threads; in compute_sched_load()