Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/kern/
H A Dmk_sp.c121 limit_count != POLICY_FIFO_LIMIT_COUNT) { in thread_set_policy()
242 limcount = POLICY_FIFO_LIMIT_COUNT; in thread_policy()
308 limcount = POLICY_FIFO_LIMIT_COUNT; in thread_policy()
H A Dprocessor.c1350 if (*count < POLICY_FIFO_LIMIT_COUNT) { in processor_set_info()
1357 *count = POLICY_FIFO_LIMIT_COUNT; in processor_set_info()
/xnu-11215.81.4/osfmk/mach/
H A Dpolicy.h204 #define POLICY_FIFO_LIMIT_COUNT ((mach_msg_type_number_t) \ macro