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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dsched.h154 #define MINPRI_RESERVED (MAXPRI_RESERVED - (NRQS / 8) + 1) /* 64 */ macro
156 #define MAXPRI_USER (MINPRI_RESERVED - 1) /* 63 */
H A Dmk_sp.c117 if (priority >= MINPRI_RESERVED)
118 priority -= MINPRI_RESERVED;
H A Dhost.c232 priority_info->server_priority = MINPRI_RESERVED;

Completed in 29 milliseconds