Searched defs:shift (Results 1 – 9 of 9) sorted by relevance
/kernel/bpf/ |
D | tnum.c | 37 struct tnum tnum_lshift(struct tnum a, u8 shift) in tnum_lshift() 42 struct tnum tnum_rshift(struct tnum a, u8 shift) in tnum_rshift()
|
D | verifier.c | 12552 u8 shift = bpf_ctx_narrow_access_offset( in convert_ctx_accesses() local
|
/kernel/sched/ |
D | loadavg.c | 72 void get_avenrun(unsigned long *loads, unsigned long offset, int shift) in get_avenrun()
|
D | wait_bit.c | 14 const int shift = BITS_PER_LONG == 32 ? 5 : 6; in bit_waitqueue() local
|
D | sched.h | 215 #define shr_bound(val, shift) \ argument
|
D | fair.c | 245 int shift = WMULT_SHIFT; in __calc_delta() local
|
/kernel/time/ |
D | sched_clock.c | 67 static inline u64 notrace cyc_to_ns(u64 cyc, u32 mult, u32 shift) in cyc_to_ns()
|
D | clocksource.c | 47 clocks_calc_mult_shift(u32 *mult, u32 *shift, u32 from, u32 to, u32 maxsec) in clocks_calc_mult_shift() 921 u64 clocks_calc_max_nsecs(u32 mult, u32 shift, u32 maxadj, u64 mask, u64 *max_cyc) in clocks_calc_max_nsecs()
|
D | timekeeping.c | 2099 u32 shift, unsigned int *clock_set) in logarithmic_accumulation() 2141 int shift = 0, maxshift; in timekeeping_advance() local
|