Home
last modified time | relevance | path

Searched refs:PERCPU_GET (Results 1 – 21 of 21) sorted by relevance

/xnu-8019.80.24/osfmk/kern/
H A Dcpu_quiesce.c193 struct cpu_quiesce *st = PERCPU_GET(cpu_quiesce); in cpu_quiescent_counter_join()
219 struct cpu_quiesce *st = PERCPU_GET(cpu_quiesce); in cpu_quiescent_counter_ast()
270 struct cpu_quiesce *st = PERCPU_GET(cpu_quiesce); in cpu_quiescent_counter_leave()
323 struct cpu_quiesce *st = PERCPU_GET(cpu_quiesce); in cpu_quiescent_counter_checkin()
373 struct cpu_quiesce *st = PERCPU_GET(cpu_quiesce); in cpu_quiescent_counter_assert_ast()
H A Dstack.c251 cache = PERCPU_GET(stack_cache); in stack_free_stack()
286 cache = PERCPU_GET(stack_cache); in stack_alloc_try()
H A Dhazard.c139 hga = PERCPU_GET(hazard_guards_array); in __hazard_guard_get()
153 struct hazard_guard_array *hga = PERCPU_GET(hazard_guards_array); in __hazard_guard_put()
266 hga = PERCPU_GET(hazard_guards_array); in hazard_retire()
H A Dpercpu.h97 #define PERCPU_GET(name) \ macro
H A Dwaitq.c653 cache = PERCPU_GET(wqp_cache); in wq_prepost_refill_cpu_cache()
692 cache = PERCPU_GET(wqp_cache); in wq_prepost_ensure_free_space()
737 cache = PERCPU_GET(wqp_cache); in wq_prepost_alloc()
956 cache = PERCPU_GET(wqp_cache); in wq_prepost_release_rlist()
4159 cache = PERCPU_GET(wqp_cache); in waitq_alloc_prepost_reservation()
H A Dlock_ticket.c438 PERCPU_GET(lck_spinlock_to_info)->extra = mt; in hw_lck_ticket_contended()
H A Dsched_prim.h452 PERCPU_GET(sched_stats)->field++; \
H A Ddebug.c180 return PERCPU_GET(debugger_state); in current_debugger_state()
H A Dlocks.c558 PERCPU_GET(lck_spinlock_to_info)->owner_thread_orig = owner & ~0x7ul; in lck_spinlock_timeout_set_orig_owner()
567 lck_spinlock_to_info_t lsti = PERCPU_GET(lck_spinlock_to_info); in lck_spinlock_timeout_hit()
H A Dzalloc.c3044 counterp = PERCPU_GET(zzc_decrementer); in zalloc_skip_zero_check()
/xnu-8019.80.24/san/memory/
H A Dubsan_minimal.c149 bool *in_handler = PERCPU_GET(ubsan_minimal_in_handler); in ubsan_minimal_stash_telemetry()
159 uintptr_t *cache_address = PERCPU_GET(ubsan_minimal_cache_address); in ubsan_minimal_stash_telemetry()
200 bool *in_handler = PERCPU_GET(ubsan_minimal_in_handler); in ubsan_minimal_flush_entries()
/xnu-8019.80.24/osfmk/i386/
H A Dcpu_data.h589 nextidxp = PERCPU_GET(iotrace_next); in iotrace()
591 cur_iotrace_ring = *PERCPU_GET(iotrace_ring); in iotrace()
621 nextidxp = PERCPU_GET(traptrace_next); in traptrace_start()
626 cur_traptrace_ring = *PERCPU_GET(traptrace_ring); in traptrace_start()
/xnu-8019.80.24/bsd/vfs/
H A Dvfs_io_compression_stats.c276 lz4_encode_scratch_t *scratch_buf = *PERCPU_GET(per_cpu_scratch_buf); in iocs_compress_block()
277 uint8_t *dest_buf = *PERCPU_GET(per_cpu_compression_buf); in iocs_compress_block()
/xnu-8019.80.24/libkern/os/
H A Dlog_queue.c554 log_queue_t lq = PERCPU_GET(oslog_queue); in log_queue_dispatch()
606 log_queue_t lq = PERCPU_GET(oslog_queue); in log_queue_add()
/xnu-8019.80.24/osfmk/prng/
H A Dentropy.c228 entropy_cpu_data_t *e = PERCPU_GET(entropy_cpu_data); in entropy_collect()
/xnu-8019.80.24/tools/lldbmacros/
H A Dxnu.py1043 getattr(kern.PERCPU_GET(ring, 0)[0], field_arg)
1069 ring_slice = [(x, y, kern.PERCPU_GET(ring, x)[y]) for y in range(entries_per_cpu)]
/xnu-8019.80.24/osfmk/arm/
H A Dcpu_common.c690 return PERCPU_GET(processor); in current_processor()
H A Dlocks_arm.c375 uint64_t * const max_duration = PERCPU_GET(preemption_disable_max_mt); in _collect_preemption_disable_measurement()
/xnu-8019.80.24/tools/lldbmacros/core/
H A Dkernelcore.py422 def PERCPU_GET(self, name, cpu): member in KernelTarget
/xnu-8019.80.24/osfmk/vm/
H A Dvm_resident.c3108 if ((mem = *PERCPU_GET(free_pages))) { in vm_page_grab_options()
3232 if ((mem = *PERCPU_GET(free_pages))) { in vm_page_grab_options()
3250 color = *PERCPU_GET(start_color); in vm_page_grab_options()
/xnu-8019.80.24/bsd/kern/
H A Duipc_mbuf.c1041 mbuf_mtypes_t *mbs = PERCPU_GET(mbuf_mtypes); \