Home
last modified time | relevance | path

Searched refs:bitmap_next (Results 1 – 9 of 9) sorted by relevance

/xnu-12377.1.9/osfmk/tests/
H A Dbitmap_test.c46 for (int i = bitmap_first(map, nbits); i >= 0; i = bitmap_next(map, i)) { in dump_bitmap_next()
81 for (int i = bitmap_first(map, nbits); i >= 0; i = bitmap_next(map, i)) { in test_bitmap()
96 for (int i = bitmap_first(map, nbits); i >= 0; i = bitmap_next(map, i)) { in test_bitmap()
/xnu-12377.1.9/osfmk/kern/
H A Dsched_rt.c708 for (int i = bitmap_first(map, NRTQS); i >= 0; i = bitmap_next(map, i)) { in sched_rt_runq_scan()
1417 for (i = bitmap_first(map, NRTQS); i >= 0; i = bitmap_next(map, i)) { in rt_runq_dequeue()
1479 for (i = bitmap_first(map, NRTQS); i >= 0; i = bitmap_next(map, i)) { in rt_runq_remove()
H A Dbits.h416 bitmap_next(const bitmap_t *__header_indexable map, uint prev) in bitmap_next() function
H A Dsched_clutch.c4286 …foreign_pset_bitmap, sched_edge_max_clusters); cluster >= 0; cluster = bitmap_next(foreign_pset_bi… in sched_edge_foreign_runnable_thread_available()
4311 …foreign_pset_bitmap, sched_edge_max_clusters); cluster >= 0; cluster = bitmap_next(foreign_pset_bi… in sched_edge_foreign_runnable_thread_remove()
5132 …foreign_pset_bitmap, sched_edge_max_clusters); cluster >= 0; cluster = bitmap_next(foreign_pset_bi… in sched_edge_balance()
5555 …utch_bucket_modify_bitmap, TH_BUCKET_SCHED_MAX); bucket >= 0; bucket = bitmap_next(clutch_bucket_m… in sched_edge_update_preferred_cluster()
5595 …utch_bucket_modify_bitmap, TH_BUCKET_SCHED_MAX); bucket >= 0; bucket = bitmap_next(clutch_bucket_m… in sched_edge_migrate_thread_group_runnable_threads()
H A Dsched_prim.c6932 queue_index = bitmap_next(runq->bitmap, queue_index)) { in runq_scan()
9092 for (int cpu = bitmap_first(active_map, MAX_CPUS); cpu >= 0; cpu = bitmap_next(active_map, cpu)) { in sched_edge_pset_running_higher_bucket()
H A Dzalloc.c8687 i >= 0; i = bitmap_next(zone_destroyed_bitmap, i)) { in zone_create_find()
/xnu-12377.1.9/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c2494 i = bitmap_next(&map, i)) { in fsw_receive()
/xnu-12377.1.9/osfmk/vm/
H A Dvm_resident.c8756 bit >= 0; bit = bitmap_next(map, bit)) { in hibernate_page_list_setall()
/xnu-12377.1.9/osfmk/arm/pmap/
H A Dpmap.c3936 i = bitmap_next(&active_disconnects[0], i)) {