Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/sys/
H A Dkern_memorystatus.h696 boolean_t memorystatus_idle_exit_from_VM(void);
/xnu-10063.101.15/doc/vm/
H A Dmemorystatus_kills.md80 …es above normal, the memorystatus notification thread calls `memorystatus_idle_exit_from_VM` to ki…
/xnu-10063.101.15/bsd/kern/
H A Dkern_memorystatus_notify.c1439 if (memorystatus_idle_exit_from_VM() == FALSE) { in memorystatus_update_vm_pressure()
H A Dkern_memorystatus.c4268 memorystatus_idle_exit_from_VM(void) in memorystatus_idle_exit_from_VM() function