Lines Matching refs:__force
35 return __div((__force unsigned long long) cputime, CPUTIME_PER_SEC / HZ); in cputime_to_jiffies()
40 return (__force cputime_t)(jif * (CPUTIME_PER_SEC / HZ)); in jiffies_to_cputime()
45 unsigned long long jif = (__force unsigned long long) cputime; in cputime64_to_jiffies64()
52 return (__force cputime64_t)(jif * (CPUTIME_PER_SEC / HZ)); in jiffies64_to_cputime64()
60 return (__force unsigned long long) cputime >> 12; in cputime_to_usecs()
65 return (__force cputime_t)(m * CPUTIME_PER_USEC); in usecs_to_cputime()
75 return __div((__force unsigned long long) cputime, CPUTIME_PER_SEC / 2) >> 1; in cputime_to_secs()
80 return (__force cputime_t)(s * CPUTIME_PER_SEC); in secs_to_cputime()
89 return (__force cputime_t)(ret + __div(value->tv_nsec * CPUTIME_PER_USEC, NSEC_PER_USEC)); in timespec_to_cputime()
95 unsigned long long __cputime = (__force unsigned long long) cputime; in cputime_to_timespec()
108 return (__force cputime_t)(ret + value->tv_usec * CPUTIME_PER_USEC); in timeval_to_cputime()
114 unsigned long long __cputime = (__force unsigned long long) cputime; in cputime_to_timeval()
124 unsigned long long clock = (__force unsigned long long) cputime; in cputime_to_clock_t()
131 return (__force cputime_t)(x * (CPUTIME_PER_SEC / USER_HZ)); in clock_t_to_cputime()
139 unsigned long long clock = (__force unsigned long long) cputime; in cputime64_to_clock_t()