Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/sys/
H A Dkern_memorystatus.h318kMemorystatusKilledVMCompressorThrashing = JETSAM_REASON_MEMORY_VMCOMPRESSOR_THRASH… enumerator
330 #define kMemorystatusKilledVMThrashing kMemorystatusKilledVMCompressorThrashing
/xnu-8796.121.2/bsd/kern/
H A Dkern_memorystatus.c141 case kMemorystatusKilledVMCompressorThrashing: in is_reason_thrashing()
1599 case kMemorystatusKilledVMCompressorThrashing: in memorystatus_do_kill()
3864 case kMemorystatusKilledVMCompressorThrashing: in create_jetsam_reason()
4101 …if (cause == kMemorystatusKilledVMCompressorThrashing || cause == kMemorystatusKilledVMCompressorS… in memorystatus_thread_internal()
4118 …if (cause == kMemorystatusKilledVMCompressorThrashing || cause == kMemorystatusKilledVMCompressorS… in memorystatus_thread_internal()
8646 return kMemorystatusKilledVMCompressorThrashing;
/xnu-8796.121.2/bsd/skywalk/core/
H A Dskywalk.c850 case kMemorystatusKilledVMCompressorThrashing: in sk_memstatus2str()