Home
last modified time | relevance | path

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

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