Home
last modified time | relevance | path

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

/busybox-1.35.0/procps/
Diostat.c212 static ALWAYS_INLINE cputime_t overflow_safe_sub(cputime_t prev, cputime_t curr) in overflow_safe_sub() function
226 static ALWAYS_INLINE cputime_t overflow_safe_sub(cputime_t prev, cputime_t curr) in overflow_safe_sub() function
234 return ((double)overflow_safe_sub(prev, curr)) / itv * 100; in percent_value()
Dmpstat.c133 static ALWAYS_INLINE data_t overflow_safe_sub(data_t prev, data_t curr) in overflow_safe_sub() function
147 static ALWAYS_INLINE data_t overflow_safe_sub(data_t prev, data_t curr) in overflow_safe_sub() function
155 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()