Searched refs:BASEPRI_DEFAULT (Results 1 - 12 of 12) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dsched.h154 #define BASEPRI_CONTROL (BASEPRI_DEFAULT + 17) /* 48 */
155 #define BASEPRI_FOREGROUND (BASEPRI_DEFAULT + 16) /* 47 */
156 #define BASEPRI_BACKGROUND (BASEPRI_DEFAULT + 15) /* 46 */
157 #define BASEPRI_DEFAULT (MAXPRI_USER - (NRQS / 4)) /* 31 */ macro
H A Dtask_policy.c268 task_priority(task, BASEPRI_DEFAULT, MAXPRI_USER);
344 task_priority(task, importance + BASEPRI_DEFAULT, task->max_priority);
850 return(proc_restore_bgtaskpolicy_internal(task, 0, external, BASEPRI_DEFAULT));
1252 proc_restore_bgtaskpolicy_internal(task, 1, 0, BASEPRI_DEFAULT);
1254 proc_restore_bgtaskpolicy_internal(task, 1, 1, BASEPRI_DEFAULT);
1755 ret = proc_restore_bgtaskpolicy_internal(task, 1, 1, BASEPRI_DEFAULT);
1763 ret = proc_restore_bgtaskpolicy_internal(task, 1, 1, BASEPRI_DEFAULT);
1772 ret = proc_restore_bgtaskpolicy_internal(task, 1, 1, BASEPRI_DEFAULT);
1811 ret = proc_restore_bgtaskpolicy_internal(task, 1, 1, BASEPRI_DEFAULT);
2179 int maxpri = BASEPRI_DEFAULT;
[all...]
H A Dprocessor.c585 ts_base->base_priority = BASEPRI_DEFAULT;
598 fifo_base->base_priority = BASEPRI_DEFAULT;
611 rr_base->base_priority = BASEPRI_DEFAULT;
H A Dmk_sp.c124 priority -= BASEPRI_DEFAULT;
H A Dlocks.c602 if (priority < BASEPRI_DEFAULT)
603 priority = BASEPRI_DEFAULT;
H A Dhost.c240 priority_info->user_priority = BASEPRI_DEFAULT;
H A Dthread_call.c209 return BASEPRI_DEFAULT;
H A Dsched_prim.c655 for (shift = 0; abstime > BASEPRI_DEFAULT; ++shift)
3408 (thread->sched_pri > BASEPRI_DEFAULT && cset->low_pri->current_pri < thread->sched_pri))) {
3414 (processor == PROCESSOR_NULL || (thread->sched_pri <= BASEPRI_DEFAULT &&
H A Dtask.c563 new_task->priority = BASEPRI_DEFAULT;
/darwin-on-arm/xnu/osfmk/i386/
H A Dlocks_i386.c2037 if (priority < BASEPRI_DEFAULT)
2038 priority = BASEPRI_DEFAULT;
/darwin-on-arm/xnu/bsd/kern/
H A Dpthread_synch.c397 #define BASEPRI_DEFAULT 31 macro
398 precedinfo.importance = (importance - BASEPRI_DEFAULT);
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_pageout.c3181 BASEPRI_DEFAULT,
3189 BASEPRI_DEFAULT,

Completed in 79 milliseconds