Searched refs:MINPRI_KERNEL (Results 1 – 10 of 10) sorted by relevance
| /xnu-12377.61.12/osfmk/kern/ |
| H A D | test_mpsc_queue.c | 93 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 D | sched.h | 151 #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 D | mpsc_queue.c | 472 mpsc_daemon_queue_nested_invoke, MINPRI_KERNEL, in thread_deallocate_daemon_init()
|
| H A D | host.c | 294 priority_info->kernel_priority = MINPRI_KERNEL; in host_info() 295 priority_info->system_priority = MINPRI_KERNEL; in host_info()
|
| H A D | thread_policy.c | 692 } 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 D | thread.c | 1268 thread_exception_queue_invoke, MINPRI_KERNEL, in thread_daemon_init() 1276 thread_backtrace_queue_invoke, MINPRI_KERNEL, in thread_daemon_init()
|
| H A D | timer_call.c | 1888 } else if (tpri >= MINPRI_KERNEL) { in timer_compute_leeway()
|
| H A D | smr.c | 2017 kernel_thread_create(__smr_worker_continue, smrw, MINPRI_KERNEL, &th); in __smr_cpu_init_thread()
|
| H A D | sched_prim.c | 726 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 D | sched_prim.c | 87 if (priority < MINPRI_KERNEL) { in priority_is_urgent()
|