Home
last modified time | relevance | path

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

/xnu-10063.121.3/bsd/sys/
H A Dkern_memorystatus.h324 kMemorystatusKilledVMCompressorThrashing = JETSAM_REASON_MEMORY_VMCOMPRESSOR_THRASHING, enumerator
337 #define kMemorystatusKilledVMThrashing kMemorystatusKilledVMCompressorThrashing
/xnu-10063.121.3/bsd/kern/
H A Dkern_memorystatus.c147 case kMemorystatusKilledVMCompressorThrashing: in is_reason_thrashing()
1691 case kMemorystatusKilledVMCompressorThrashing: in memorystatus_do_kill()
4166 …if (cause == kMemorystatusKilledVMCompressorThrashing || cause == kMemorystatusKilledVMCompressorS… in memorystatus_thread_internal()
4183 …if (cause == kMemorystatusKilledVMCompressorThrashing || cause == kMemorystatusKilledVMCompressorS… in memorystatus_thread_internal()
8833 return kMemorystatusKilledVMCompressorThrashing;
/xnu-10063.121.3/bsd/skywalk/core/
H A Dskywalk.c853 case kMemorystatusKilledVMCompressorThrashing: in sk_memstatus2str()