Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/sys/
H A Dkern_memorystatus_freeze.h134 extern unsigned int memorystatus_max_frozen_demotions_daily;
/xnu-12377.1.9/bsd/kern/
H A Dkern_memorystatus_freeze.c107 unsigned int memorystatus_max_frozen_demotions_daily = 0; variable
465 …CY_UINT(_kern, memorystatus_max_freeze_demotions_daily, &memorystatus_max_frozen_demotions_daily, …
1737 memorystatus_max_frozen_demotions_daily = MAX_FROZEN_PROCESS_DEMOTIONS_SWAP_ENABLED_DEFAULT; in memorystatus_freeze_configure_for_swap()
1762 memorystatus_max_frozen_demotions_daily = MAX_FROZEN_PROCESS_DEMOTIONS_DEFAULT; in memorystatus_freeze_disable_swap()
2380 if ((urgent_mode) || (demoted_proc_count == memorystatus_max_frozen_demotions_daily)) { in memorystatus_demote_frozen_processes_using_thaw_count()
H A Dkern_memorystatus.c1987 memorystatus_max_frozen_demotions_daily = MAX_FROZEN_PROCESS_DEMOTIONS_DEFAULT; in memorystatus_init()