Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/kern/
H A Dkern_memorystatus_freeze.c184 #define DEGRADED_WINDOW_MINS (30) macro
189 { DEGRADED_WINDOW_MINS, 1, 0, 0, { 0, 0 }},
2885 …d int current_budget_rate_allowed = ((budget_left / time_left.tv_sec) / 60) * DEGRADED_WINDOW_MINS; in memorystatus_freeze_update_throttle()
2886 …rmal_budget_rate_allowed = (freeze_daily_pageouts_max / NORMAL_WINDOW_MINS) * DEGRADED_WINDOW_MINS; in memorystatus_freeze_update_throttle()