Home
last modified time | relevance | path

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

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