Home
last modified time | relevance | path

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

/xnu-11215.1.10/tools/lldbmacros/
H A Dcounter.py1 from memory import IterateZPerCPU
15 for v in IterateZPerCPU(counter):
H A Dmemory.py41 def IterateZPerCPU(root): function
282 for cache in IterateZPerCPU(zone.z_pcpu_cache):
294 for stats in IterateZPerCPU(zone.z_stats):
386 for cache in IterateZPerCPU(zone_val.z_pcpu_cache):
392 for stats in IterateZPerCPU(zone_val.z_stats):