Searched refs:bitmap_lsb_next (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215.81.4/osfmk/tests/ |
| H A D | bitmap_test.c | 55 for (int i = bitmap_lsb_first(map, nbits); i >= 0; i = bitmap_lsb_next(map, nbits, i)) { in dump_bitmap_lsb() 103 for (int i = bitmap_lsb_first(map, nbits); i >= 0; i = bitmap_lsb_next(map, nbits, i)) { in test_bitmap()
|
| /xnu-11215.81.4/osfmk/kern/ |
| H A D | bits.h | 452 bitmap_lsb_next(const bitmap_t *__header_indexable map, uint nbits, uint prev) in bitmap_lsb_next() function
|
| H A D | sched_clutch.c | 1196 …int root_bucket_index = bitmap_lsb_next(root_clutch->scr_bound_runnable_bitmap, TH_BUCKET_SCHED_MA… in sched_clutch_root_pri_update() 1212 …int root_bucket_index = bitmap_lsb_next(root_clutch->scr_unbound_runnable_bitmap, TH_BUCKET_SCHED_… in sched_clutch_root_pri_update() 4260 …for (int unbound_qos = highest_runnable_bucket; unbound_qos >= 0; unbound_qos = bitmap_lsb_next(ca… in sched_edge_steal_possible()
|
| /xnu-11215.81.4/osfmk/arm64/sptm/pmap/ |
| H A D | pmap.c | 1269 vasid = bitmap_lsb_next(&asid_bitmap[0], pmap_max_asids, last_allocated_asid); in alloc_asid()
|
| /xnu-11215.81.4/osfmk/arm/pmap/ |
| H A D | pmap.c | 1757 vasid = bitmap_lsb_next(&asid_bitmap[0], pmap_max_asids, last_allocated_asid); in alloc_asid()
|