Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/sys/
H A Dkern_memorystatus.h311 kMemorystatusKilledVMCompressorThrashing = JETSAM_REASON_MEMORY_VMCOMPRESSOR_THRASHING, enumerator
324 #define kMemorystatusKilledVMThrashing kMemorystatusKilledVMCompressorThrashing
/xnu-11417.101.15/bsd/kern/
H A Dkern_memorystatus.c156 case kMemorystatusKilledVMCompressorThrashing: in is_reason_thrashing()
2369 case kMemorystatusKilledVMCompressorThrashing: in memorystatus_do_kill()
4826 …if (cause == kMemorystatusKilledVMCompressorThrashing || cause == kMemorystatusKilledVMCompressorS… in memorystatus_thread_internal()
4843 …if (cause == kMemorystatusKilledVMCompressorThrashing || cause == kMemorystatusKilledVMCompressorS… in memorystatus_thread_internal()
9765 return kMemorystatusKilledVMCompressorThrashing;