Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dkern_memorystatus.c4131 uint64_t jetsam_reason_code = JETSAM_REASON_INVALID; in memorystatus_thread() local
4137 jetsam_reason_code = JETSAM_REASON_MEMORY_FCTHRASHING; in memorystatus_thread()
4140 jetsam_reason_code = JETSAM_REASON_MEMORY_VMCOMPRESSOR_THRASHING; in memorystatus_thread()
4143 jetsam_reason_code = JETSAM_REASON_MEMORY_VMCOMPRESSOR_SPACE_SHORTAGE; in memorystatus_thread()
4146 jetsam_reason_code = JETSAM_REASON_ZONE_MAP_EXHAUSTION; in memorystatus_thread()
4149 jetsam_reason_code = JETSAM_REASON_MEMORY_SUSTAINED_PRESSURE; in memorystatus_thread()
4154 jetsam_reason_code = JETSAM_REASON_MEMORY_VMPAGESHORTAGE; in memorystatus_thread()
4173 jetsam_reason = os_reason_create(OS_REASON_JETSAM, jetsam_reason_code); in memorystatus_thread()