Searched refs:bitmap_clear (Results 1 – 13 of 13) sorted by relevance
| /xnu-11215.61.5/osfmk/tests/ |
| H A D | bitmap_test.c | 110 bitmap_clear(map, i); in test_bitmap() 117 bitmap_clear(map, i); in test_bitmap() 160 bitmap_clear(map, i); in test_bitmap() 168 bitmap_clear(map, i); in test_bitmap()
|
| /xnu-11215.61.5/libkern/os/ |
| H A D | log_mem.c | 67 bitmap_clear(logmem_t *lm, size_t block) in bitmap_clear() function 105 bitmap_clear(lm, block); in bitmap_release_root() 125 bitmap_update_subtree(lm, level, block, bitmap_clear); in bitmap_release_subtree()
|
| /xnu-11215.61.5/tests/sched/sched_test_harness/shadow_headers/ |
| H A D | sched_prim.c | 143 bitmap_clear(rq->bitmap, rq->highq); in run_queue_dequeue() 214 bitmap_clear(rq->bitmap, thread->sched_pri); in run_queue_remove()
|
| /xnu-11215.61.5/osfmk/kern/ |
| H A D | sched_clutch.c | 546 bitmap_clear(clutch_buckets_rq->scbrq_bitmap, clutch_bucket->scb_priority); in sched_clutch_bucket_runq_remove() 1011 bitmap_clear(root_clutch->scr_bound_warp_available, warp_bucket->scrb_bucket); in sched_clutch_root_highest_root_bucket() 1013 bitmap_clear(root_clutch->scr_unbound_warp_available, warp_bucket->scrb_bucket); in sched_clutch_root_highest_root_bucket() 1123 bitmap_clear(runnable_bitmap, root_bucket->scrb_bucket); in sched_clutch_root_bucket_empty() 1134 bitmap_clear(warp_bitmap, root_bucket->scrb_bucket); in sched_clutch_root_bucket_empty() 3913 bitmap_clear(pset->foreign_psets, pset_cluster_id); in sched_edge_pset_init() 3914 bitmap_clear(pset->native_psets, pset_cluster_id); in sched_edge_pset_init() 3915 bitmap_clear(pset->local_psets, pset_cluster_id); in sched_edge_pset_init() 3916 bitmap_clear(pset->remote_psets, pset_cluster_id); in sched_edge_pset_init() 3996 bitmap_clear(sched_edge_available_pset_bitmask, pset->pset_cluster_id); in sched_edge_processor_queue_shutdown() [all …]
|
| H A D | compact_id.c | 171 bitmap_clear(map, bit_index); in compact_id_get_locked()
|
| H A D | sched.h | 264 bitmap_clear(map, n); in rq_bitmap_clear()
|
| H A D | bits.h | 291 bitmap_clear(bitmap_t *__header_indexable map, uint n) in bitmap_clear() function
|
| H A D | sched_prim.c | 4306 bitmap_clear(rq->bitmap, rq->highq); in run_queue_dequeue() 4382 bitmap_clear(rq->bitmap, thread->sched_pri); in run_queue_remove() 4511 bitmap_clear(map, i); in rt_runq_dequeue() 4573 bitmap_clear(map, i); in rt_runq_remove()
|
| H A D | zalloc.c | 9337 bitmap_clear(zone_destroyed_bitmap, i); in zone_create_find()
|
| /xnu-11215.61.5/bsd/net/ |
| H A D | restricted_in_port.c | 300 bitmap_clear(restricted_port_bitmap, restricted_port_test); in sysctl_restricted_port_test_common()
|
| /xnu-11215.61.5/osfmk/vm/ |
| H A D | vm_upl.c | 311 bitmap_clear(upl->lite_list, pg_num); in upl_abort_range() 791 bitmap_clear(upl->lite_list, pg_num); in upl_commit_range()
|
| /xnu-11215.61.5/osfmk/arm64/sptm/pmap/ |
| H A D | pmap.c | 1285 bitmap_clear(&asid_bitmap[0], (unsigned int)vasid); in alloc_asid() 1709 bitmap_clear(&asid_bitmap[0], i); in pmap_bootstrap() 1728 bitmap_clear(&asid_plru_bitmap[0], 0); in pmap_bootstrap() 2992 bitmap_clear(&active_disconnects[0], (unsigned int)i);
|
| /xnu-11215.61.5/osfmk/arm/pmap/ |
| H A D | pmap.c | 1773 bitmap_clear(&asid_bitmap[0], (unsigned int)vasid); in alloc_asid() 3897 bitmap_clear(&active_disconnects[0], (unsigned int)i);
|