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