Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/sys/
H A Dkern_memorystatus_freeze.h135 extern unsigned int memorystatus_thaw_count_demotion_threshold;
/xnu-11417.140.69/bsd/kern/
H A Dkern_memorystatus_freeze.c108 unsigned int memorystatus_thaw_count_demotion_threshold = 0; variable
470 EXPERIMENT_FACTOR_UINT(_kern, memorystatus_thaw_count_demotion_threshold, &memorystatus_thaw_count_…
2369 if (p->p_memstat_thaw_count >= memorystatus_thaw_count_demotion_threshold) { in memorystatus_demote_frozen_processes_using_thaw_count()
H A Dkern_memorystatus.c1985 memorystatus_thaw_count_demotion_threshold = MIN_THAW_DEMOTION_THRESHOLD_DEFAULT; in memorystatus_init()
/xnu-11417.140.69/doc/vm/
H A Dfreezer.md80 ….Only processes that have been thawed fewer than `kern.memorystatus_thaw_count_demotion_threshold`…