Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/kern/
H A Dkern_memorystatus_freeze.c193 #define DEGRADED_WINDOW_MINS (30) macro
198 { DEGRADED_WINDOW_MINS, 1, 0, 0, { 0, 0 }},
2883 …d int current_budget_rate_allowed = ((budget_left / time_left.tv_sec) / 60) * DEGRADED_WINDOW_MINS; in memorystatus_freeze_update_throttle()
2884 …rmal_budget_rate_allowed = (freeze_daily_pageouts_max / NORMAL_WINDOW_MINS) * DEGRADED_WINDOW_MINS; in memorystatus_freeze_update_throttle()