Home
last modified time | relevance | path

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

/xnu-8020.121.3/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-8020.121.3/osfmk/kern/
H A Dbits.h436 bitmap_lsb_next(const bitmap_t *__header_indexable map, uint nbits, uint prev) in bitmap_lsb_next() function
H A Dsched_clutch.c906 …int root_bucket_index = bitmap_lsb_next(root_clutch->scr_bound_runnable_bitmap, TH_BUCKET_SCHED_MA… in sched_clutch_root_pri_update()
920 …int root_bucket_index = bitmap_lsb_next(root_clutch->scr_unbound_runnable_bitmap, TH_BUCKET_SCHED_… in sched_clutch_root_pri_update()