Home
last modified time | relevance | path

Searched refs:memorystatus_is_system_healthy (Results 1 – 5 of 5) sorted by relevance

/xnu-8792.41.9/bsd/kern/
H A Dkern_memorystatus_policy.c110 memorystatus_is_system_healthy(const memorystatus_system_health_t *status) in memorystatus_is_system_healthy() function
150 bool is_system_healthy = memorystatus_is_system_healthy(&status); in memorystatus_pick_action()
H A Dkern_memorystatus_internal.h158 bool memorystatus_is_system_healthy(const memorystatus_system_health_t *status);
H A Dkern_memorystatus.c8575 bool healthy = memorystatus_is_system_healthy(status);
8613 assert(!memorystatus_is_system_healthy(status));
/xnu-8792.41.9/doc/memorystatus/
H A Dkill.md123 If the system is unhealthy, see `memorystatus_is_system_healthy` in `bsd/kern/kern_memorystatus_pol…
H A Doverview.md68 1. Check if the system is healthy via `memorystatus_is_system_healthy`