Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dsched.h156 #define MINPRI_RESERVED (MAXPRI_RESERVED - (NRQS_MAX / 8) + 1) /* 64 */ macro
158 #define MAXPRI_USER (MINPRI_RESERVED - 1) /* 63 */
H A Dhost.c294 priority_info->server_priority = MINPRI_RESERVED; in host_info()
H A Dthread_policy.c694 } else if (priority >= MINPRI_RESERVED) { in thread_set_mode_and_absolute_pri_internal()
695 priority -= MINPRI_RESERVED; in thread_set_mode_and_absolute_pri_internal()