Home
last modified time | relevance | path

Searched refs:P_JETSAM_VMTHRASHING (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dproc_internal.h547 #define P_JETSAM_VMTHRASHING 0x10000000 /* jetsam: lowest jetsam priority proc, killed due … macro
/xnu-12377.41.6/bsd/kern/
H A Dproc_info.c3998 case P_JETSAM_VMTHRASHING: in proc_pidnoteexit()
H A Dkern_memorystatus.c2405 …case kMemorystatusKilledVMCompressorSpaceShortage: jetsam_flags |= P_JETSAM_VMTHRASHING; brea… in memorystatus_do_kill()
H A Dkern_event.c1253 case P_JETSAM_VMTHRASHING: in filt_procevent()