Home
last modified time | relevance | path

Searched refs:runnable_bitmap (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.1.9/osfmk/kern/
H A Dsched_clutch.c1110 …bitmap_t *runnable_bitmap = (root_bucket->scrb_bound) ? root_clutch->scr_bound_runnable_bitmap : r… in sched_clutch_root_bucket_runnable() local
1111 bitmap_set(runnable_bitmap, root_bucket->scrb_bucket); in sched_clutch_root_bucket_runnable()
1147 …bitmap_t *runnable_bitmap = (root_bucket->scrb_bound) ? root_clutch->scr_bound_runnable_bitmap : r… in sched_clutch_root_bucket_empty() local
1148 bitmap_clear(runnable_bitmap, root_bucket->scrb_bucket); in sched_clutch_root_bucket_empty()