Searched refs:POLICY_FIFO_BASE_COUNT (Results 1 – 4 of 4) sorted by relevance
120 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()
1310 if (*count < POLICY_FIFO_BASE_COUNT) { in processor_set_info()1317 *count = POLICY_FIFO_BASE_COUNT; in processor_set_info()
5525 if (*task_info_count < POLICY_FIFO_BASE_COUNT) { in task_info()
202 #define POLICY_FIFO_BASE_COUNT ((mach_msg_type_number_t) \ macro