Home
last modified time | relevance | path

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

/xnu-12377.61.12/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 Dmpsc_queue.c472 mpsc_daemon_queue_nested_invoke, MINPRI_KERNEL, in thread_deallocate_daemon_init()
H A Dhost.c294 priority_info->kernel_priority = MINPRI_KERNEL; in host_info()
295 priority_info->system_priority = MINPRI_KERNEL; in host_info()
H A Dthread_policy.c692 } else if (priority >= MINPRI_KERNEL) { in thread_set_mode_and_absolute_pri_internal()
693 priority -= MINPRI_KERNEL; in thread_set_mode_and_absolute_pri_internal()
H A Dthread.c1268 thread_exception_queue_invoke, MINPRI_KERNEL, in thread_daemon_init()
1276 thread_backtrace_queue_invoke, MINPRI_KERNEL, in thread_daemon_init()
H A Dtimer_call.c1888 } else if (tpri >= MINPRI_KERNEL) { in timer_compute_leeway()
H A Dsmr.c2017 kernel_thread_create(__smr_worker_continue, smrw, MINPRI_KERNEL, &th); in __smr_cpu_init_thread()
H A Dsched_prim.c726 for (int i = BASEPRI_FOREGROUND; i < MINPRI_KERNEL; ++i) { in preempt_pri_init()
/xnu-12377.61.12/tests/sched/sched_test_harness/shadow_headers/
H A Dsched_prim.c87 if (priority < MINPRI_KERNEL) { in priority_is_urgent()