Searched refs:scb_priority (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | sched_clutch.c | 425 circle_queue_t queue = &clutch_buckets_rq->scbrq_queues[clutch_bucket->scb_priority]; in sched_clutch_bucket_runq_enqueue() 428 bitmap_set(clutch_buckets_rq->scbrq_bitmap, clutch_bucket->scb_priority); in sched_clutch_bucket_runq_enqueue() 429 if (clutch_bucket->scb_priority > clutch_buckets_rq->scbrq_highq) { in sched_clutch_bucket_runq_enqueue() 430 clutch_buckets_rq->scbrq_highq = clutch_bucket->scb_priority; in sched_clutch_bucket_runq_enqueue() 456 circle_queue_t queue = &clutch_buckets_rq->scbrq_queues[clutch_bucket->scb_priority]; in sched_clutch_bucket_runq_remove() 461 bitmap_clear(clutch_buckets_rq->scbrq_bitmap, clutch_bucket->scb_priority); in sched_clutch_bucket_runq_remove() 471 circle_queue_t queue = &clutch_buckets_rq->scbrq_queues[clutch_bucket->scb_priority]; in sched_clutch_bucket_runq_rotate() 546 if (clutch_bucket_aboveui->scb_priority >= clutch_bucket_sharefg->scb_priority) { in sched_clutch_root_unbound_select_aboveui() 1066 clutch_bucket->scb_priority = 0; in sched_clutch_bucket_init() 1227 …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 | 253 uint8_t scb_priority; member
|
| /xnu-8019.80.24/tools/lldbmacros/ |
| H A D | scheduler.py | 197 clutch_bucket_list.sort(key=lambda x: x.scb_priority, reverse=True) 200 …cb_group.scbg_clutch.sc_tg.tg_name, "*", clutch_bucket, clutch_bucket.scb_priority, clutch_bucket.… 281 clutch_bucket_list.sort(key=lambda x: x.scb_priority, reverse=True) 283 …ket.scb_group.scbg_clutch.sc_tg.tg_name, clutch_bucket, clutch_bucket.scb_priority, clutch_bucket.… 290 print "{:<30s} : {:d}".format("Priority", clutch_bucket.scb_priority)
|