Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/tests/
H A Dbitmap_test.c55 for (int i = bitmap_lsb_first(map, nbits); i >= 0; i = bitmap_lsb_next(map, nbits, i)) { in dump_bitmap_lsb()
90 assert(bitmap_lsb_first(map, nbits) == -1); in test_bitmap()
103 for (int i = bitmap_lsb_first(map, nbits); i >= 0; i = bitmap_lsb_next(map, nbits, i)) { in test_bitmap()
120 assert(bitmap_lsb_first(map, nbits) == -1); in test_bitmap()
128 assert(bitmap_lsb_first(map, nbits) == -1); in test_bitmap()
/xnu-12377.81.4/osfmk/kern/
H A Dcompact_id.c168 bit_index = bitmap_lsb_first(map, slab_size); in compact_id_get_locked()
H A Dbits.h403 bitmap_lsb_first(const bitmap_t *__header_indexable map, uint nbits) in bitmap_lsb_first() function
H A Dsched_clutch.c752 …int highest_unbound_bucket = bitmap_lsb_first(root_clutch->scr_unbound_runnable_bitmap, TH_BUCKET_… in sched_clutch_root_highest_runnable_qos()
757 …int highest_bound_bucket = bitmap_lsb_first(root_clutch->scr_bound_runnable_bitmap, TH_BUCKET_SCHE… in sched_clutch_root_highest_runnable_qos()
937 int warp_bucket_index = bitmap_lsb_first(warp_available_bitmap, TH_BUCKET_SCHED_MAX); in sched_clutch_root_highest_root_bucket()
1211 if (bitmap_lsb_first(root_clutch->scr_bound_runnable_bitmap, TH_BUCKET_SCHED_MAX) == -1) { in sched_clutch_root_pri_update()
1227 if (bitmap_lsb_first(root_clutch->scr_unbound_runnable_bitmap, TH_BUCKET_SCHED_MAX) == -1) { in sched_clutch_root_pri_update()
6055 if (bitmap_lsb_first(clutch_bucket_modify_bitmap, TH_BUCKET_SCHED_MAX) == -1) { in sched_edge_tg_preferred_cluster_change()
/xnu-12377.81.4/osfmk/arm64/sptm/pmap/
H A Dpmap_data.c2491 …const int first_available_index = bitmap_lsb_first(&surt_page->surt_page_free_bitmap[0], SUBPAGE_U… in surt_try_alloc()
H A Dpmap.c1311 vasid = bitmap_lsb_first(&asid_bitmap[0], pmap_max_asids); in alloc_asid()
/xnu-12377.81.4/osfmk/arm/pmap/
H A Dpmap.c1776 vasid = bitmap_lsb_first(&asid_bitmap[0], pmap_max_asids); in alloc_asid()