Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/sys/
H A Devent.h540 #define NOTE_MEMORYSTATUS_MSL_STATUS 0xf0000000 /* bits used to request change to process MS… macro
557 …EMORYSTATUS_PROC_LIMIT_WARN | NOTE_MEMORYSTATUS_PROC_LIMIT_CRITICAL | NOTE_MEMORYSTATUS_MSL_STATUS)
/xnu-8020.121.3/bsd/kern/
H A Dkern_memorystatus_notify.c1975 (((fflags & NOTE_MEMORYSTATUS_MSL_STATUS) != 0 &&
1976 ((fflags & ~NOTE_MEMORYSTATUS_MSL_STATUS) == 0))))) {