Home
last modified time | relevance | path

Searched refs:POLICY_FIFO_LIMIT_COUNT (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/osfmk/kern/
H A Dmk_sp.c119 limit_count != POLICY_FIFO_LIMIT_COUNT) { in thread_set_policy()
240 limcount = POLICY_FIFO_LIMIT_COUNT; in thread_policy()
306 limcount = POLICY_FIFO_LIMIT_COUNT; in thread_policy()
H A Dprocessor.c1420 if (*count < POLICY_FIFO_LIMIT_COUNT) { in processor_set_info()
1427 *count = POLICY_FIFO_LIMIT_COUNT; in processor_set_info()
/xnu-12377.41.6/osfmk/mach/
H A Dpolicy.h204 #define POLICY_FIFO_LIMIT_COUNT ((mach_msg_type_number_t) \ macro