Searched refs:mul_u64_u32_shr (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/include/linux/
H A Dmath64.h138 #ifndef mul_u64_u32_shr mul_u64_u32_shr()
139 static inline u64 mul_u64_u32_shr(u64 a, u32 mul, unsigned int shift) mul_u64_u32_shr() function
143 #endif /* mul_u64_u32_shr */
147 #ifndef mul_u64_u32_shr mul_u64_u32_shr()
148 static inline u64 mul_u64_u32_shr(u64 a, u32 mul, unsigned int shift) mul_u64_u32_shr() function
162 #endif /* mul_u64_u32_shr */
/linux-4.1.27/arch/x86/kernel/
H A Dtsc.c219 ns += mul_u64_u32_shr(cyc, data->cyc2ns_mul, CYC2NS_SCALE_FACTOR); cycles_2_ns()
226 ns += mul_u64_u32_shr(cyc, data->cyc2ns_mul, CYC2NS_SCALE_FACTOR); cycles_2_ns()
265 mul_u64_u32_shr(tsc_now, data->cyc2ns_mul, CYC2NS_SCALE_FACTOR); set_cyc2ns_scale()
/linux-4.1.27/arch/x86/platform/uv/
H A Dtlb_uv.c446 ns = mul_u64_u32_shr(cyc, data->cyc2ns_mul, data->cyc2ns_shift); cycles_2_ns()
/linux-4.1.27/kernel/sched/
H A Dfair.c236 return mul_u64_u32_shr(delta_exec, fact, shift); __calc_delta()

Completed in 472 milliseconds