Searched refs:memorystatus_thaw_count_demotion_threshold (Results 1 – 4 of 4) sorted by relevance
135 extern unsigned int memorystatus_thaw_count_demotion_threshold;
108 unsigned int memorystatus_thaw_count_demotion_threshold = 0; variable470 …RIMENT_FACTOR_LEGACY_UINT(_kern, memorystatus_thaw_count_demotion_threshold, &memorystatus_thaw_co…2369 if (p->p_memstat_thaw_count >= memorystatus_thaw_count_demotion_threshold) { in memorystatus_demote_frozen_processes_using_thaw_count()
1988 memorystatus_thaw_count_demotion_threshold = MIN_THAW_DEMOTION_THRESHOLD_DEFAULT; in memorystatus_init()
80 ….Only processes that have been thawed fewer than `kern.memorystatus_thaw_count_demotion_threshold`…