Home
last modified time | relevance | path

Searched refs:procs (Results 1 – 7 of 7) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOStatistics.cpp1075 uint32_t procs = 0; in copyUserClientStatistics() local
1090 …strncpy(stats->userClientCalls[procs].processName, processEntry->processName, kIOStatisticsProcess… in copyUserClientStatistics()
1091 stats->userClientCalls[procs].pid = processEntry->pid; in copyUserClientStatistics()
1092 stats->userClientCalls[procs].calls = processEntry->calls; in copyUserClientStatistics()
1094 procs++; in copyUserClientStatistics()
/xnu-11215/tools/lldbmacros/core/
H A Dkernelcore.py607 def procs(self): member in KernelTarget
/xnu-11215/doc/vm/
H A Dmemorystatus.md64 …tem if we're somewhat low on a specific resource. For example, we'll kill procs over their soft li…
158 …ap is enabled (M1 and later iPad Pros) it will return the total number of procs in all eligible ba…
H A Dmemorystatus_kills.md72 Since frozen processes can be in any band <= foreground, we scan the bands for procs with the `P_ME…
H A Dfreezer.md118 | kern.memorystatus\_min\_thaw\_refreeze\_threshold | The min number of thawed procs that can trigg…
/xnu-11215/tools/lldbmacros/
H A Dprocess.py158 for p in kern.procs:
186 for proc in kern.procs :
2410 for proc in kern.procs:
H A Dnet.py727 for proc in kern.procs: