Home
last modified time | relevance | path

Searched refs:MINPRI_KERNEL (Results 1 – 10 of 10) sorted by relevance

/xnu-8020.140.41/osfmk/kern/
H A Dtest_mpsc_queue.c93 mpsc_test_pingpong_invoke, MINPRI_KERNEL, "ping", in mpsc_test_pingpong()
100 mpsc_test_pingpong_invoke, MINPRI_KERNEL, "pong", in mpsc_test_pingpong()
H A Dsched.h151 #define BASEPRI_KERNEL (MINPRI_KERNEL + 1) /* 81 */
152 #define MINPRI_KERNEL (MAXPRI_KERNEL - (NRQS_MAX / 8) + 1) /* 80 */ macro
154 #define MAXPRI_RESERVED (MINPRI_KERNEL - 1) /* 79 */
H A Dsched_proto.c500 if (priority < MINPRI_KERNEL) { in sched_proto_priority_is_urgent()
H A Dmpsc_queue.c469 mpsc_daemon_queue_nested_invoke, MINPRI_KERNEL, in thread_deallocate_daemon_init()
H A Dhost.c288 priority_info->kernel_priority = MINPRI_KERNEL; in host_info()
289 priority_info->system_priority = MINPRI_KERNEL; in host_info()
H A Dsched_grrr.c470 if (priority < MINPRI_KERNEL) { in sched_grrr_priority_is_urgent()
H A Dthread_policy.c657 } else if (priority >= MINPRI_KERNEL) { in thread_set_mode_and_absolute_pri_internal()
658 priority -= MINPRI_KERNEL; in thread_set_mode_and_absolute_pri_internal()
H A Dtimer_call.c1761 } else if (tpri >= MINPRI_KERNEL) { in timer_compute_leeway()
H A Dthread.c1185 thread_exception_queue_invoke, MINPRI_KERNEL, in thread_daemon_init()
H A Dsched_prim.c730 for (int i = BASEPRI_FOREGROUND; i < MINPRI_KERNEL; ++i) { in preempt_pri_init()