Home
last modified time | relevance | path

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

/xnu-10063.141.1/tools/lldbmacros/
H A Dcounter.py1 from memory import IterateZPerCPU
12 for v in IterateZPerCPU(counter):
H A Dmemory.py39 def IterateZPerCPU(root): function
332 for cache in IterateZPerCPU(zone.z_pcpu_cache):
344 for stats in IterateZPerCPU(zone.z_stats):
436 for cache in IterateZPerCPU(zone_val.z_pcpu_cache):
442 for stats in IterateZPerCPU(zone_val.z_stats):