Searched refs:ts_base (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dmk_sp.c213 policy_timeshare_base_t ts_base = (policy_timeshare_base_t) base; local
223 bas = ts_base->base_priority;
328 policy_timeshare_base_t ts_base; local
336 ts_base = (policy_timeshare_base_t) base;
337 ts_limit.max_priority = ts_base->base_priority;
402 policy_timeshare_base_t ts_base; local
410 ts_base = (policy_timeshare_base_t) base;
411 if (ts_base->base_priority > thread->max_priority) {
H A Dprocessor.c506 register policy_timeshare_base_t ts_base; local
511 ts_base = (policy_timeshare_base_t) info;
512 ts_base->base_priority = BASEPRI_DEFAULT;
H A Dtask.c1369 register policy_timeshare_base_t ts_base; local
1374 ts_base = (policy_timeshare_base_t) task_info_out;
1382 ts_base->base_priority = task->priority;

Completed in 31 milliseconds