Searched refs:procs (Results 1 – 7 of 7) sorted by relevance
1075 uint32_t procs = 0; in copyUserClientStatistics() local1090 …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()
607 def procs(self): member in KernelTarget
64 …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…
72 Since frozen processes can be in any band <= foreground, we scan the bands for procs with the `P_ME…
118 | kern.memorystatus\_min\_thaw\_refreeze\_threshold | The min number of thawed procs that can trigg…
158 for p in kern.procs:186 for proc in kern.procs :2410 for proc in kern.procs:
727 for proc in kern.procs: