Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/kern/
H A Dkern_memorystatus.c4130 uint64_t jetsam_reason_code = JETSAM_REASON_INVALID; in memorystatus_thread() local
4136 jetsam_reason_code = JETSAM_REASON_MEMORY_FCTHRASHING; in memorystatus_thread()
4139 jetsam_reason_code = JETSAM_REASON_MEMORY_VMCOMPRESSOR_THRASHING; in memorystatus_thread()
4142 jetsam_reason_code = JETSAM_REASON_MEMORY_VMCOMPRESSOR_SPACE_SHORTAGE; in memorystatus_thread()
4145 jetsam_reason_code = JETSAM_REASON_ZONE_MAP_EXHAUSTION; in memorystatus_thread()
4148 jetsam_reason_code = JETSAM_REASON_MEMORY_SUSTAINED_PRESSURE; in memorystatus_thread()
4153 jetsam_reason_code = JETSAM_REASON_MEMORY_VMPAGESHORTAGE; in memorystatus_thread()
4172 jetsam_reason = os_reason_create(OS_REASON_JETSAM, jetsam_reason_code); in memorystatus_thread()