Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/sys/
H A Dkern_memorystatus.h318 kMemorystatusKilledVMCompressorThrashing = JETSAM_REASON_MEMORY_VMCOMPRESSOR_THRASHING, enumerator
331 #define kMemorystatusKilledVMThrashing kMemorystatusKilledVMCompressorThrashing
/xnu-10002.41.9/bsd/kern/
H A Dkern_memorystatus.c144 case kMemorystatusKilledVMCompressorThrashing: in is_reason_thrashing()
1688 case kMemorystatusKilledVMCompressorThrashing: in memorystatus_do_kill()
4160 …if (cause == kMemorystatusKilledVMCompressorThrashing || cause == kMemorystatusKilledVMCompressorS… in memorystatus_thread_internal()
4177 …if (cause == kMemorystatusKilledVMCompressorThrashing || cause == kMemorystatusKilledVMCompressorS… in memorystatus_thread_internal()
8816 return kMemorystatusKilledVMCompressorThrashing;
/xnu-10002.41.9/bsd/skywalk/core/
H A Dskywalk.c864 case kMemorystatusKilledVMCompressorThrashing: in sk_memstatus2str()