Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/kern/
H A Dmk_sp.c120 if (base_count != POLICY_FIFO_BASE_COUNT || in thread_set_policy()
237 if (count != POLICY_FIFO_BASE_COUNT) { in thread_policy()
303 if (count != POLICY_FIFO_BASE_COUNT) { in thread_policy()
H A Dprocessor.c1149 if (*count < POLICY_FIFO_BASE_COUNT) { in processor_set_info()
1156 *count = POLICY_FIFO_BASE_COUNT; in processor_set_info()
H A Dtask.c5201 if (*task_info_count < POLICY_FIFO_BASE_COUNT) { in task_info()
/xnu-8792.41.9/osfmk/mach/
H A Dpolicy.h202 #define POLICY_FIFO_BASE_COUNT ((mach_msg_type_number_t) \ macro