Searched refs:scb_priority (Results 1 – 3 of 3) sorted by relevance
| /xnu-8796.141.3/osfmk/kern/ |
| H A D | sched_clutch.c | 473 circle_queue_t queue = &clutch_buckets_rq->scbrq_queues[clutch_bucket->scb_priority]; in sched_clutch_bucket_runq_enqueue() 476 bitmap_set(clutch_buckets_rq->scbrq_bitmap, clutch_bucket->scb_priority); in sched_clutch_bucket_runq_enqueue() 477 if (clutch_bucket->scb_priority > clutch_buckets_rq->scbrq_highq) { in sched_clutch_bucket_runq_enqueue() 478 clutch_buckets_rq->scbrq_highq = clutch_bucket->scb_priority; in sched_clutch_bucket_runq_enqueue() 504 circle_queue_t queue = &clutch_buckets_rq->scbrq_queues[clutch_bucket->scb_priority]; in sched_clutch_bucket_runq_remove() 509 bitmap_clear(clutch_buckets_rq->scbrq_bitmap, clutch_bucket->scb_priority); in sched_clutch_bucket_runq_remove() 519 circle_queue_t queue = &clutch_buckets_rq->scbrq_queues[clutch_bucket->scb_priority]; in sched_clutch_bucket_runq_rotate() 594 if (clutch_bucket_aboveui->scb_priority >= clutch_bucket_sharefg->scb_priority) { in sched_clutch_root_unbound_select_aboveui() 1104 clutch_bucket->scb_priority = 0; in sched_clutch_bucket_init() 1268 …root_clutch->scr_foreign_buckets, &clutch_bucket->scb_foreignlink, clutch_bucket->scb_priority, 0); in sched_clutch_bucket_mark_foreign() [all …]
|
| H A D | sched_clutch.h | 236 uint8_t scb_priority; member
|
| /xnu-8796.141.3/tools/lldbmacros/ |
| H A D | scheduler.py | 192 clutch_bucket_list.sort(key=lambda x: x.scb_priority, reverse=True) 195 …cb_group.scbg_clutch.sc_tg.tg_name, "*", clutch_bucket, clutch_bucket.scb_priority, clutch_bucket.… 276 clutch_bucket_list.sort(key=lambda x: x.scb_priority, reverse=True) 278 …ket.scb_group.scbg_clutch.sc_tg.tg_name, clutch_bucket, clutch_bucket.scb_priority, clutch_bucket.… 285 print("{:<30s} : {:d}".format("Priority", clutch_bucket.scb_priority))
|