Home
last modified time | relevance | path

Searched refs:IterateZPerCPU (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.61.12/tools/lldbmacros/
H A Dcounter.py1 from memory import IterateZPerCPU
16 for v in IterateZPerCPU(counter):
H A Dmemory.py42 def IterateZPerCPU(root): function
231 for cache in IterateZPerCPU(zone.z_pcpu_cache):
243 for stats in IterateZPerCPU(zone.z_stats):
335 for cache in IterateZPerCPU(zone_val.z_pcpu_cache):
341 for stats in IterateZPerCPU(zone_val.z_stats):
H A Dprocess.py1982 for v in memory.IterateZPerCPU(cast(les.les_credit, "scalable_counter_t")):