Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/tests/
H A Dbitmap_test.c87 bitmap_zero(map, nbits); in test_bitmap()
/xnu-12377.81.4/osfmk/prng/
H A Dentropy.c281 bitmap_zero(filter, sample_count); in entropy_filter()
/xnu-12377.81.4/osfmk/kern/
H A Dbits.h201 bitmap_zero(bitmap_t *__header_indexable map, uint nbits) in bitmap_zero() function
H A Dsched_clutch.c421 bitmap_zero((bitmap_t *)root_clutch->scr_populated_steal_silos, MAX_PSETS); in sched_clutch_root_init()
423bitmap_zero((bitmap_t *)root_clutch->scr_steal_silos[p].sess_populated_steal_queues, TH_BUCKET_SCH… in sched_clutch_root_init()
436 bitmap_zero(root_clutch->scr_bound_runnable_bitmap, TH_BUCKET_SCHED_MAX); in sched_clutch_root_init()
437 bitmap_zero(root_clutch->scr_bound_warp_available, TH_BUCKET_SCHED_MAX); in sched_clutch_root_init()
442 bitmap_zero(root_clutch->scr_unbound_runnable_bitmap, TH_BUCKET_SCHED_MAX); in sched_clutch_root_init()
443 bitmap_zero(root_clutch->scr_unbound_warp_available, TH_BUCKET_SCHED_MAX); in sched_clutch_root_init()