Home
last modified time | relevance | path

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

/xnu-11417.101.15/tools/lldbmacros/
H A Dcounter.py1 from memory import IterateZPerCPU
16 for v in IterateZPerCPU(counter):
H A Dmemory.py41 def IterateZPerCPU(root): function
294 for cache in IterateZPerCPU(zone.z_pcpu_cache):
306 for stats in IterateZPerCPU(zone.z_stats):
398 for cache in IterateZPerCPU(zone_val.z_pcpu_cache):
404 for stats in IterateZPerCPU(zone_val.z_stats):