Home
last modified time | relevance | path

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

/xnu-10002.81.5/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()
103 for (int i = bitmap_lsb_first(map, nbits); i >= 0; i = bitmap_lsb_next(map, nbits, i)) { in test_bitmap()
/xnu-10002.81.5/osfmk/kern/
H A Dbits.h451 bitmap_lsb_next(const bitmap_t *__header_indexable map, uint nbits, uint prev) in bitmap_lsb_next() function
H A Dsched_clutch.c955 …int root_bucket_index = bitmap_lsb_next(root_clutch->scr_bound_runnable_bitmap, TH_BUCKET_SCHED_MA… in sched_clutch_root_pri_update()
969 …int root_bucket_index = bitmap_lsb_next(root_clutch->scr_unbound_runnable_bitmap, TH_BUCKET_SCHED_… in sched_clutch_root_pri_update()
/xnu-10002.81.5/osfmk/arm/pmap/
H A Dpmap.c1713 vasid = bitmap_lsb_next(&asid_bitmap[0], pmap_max_asids, last_allocated_asid); in alloc_asid()