Searched refs:prev_thread (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215.81.4/osfmk/kern/ |
| H A D | sched_clutch.c | 154 …tch_root_bucket_t, processor_t _Nullable processor, thread_t _Nullable prev_thread, bool *_Nullabl… 628 thread_t _Nullable prev_thread) in sched_clutch_root_unbound_select_aboveui() argument 655 if (prev_thread != NULL) { in sched_clutch_root_unbound_select_aboveui() 657 …clutch_bucket_group_t prev_clutch_bucket_group = sched_clutch_bucket_group_for_thread(prev_thread); in sched_clutch_root_unbound_select_aboveui() 658 …int prev_clutch_bucket_pri = prev_thread->sched_pri + (int)(os_atomic_load(&prev_clutch_bucket_gro… in sched_clutch_root_unbound_select_aboveui() 659 …ched_clutch_bucket_t prev_clutch_bucket = sched_clutch_bucket_for_thread(root_clutch, prev_thread); in sched_clutch_root_unbound_select_aboveui() 665 higher_bucket_sched_pri = prev_thread->sched_pri; in sched_clutch_root_unbound_select_aboveui() 695 thread_t _Nullable prev_thread) in sched_clutch_root_bound_select_aboveui() argument 714 if (prev_thread != NULL) { in sched_clutch_root_bound_select_aboveui() 717 …if (sched_clutch_pri_greater_than_tiebreak(prev_thread->sched_pri, *highest_pri, prev_bucket_shoul… in sched_clutch_root_bound_select_aboveui() [all …]
|
| H A D | sched_dualq.c | 218 __unused thread_t prev_thread, in sched_dualq_choose_thread() argument
|
| H A D | sched_amp.c | 235 __unused thread_t prev_thread, in sched_amp_choose_thread() argument
|
| H A D | sched_prim.h | 875 thread_t prev_thread,
|
| /xnu-11215.81.4/tests/sched/sched_test_harness/shadow_headers/kern/ |
| H A D | sched_prim.h | 112 thread_t prev_thread,
|