Home
last modified time | relevance | path

Searched defs:shift (Results 1 – 7 of 7) sorted by relevance

/kernel/time/
Dsched_clock.c45 u32 shift; member
92 static inline u64 notrace cyc_to_ns(u64 cyc, u32 mult, u32 shift) in cyc_to_ns()
Dclocksource.c63 clocks_calc_mult_shift(u32 *mult, u32 *shift, u32 from, u32 to, u32 maxsec) in clocks_calc_mult_shift()
531 u64 clocks_calc_max_nsecs(u32 mult, u32 shift, u32 maxadj, u64 mask, u64 *max_cyc) in clocks_calc_max_nsecs()
Dtimekeeping.c2005 u32 shift, unsigned int *clock_set) in logarithmic_accumulation()
2047 int shift = 0, maxshift; in update_wall_time() local
/kernel/bpf/
Dtnum.c36 struct tnum tnum_lshift(struct tnum a, u8 shift) in tnum_lshift()
41 struct tnum tnum_rshift(struct tnum a, u8 shift) in tnum_rshift()
/kernel/sched/
Dloadavg.c76 void get_avenrun(unsigned long *loads, unsigned long offset, int shift) in get_avenrun()
Dwait_bit.c16 const int shift = BITS_PER_LONG == 32 ? 5 : 6; in bit_waitqueue() local
Dfair.c253 int shift = WMULT_SHIFT; in __calc_delta() local