Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/kern/
H A Dmk_sp.c99 if (base_count != POLICY_RR_BASE_COUNT || in thread_set_policy()
220 if (count != POLICY_RR_BASE_COUNT) { in thread_policy()
281 if (count != POLICY_RR_BASE_COUNT) { in thread_policy()
H A Dprocessor.c1181 if (*count < POLICY_RR_BASE_COUNT) { in processor_set_info()
1189 *count = POLICY_RR_BASE_COUNT; in processor_set_info()
H A Dtask.c5472 if (*task_info_count < POLICY_RR_BASE_COUNT) { in task_info()
5491 *task_info_count = POLICY_RR_BASE_COUNT; in task_info()
/xnu-10002.1.13/osfmk/mach/
H A Dpolicy.h170 #define POLICY_RR_BASE_COUNT ((mach_msg_type_number_t) \ macro