Home
last modified time | relevance | path

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

/xnu-12377.81.4/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.c1479 if (*count < POLICY_FIFO_LIMIT_COUNT) { in processor_set_info()
1486 *count = POLICY_FIFO_LIMIT_COUNT; in processor_set_info()
/xnu-12377.81.4/osfmk/mach/
H A Dpolicy.h204 #define POLICY_FIFO_LIMIT_COUNT ((mach_msg_type_number_t) \ macro