Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dmk_sp.c118 if (base_count != POLICY_FIFO_BASE_COUNT || in thread_set_policy()
235 if (count != POLICY_FIFO_BASE_COUNT) { in thread_policy()
301 if (count != POLICY_FIFO_BASE_COUNT) { in thread_policy()
H A Dprocessor.c1439 if (*count < POLICY_FIFO_BASE_COUNT) { in processor_set_info()
1446 *count = POLICY_FIFO_BASE_COUNT; in processor_set_info()
H A Dtask.c5748 if (*task_info_count < POLICY_FIFO_BASE_COUNT) { in task_info()
/xnu-12377.81.4/osfmk/mach/
H A Dpolicy.h202 #define POLICY_FIFO_BASE_COUNT ((mach_msg_type_number_t) \ macro