Home
last modified time | relevance | path

Searched refs:healthy (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.1.9/bsd/kern/
H A Dkern_memorystatus_policy.c149 bool healthy = memstat_is_system_healthy(status); in memstat_log_system_health() local
177 if (healthy) { in memstat_log_system_health()
240 healthy ? "healthy" : "unhealthy", in memstat_log_system_health()
242 if (!healthy) { in memstat_log_system_health()
/xnu-12377.1.9/doc/vm/
H A Dmemorystatus.md63 1. Check if the system is healthy via `memorystatus_is_system_healthy`
64healthy system if we're somewhat low on a specific resource. For example, we'll kill procs over th…
65 1. Go back to step 1 until the system is healthy and the thread can block.
173 …e we're performing kills and only wake up ReportCrash once the system is healthy again. See `memor…
185 …ks all additional corpse creation after it purges them until the system returns to a healthy state.
H A Dmemorystatus_notify.md98 the working set of processes. On a healthy system, this should be at least a
/xnu-12377.1.9/bsd/skywalk/lib/
H A Dcuckoo_hashtable.c1055 bool healthy = true; in cuckoo_hashtable_health_check() local
1075 healthy = false; in cuckoo_hashtable_health_check()
1081 healthy = false; in cuckoo_hashtable_health_check()
1095 if (!healthy) { in cuckoo_hashtable_health_check()