Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dmk_sp.c193 int limcount = 0; in thread_policy() local
225 limcount = POLICY_RR_LIMIT_COUNT; in thread_policy()
242 limcount = POLICY_FIFO_LIMIT_COUNT; in thread_policy()
259 limcount = POLICY_TIMESHARE_LIMIT_COUNT; in thread_policy()
286 limcount = POLICY_RR_LIMIT_COUNT; in thread_policy()
308 limcount = POLICY_FIFO_LIMIT_COUNT; in thread_policy()
330 limcount = POLICY_TIMESHARE_LIMIT_COUNT; in thread_policy()
353 policy, base, count, limit, limcount); in thread_policy()