Home
last modified time | relevance | path

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

/xnu-11215.41.3/bsd/sys/
H A Dkern_memorystatus.h326 kMemorystatusKilledVMCompressorThrashing = JETSAM_REASON_MEMORY_VMCOMPRESSOR_THRASHING, enumerator
339 #define kMemorystatusKilledVMThrashing kMemorystatusKilledVMCompressorThrashing
/xnu-11215.41.3/bsd/kern/
H A Dkern_memorystatus.c152 case kMemorystatusKilledVMCompressorThrashing: in is_reason_thrashing()
1805 case kMemorystatusKilledVMCompressorThrashing: in memorystatus_do_kill()
3954 …if (cause == kMemorystatusKilledVMCompressorThrashing || cause == kMemorystatusKilledVMCompressorS… in memorystatus_thread_internal()
3971 …if (cause == kMemorystatusKilledVMCompressorThrashing || cause == kMemorystatusKilledVMCompressorS… in memorystatus_thread_internal()
8647 return kMemorystatusKilledVMCompressorThrashing;
/xnu-11215.41.3/bsd/skywalk/core/
H A Dskywalk.c866 case kMemorystatusKilledVMCompressorThrashing: in sk_memstatus2str()