Searched refs:overflow_safe_sub (Results 1 – 2 of 2) sorted by relevance
212 static ALWAYS_INLINE cputime_t overflow_safe_sub(cputime_t prev, cputime_t curr) in overflow_safe_sub() function226 static ALWAYS_INLINE cputime_t overflow_safe_sub(cputime_t prev, cputime_t curr) in overflow_safe_sub() function234 return ((double)overflow_safe_sub(prev, curr)) / itv * 100; in percent_value()
133 static ALWAYS_INLINE data_t overflow_safe_sub(data_t prev, data_t curr) in overflow_safe_sub() function147 static ALWAYS_INLINE data_t overflow_safe_sub(data_t prev, data_t curr) in overflow_safe_sub() function155 return ((double)overflow_safe_sub(prev, curr)) / itv * 100; in percent_value()161 return ((double)overflow_safe_sub(prev, curr)) / itv * G.hz; in hz_value()