Home
last modified time | relevance | path

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

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