Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dkern_memorystatus_freeze.c160 #define DEGRADED_WINDOW_MINS (30) macro
165 { DEGRADED_WINDOW_MINS, 1, 0, 0, { 0, 0 }},
2957 …d int current_budget_rate_allowed = ((budget_left / time_left.tv_sec) / 60) * DEGRADED_WINDOW_MINS; in memorystatus_freeze_update_throttle()
2958 …rmal_budget_rate_allowed = (freeze_daily_pageouts_max / NORMAL_WINDOW_MINS) * DEGRADED_WINDOW_MINS; in memorystatus_freeze_update_throttle()