Searched defs:shift (Results 1 – 7 of 7) sorted by relevance
| /kernel/time/ |
| D | sched_clock.c | 45 u32 shift; member 92 static inline u64 notrace cyc_to_ns(u64 cyc, u32 mult, u32 shift) in cyc_to_ns()
|
| D | clocksource.c | 63 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()
|
| D | timekeeping.c | 2005 u32 shift, unsigned int *clock_set) in logarithmic_accumulation() 2047 int shift = 0, maxshift; in update_wall_time() local
|
| /kernel/bpf/ |
| D | tnum.c | 36 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/ |
| D | loadavg.c | 76 void get_avenrun(unsigned long *loads, unsigned long offset, int shift) in get_avenrun()
|
| D | wait_bit.c | 16 const int shift = BITS_PER_LONG == 32 ? 5 : 6; in bit_waitqueue() local
|
| D | fair.c | 253 int shift = WMULT_SHIFT; in __calc_delta() local
|