Home
last modified time | relevance | path

Searched refs:bitmap_set (Results 1 – 15 of 15) sorted by relevance

/xnu-8796.141.3/osfmk/prng/
H A Dentropy.c291 bitmap_set(filter, 0); in entropy_filter()
294 bitmap_set(filter, 0); in entropy_filter()
295 bitmap_set(filter, 1); in entropy_filter()
298 bitmap_set(filter, 0); in entropy_filter()
299 bitmap_set(filter, 1); in entropy_filter()
313 bitmap_set(filter, i); in entropy_filter()
/xnu-8796.141.3/osfmk/tests/
H A Dbitmap_test.c76 bitmap_set(map, i); in test_bitmap()
112 bitmap_set(map, i); in test_bitmap()
162 bitmap_set(map, i); in test_bitmap()
172 bitmap_set(map, i); in test_bitmap()
/xnu-8796.141.3/bsd/kern/
H A Dkern_debug.c146 bitmap_set(ut->syscall_rejection_mask, number); in debug_syscall_rejection_handle()
147 bitmap_set(ut->syscall_rejection_once_mask, number); in debug_syscall_rejection_handle()
349 bitmap_set(dst, i); in _syscall_rejection_add()
358 bitmap_set(dst, i + mach_trap_count); in _syscall_rejection_add()
/xnu-8796.141.3/libkern/os/
H A Dlog_mem.c61 bitmap_set(logmem_t *lm, size_t block) in bitmap_set() function
85 bitmap_set(lm, next); in bitmap_reserve_root()
131 bitmap_update_subtree(lm, level, block, bitmap_set); in bitmap_reserve_subtree()
/xnu-8796.141.3/bsd/net/
H A Drestricted_in_port.c323 bitmap_set(restricted_port_bitmap, restricted_port_test); in sysctl_restricted_port_test_common()
393 bitmap_set(restricted_port_bitmap, rpe->rpe_port); in restricted_in_port_init()
/xnu-8796.141.3/osfmk/kern/
H A Dsched_clutch.c476 bitmap_set(clutch_buckets_rq->scbrq_bitmap, clutch_bucket->scb_priority); in sched_clutch_bucket_runq_enqueue()
747 bitmap_set(root_clutch->scr_bound_warp_available, edf_bucket->scrb_bucket); in sched_clutch_root_highest_root_bucket()
749 bitmap_set(root_clutch->scr_unbound_warp_available, edf_bucket->scrb_bucket); in sched_clutch_root_highest_root_bucket()
848 bitmap_set(runnable_bitmap, root_bucket->scrb_bucket); in sched_clutch_root_bucket_runnable()
868 bitmap_set(warp_bitmap, root_bucket->scrb_bucket); in sched_clutch_root_bucket_runnable()
3553 bitmap_set(sched_edge_available_pset_bitmask, pset_cluster_id); in sched_edge_pset_init()
4771 bitmap_set(clutch_bucket_modify_bitmap, bucket); in sched_edge_tg_preferred_cluster_change()
4826 bitmap_set(sched_edge_available_pset_bitmask, dst_pset->pset_cluster_id); in sched_edge_pset_made_schedulable()
4863 bitmap_set(src_pset->native_psets, dst_cluster_id); in sched_edge_cpu_init_completed()
4867 bitmap_set(src_pset->foreign_psets, dst_cluster_id); in sched_edge_cpu_init_completed()
[all …]
H A Dcompact_id.c206 bitmap_set(map, cid - compact_id_prev_max(idx)); in compact_id_put()
H A Dsched.h239 bitmap_set(map, n); in rq_bitmap_set()
H A Dbits.h281 bitmap_set(bitmap_t *__header_indexable map, uint n) in bitmap_set() function
H A Dsched_prim.c778 bitmap_set(p, i); in preempt_pri_init()
782 bitmap_set(p, i); in preempt_pri_init()
4183 bitmap_set(map, i); in rt_runq_enqueue()
H A Dzalloc.c9632 bitmap_set(zone_destroyed_bitmap, zindex); in zdestroy()
/xnu-8796.141.3/osfmk/vm/
H A Dvm_pageout.c6132 bitmap_set(upl->lite_list, pg_num); in vm_object_upl_request()
6377 bitmap_set(upl->lite_list, pg_num); in vm_object_upl_request()
8940 bitmap_set(upl->lite_list, entry); in vm_object_iopl_wire_full()
9071 bitmap_set(upl->lite_list, entry); in vm_object_iopl_wire_empty()
9783 bitmap_set(upl->lite_list, entry); in vm_object_iopl_request()
H A Dvm_map.c22688 bitmap_set(vm_map_user_range_heap_map, VM_MEMORY_MALLOC); in vm_map_range_map_init()
22689 bitmap_set(vm_map_user_range_heap_map, VM_MEMORY_MALLOC_HUGE); in vm_map_range_map_init()
22690 bitmap_set(vm_map_user_range_heap_map, VM_MEMORY_MALLOC_LARGE); in vm_map_range_map_init()
22691 bitmap_set(vm_map_user_range_heap_map, VM_MEMORY_MALLOC_LARGE_REUSED); in vm_map_range_map_init()
22692 bitmap_set(vm_map_user_range_heap_map, VM_MEMORY_MALLOC_MEDIUM); in vm_map_range_map_init()
22693 bitmap_set(vm_map_user_range_heap_map, VM_MEMORY_MALLOC_PROB_GUARD); in vm_map_range_map_init()
22694 bitmap_set(vm_map_user_range_heap_map, VM_MEMORY_MALLOC_SMALL); in vm_map_range_map_init()
22695 bitmap_set(vm_map_user_range_heap_map, VM_MEMORY_MALLOC_TINY); in vm_map_range_map_init()
/xnu-8796.141.3/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c1985 bitmap_set(&map, id); in fsw_receive()
/xnu-8796.141.3/osfmk/arm/pmap/
H A Dpmap.c1735 bitmap_set(&asid_bitmap[0], vasid); in free_asid()