Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/sys/
H A Devent_private.h304 #define NOTE_MEMORYSTATUS_MSL_STATUS 0xf0000000 /* bits used to request change to process MS… macro
321 …EMORYSTATUS_PROC_LIMIT_WARN | NOTE_MEMORYSTATUS_PROC_LIMIT_CRITICAL | NOTE_MEMORYSTATUS_MSL_STATUS)
/xnu-10002.81.5/bsd/kern/
H A Dkern_memorystatus_notify.c1981 (((fflags & NOTE_MEMORYSTATUS_MSL_STATUS) != 0 &&
1982 ((fflags & ~NOTE_MEMORYSTATUS_MSL_STATUS) == 0))))) {