Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dproc_internal.h550 #define P_JETSAM_IDLEEXIT 0x40000000 /* jetsam: idle exit */ macro
/xnu-12377.41.6/bsd/kern/
H A Dproc_info.c4013 case P_JETSAM_IDLEEXIT: in proc_pidnoteexit()
H A Dkern_memorystatus.c2408 …atusKilledIdleExit: jetsam_flags |= P_JETSAM_IDLEEXIT; break; in memorystatus_do_kill()
H A Dkern_event.c1268 case P_JETSAM_IDLEEXIT: in filt_procevent()