Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dmk_sp.c191 int limcount = 0; in thread_policy() local
223 limcount = POLICY_RR_LIMIT_COUNT; in thread_policy()
240 limcount = POLICY_FIFO_LIMIT_COUNT; in thread_policy()
257 limcount = POLICY_TIMESHARE_LIMIT_COUNT; in thread_policy()
284 limcount = POLICY_RR_LIMIT_COUNT; in thread_policy()
306 limcount = POLICY_FIFO_LIMIT_COUNT; in thread_policy()
328 limcount = POLICY_TIMESHARE_LIMIT_COUNT; in thread_policy()
351 policy, base, count, limit, limcount); in thread_policy()