Home
last modified time | relevance | path

Searched refs:memorystatus_freeze_top_process (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.1.9/bsd/kern/
H A Dkern_memorystatus_freeze.c2136 memorystatus_freeze_top_process(void) in memorystatus_freeze_top_process() function
2209 num_frozen = memorystatus_freeze_top_process();
2217 SYSCTL_PROC(_vm, OID_AUTO, memorystatus_freeze_top_process, CTLTYPE_INT | CTLFLAG_RW | CTLFLAG_MASK…
2930 num_frozen_this_iteration = memorystatus_freeze_top_process(); in memorystatus_freeze_thread()
/xnu-12377.1.9/doc/vm/
H A Dfreezer.md17 `memorystatus_freeze_top_process` is responsible for finding and freezing a candidate process. Only…
/xnu-12377.1.9/tests/vm/
H A Dmemorystatus_freeze_test.c1309 T_DECL(memorystatus_freeze_top_process, "memorystatus_freeze_top_process chooses the correct proces…