Searched refs:policy_limit_t (Results 1 - 7 of 7) sorted by relevance

/xnu-2782.1.97/osfmk/kern/
H A Dmk_sp.c77 policy_limit_t limit,
196 policy_limit_t limit = NULL;
232 limit = (policy_limit_t) &rr_limit;
249 limit = (policy_limit_t) &fifo_limit;
266 limit = (policy_limit_t) &ts_limit;
301 limit = (policy_limit_t) &rr_limit;
323 limit = (policy_limit_t) &fifo_limit;
345 limit = (policy_limit_t) &ts_limit;
H A Dtask.c3469 __unused policy_limit_t limit,
/xnu-2782.1.97/libsyscall/mach/
H A Dthread_act.c65 thread_set_policy(thread_act_t thr_act, processor_set_t pset, policy_t policy, policy_base_t base, mach_msg_type_number_t baseCnt, policy_limit_t limit, mach_msg_type_number_t limitCnt)
/xnu-2782.1.97/osfmk/mach/
H A Dpolicy.h82 typedef integer_t *policy_limit_t; typedef
H A Dthread_act.defs337 limit : policy_limit_t);
H A Dtask.defs399 limit : policy_limit_t;
H A Dmach_types.defs420 type policy_limit_t = array[*:1] of integer_t;

Completed in 68 milliseconds