Searched refs:scb_priority (Results 1 – 3 of 3) sorted by relevance
| /xnu-10002.41.9/osfmk/kern/ |
| H A D | sched_clutch.c | 472 circle_queue_t queue = &clutch_buckets_rq->scbrq_queues[clutch_bucket->scb_priority]; in sched_clutch_bucket_runq_enqueue() 475 bitmap_set(clutch_buckets_rq->scbrq_bitmap, clutch_bucket->scb_priority); in sched_clutch_bucket_runq_enqueue() 476 if (clutch_bucket->scb_priority > clutch_buckets_rq->scbrq_highq) { in sched_clutch_bucket_runq_enqueue() 477 clutch_buckets_rq->scbrq_highq = clutch_bucket->scb_priority; in sched_clutch_bucket_runq_enqueue() 503 circle_queue_t queue = &clutch_buckets_rq->scbrq_queues[clutch_bucket->scb_priority]; in sched_clutch_bucket_runq_remove() 508 bitmap_clear(clutch_buckets_rq->scbrq_bitmap, clutch_bucket->scb_priority); in sched_clutch_bucket_runq_remove() 518 circle_queue_t queue = &clutch_buckets_rq->scbrq_queues[clutch_bucket->scb_priority]; in sched_clutch_bucket_runq_rotate() 593 if (clutch_bucket_aboveui->scb_priority >= clutch_bucket_sharefg->scb_priority) { in sched_clutch_root_unbound_select_aboveui() 1103 clutch_bucket->scb_priority = 0; in sched_clutch_bucket_init() 1264 …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 | 222 uint8_t scb_priority; member
|
| /xnu-10002.41.9/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))
|