Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/sys/
H A Dkern_memorystatus.h304 kMemorystatusKilledVMCompressorThrashing = JETSAM_REASON_MEMORY_VMCOMPRESSOR_THRASHING, enumerator
317 #define kMemorystatusKilledVMThrashing kMemorystatusKilledVMCompressorThrashing
/xnu-11215.61.5/bsd/kern/
H A Dkern_memorystatus.c153 case kMemorystatusKilledVMCompressorThrashing: in is_reason_thrashing()
2126 case kMemorystatusKilledVMCompressorThrashing: in memorystatus_do_kill()
4341 …if (cause == kMemorystatusKilledVMCompressorThrashing || cause == kMemorystatusKilledVMCompressorS… in memorystatus_thread_internal()
4358 …if (cause == kMemorystatusKilledVMCompressorThrashing || cause == kMemorystatusKilledVMCompressorS… in memorystatus_thread_internal()
8997 return kMemorystatusKilledVMCompressorThrashing;
/xnu-11215.61.5/bsd/skywalk/core/
H A Dskywalk.c866 case kMemorystatusKilledVMCompressorThrashing: in sk_memstatus2str()