Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/kern/
H A Dkern_memorystatus_freeze.c168 #define DEGRADED_WINDOW_MINS (30) macro
173 { DEGRADED_WINDOW_MINS, 1, 0, 0, { 0, 0 }},
2869 …d int current_budget_rate_allowed = ((budget_left / time_left.tv_sec) / 60) * DEGRADED_WINDOW_MINS; in memorystatus_freeze_update_throttle()
2870 …rmal_budget_rate_allowed = (freeze_daily_pageouts_max / NORMAL_WINDOW_MINS) * DEGRADED_WINDOW_MINS; in memorystatus_freeze_update_throttle()