Searched refs:MINPRI_KERNEL (Results 1 – 10 of 10) sorted by relevance
| /xnu-8020.140.41/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 | sched_proto.c | 500 if (priority < MINPRI_KERNEL) { in sched_proto_priority_is_urgent()
|
| H A D | mpsc_queue.c | 469 mpsc_daemon_queue_nested_invoke, MINPRI_KERNEL, in thread_deallocate_daemon_init()
|
| H A D | host.c | 288 priority_info->kernel_priority = MINPRI_KERNEL; in host_info() 289 priority_info->system_priority = MINPRI_KERNEL; in host_info()
|
| H A D | sched_grrr.c | 470 if (priority < MINPRI_KERNEL) { in sched_grrr_priority_is_urgent()
|
| H A D | thread_policy.c | 657 } 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 D | timer_call.c | 1761 } else if (tpri >= MINPRI_KERNEL) { in timer_compute_leeway()
|
| H A D | thread.c | 1185 thread_exception_queue_invoke, MINPRI_KERNEL, in thread_daemon_init()
|
| H A D | sched_prim.c | 730 for (int i = BASEPRI_FOREGROUND; i < MINPRI_KERNEL; ++i) { in preempt_pri_init()
|