Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/sys/
H A Dkern_memorystatus.h675 boolean_t memorystatus_idle_exit_from_VM(void);
/xnu-8796.121.2/doc/memorystatus/
H A Dkill.md86 …es above normal, the memorystatus notification thread calls `memorystatus_idle_exit_from_VM` to ki…
/xnu-8796.121.2/bsd/kern/
H A Dkern_memorystatus_notify.c1439 if (memorystatus_idle_exit_from_VM() == FALSE) { in memorystatus_update_vm_pressure()
H A Dkern_memorystatus.c4201 memorystatus_idle_exit_from_VM(void) in memorystatus_idle_exit_from_VM() function