Home
last modified time | relevance | path

Searched refs:percpu (Results 1 – 6 of 6) sorted by relevance

/xnu-11215/san/memory/
H A Dkasan-classic.h120 bool percpu,
128 bool percpu,
H A Dkasan-classic.c502 bool percpu, in kasan_alloc() argument
524 if (percpu) { in kasan_alloc()
538 bool percpu, in kasan_free() argument
554 if (percpu) { in kasan_free()
/xnu-11215/doc/lifecycle/
H A Dstartup.md181 Initializes the percpu subsystem.
185 Rank 1: allocates the percpu memory, `percpu_foreach_base` and `percpu_foreach`
188 Rank 2: sets up static percpu counters.
/xnu-11215/tools/lldbmacros/kmemory/
H A Dzone.py110 if clen == 1 and self.zone.percpu:
155 if zone.percpu:
670 def percpu(self): member in Zone
/xnu-11215/osfmk/kern/
H A DMakefile99 percpu.h \
/xnu-11215/osfmk/vm/
H A Dvm_resident.c10031 bool percpu) in vm_page_diagnose_zone_stats() argument
10036 if (percpu) { in vm_page_diagnose_zone_stats()