Searched refs:periods (Results 1 – 4 of 4) sorted by relevance
59 static u32 __accumulate_pelt_segments(u64 periods, u32 d1, u32 d3) in __accumulate_pelt_segments() argument66 c1 = decay_load((u64)d1, periods); in __accumulate_pelt_segments()77 c2 = LOAD_AVG_MAX - decay_load(LOAD_AVG_MAX, periods) - 1024; in __accumulate_pelt_segments()108 u64 periods; in accumulate_sum() local111 periods = delta / 1024; /* A period is 1024us (~1ms) */ in accumulate_sum()116 if (periods) { in accumulate_sum()117 sa->load_sum = decay_load(sa->load_sum, periods); in accumulate_sum()119 decay_load(sa->runnable_sum, periods); in accumulate_sum()120 sa->util_sum = decay_load((u64)(sa->util_sum), periods); in accumulate_sum()137 contrib = __accumulate_pelt_segments(periods, in accumulate_sum()[all …]
122 bool "Provide debug RCU implementation with short grace periods"128 grace periods, making them as short as it can. This limits
231 grace periods at the expense of being more disruptive.234 disable expedited grace periods after boot by unconditionally303 RCU grace periods. Given that a reasonable setting of
157 asleep/awake for very short periods of time (<= 2 seconds).