Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dkern_memorystatus_freeze.h108 extern unsigned int memorystatus_thaw_count_demotion_threshold;
/xnu-8019.80.24/bsd/kern/
H A Dkern_memorystatus_freeze.c118 unsigned int memorystatus_thaw_count_demotion_threshold = 0; variable
470 EXPERIMENT_FACTOR_UINT(_kern, memorystatus_thaw_count_demotion_threshold, &memorystatus_thaw_count_…
2470 if (p->p_memstat_thaw_count >= memorystatus_thaw_count_demotion_threshold) { in memorystatus_demote_frozen_processes_using_thaw_count()
H A Dkern_memorystatus.c1409 memorystatus_thaw_count_demotion_threshold = MIN_THAW_DEMOTION_THRESHOLD; in memorystatus_init()