Searched refs:bitmap_lsb_first (Results 1 – 5 of 5) sorted by relevance
| /xnu-10002.81.5/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() 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-10002.81.5/osfmk/kern/ |
| H A D | compact_id.c | 162 bit_index = bitmap_lsb_first(map, slab_size); in compact_id_get_locked()
|
| H A D | sched_clutch.c | 636 …highest_runnable_bucket = bitmap_lsb_first(root_clutch->scr_unbound_runnable_bitmap, TH_BUCKET_SCH… in sched_clutch_root_highest_root_bucket() 638 …int highest_unbound_runnable_bucket = bitmap_lsb_first(root_clutch->scr_unbound_runnable_bitmap, T… in sched_clutch_root_highest_root_bucket() 639 …int highest_bound_runnable_bucket = bitmap_lsb_first(root_clutch->scr_bound_runnable_bitmap, TH_BU… in sched_clutch_root_highest_root_bucket() 710 warp_bucket_index = bitmap_lsb_first(warp_available_bitmap, TH_BUCKET_SCHED_MAX); in sched_clutch_root_highest_root_bucket() 948 if (bitmap_lsb_first(root_clutch->scr_bound_runnable_bitmap, TH_BUCKET_SCHED_MAX) == -1) { in sched_clutch_root_pri_update() 962 if (bitmap_lsb_first(root_clutch->scr_unbound_runnable_bitmap, TH_BUCKET_SCHED_MAX) == -1) { in sched_clutch_root_pri_update() 3787 …if (incoming_edge->sce_steal_allowed && (bitmap_lsb_first(candidate_pset->pset_clutch_root.scr_unb… in sched_edge_steal_candidate() 3916 …int highest_runnable_bucket = bitmap_lsb_first(candidate_pset->pset_clutch_root.scr_unbound_runnab… in sched_edge_steal_possible() 4770 if (bitmap_lsb_first(clutch_bucket_modify_bitmap, TH_BUCKET_SCHED_MAX) == -1) { in sched_edge_tg_preferred_cluster_change()
|
| H A D | bits.h | 415 bitmap_lsb_first(const bitmap_t *__header_indexable map, uint nbits) in bitmap_lsb_first() function
|
| /xnu-10002.81.5/osfmk/arm/pmap/ |
| H A D | pmap.c | 1718 vasid = bitmap_lsb_first(&asid_bitmap[0], pmap_max_asids); in alloc_asid()
|