Home
last modified time | relevance | path

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

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