Searched refs:cputime_t (Results 1 – 1 of 1) sorted by relevance
29 typedef unsigned long long cputime_t; typedef34 typedef unsigned long cputime_t; typedef58 cputime_t vector[N_STATS_CPU];64 cputime_t itv;147 static cputime_t get_smp_uptime(void) in get_smp_uptime()159 return (cputime_t)sec * G.clk_tck + dec * G.clk_tck / 100; in get_smp_uptime()199 static ALWAYS_INLINE cputime_t get_interval(cputime_t old, cputime_t new) in get_interval()201 cputime_t itv = new - old; in get_interval()212 static ALWAYS_INLINE cputime_t overflow_safe_sub(cputime_t prev, cputime_t curr) in overflow_safe_sub()214 cputime_t v = curr - prev; in overflow_safe_sub()[all …]