Lines Matching refs:__force
28 #define cputime_div(__ct, divisor) div_u64((__force u64)__ct, divisor)
30 div_u64_rem((__force u64)__ct, divisor, remainder);
39 (__force cputime_t)((__jif) * (NSEC_PER_SEC / HZ))
43 (__force cputime64_t)((__jif) * (NSEC_PER_SEC / HZ))
50 (__force u64)(__ct)
52 (__force cputime_t)(__nsecs)
61 (__force cputime_t)((__usecs) * NSEC_PER_USEC)
63 (__force cputime64_t)((__usecs) * NSEC_PER_USEC)
71 (__force cputime_t)((__secs) * NSEC_PER_SEC)
79 return (__force cputime_t) ret; in timespec_to_cputime()
96 return (__force cputime_t) ret; in timeval_to_cputime()
112 (__force cputime_t)((__x) * (NSEC_PER_SEC / USER_HZ))
118 cputime_to_clock_t((__force cputime_t)__ct)