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