Searched refs:NORMAL_WINDOW_MINS (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.1.10/bsd/kern/ |
| H A D | kern_memorystatus_freeze.c | 185 #define NORMAL_WINDOW_MINS (24 * 60) macro 190 { NORMAL_WINDOW_MINS, 1, 0, 0, { 0, 0 }}, 466 new_budget = memorystatus_freeze_calculate_new_budget(0, 1, NORMAL_WINDOW_MINS, 0); 2735 …status_freeze_calculate_new_budget(time_since_last_interval_expired_sec, 1, NORMAL_WINDOW_MINS, 0); 2886 …unsigned int normal_budget_rate_allowed = (freeze_daily_pageouts_max / NORMAL_WINDOW_MINS) * DEGRA… in memorystatus_freeze_update_throttle()
|