Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/sys/
H A Dkern_memorystatus.h319kMemorystatusKilledVMCompressorThrashing = JETSAM_REASON_MEMORY_VMCOMPRESSOR_THRASH… enumerator
331 #define kMemorystatusKilledVMThrashing kMemorystatusKilledVMCompressorThrashing
/xnu-10002.1.13/bsd/kern/
H A Dkern_memorystatus.c143 case kMemorystatusKilledVMCompressorThrashing: in is_reason_thrashing()
1686 case kMemorystatusKilledVMCompressorThrashing: in memorystatus_do_kill()
3946 case kMemorystatusKilledVMCompressorThrashing: in create_jetsam_reason()
4183 …if (cause == kMemorystatusKilledVMCompressorThrashing || cause == kMemorystatusKilledVMCompressorS… in memorystatus_thread_internal()
4200 …if (cause == kMemorystatusKilledVMCompressorThrashing || cause == kMemorystatusKilledVMCompressorS… in memorystatus_thread_internal()
8841 return kMemorystatusKilledVMCompressorThrashing;
/xnu-10002.1.13/bsd/skywalk/core/
H A Dskywalk.c864 case kMemorystatusKilledVMCompressorThrashing: in sk_memstatus2str()