Home
last modified time | relevance | path

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

/kernel/bpf/
Dtnum.c37 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()
Dverifier.c12552 u8 shift = bpf_ctx_narrow_access_offset( in convert_ctx_accesses() local
/kernel/sched/
Dloadavg.c72 void get_avenrun(unsigned long *loads, unsigned long offset, int shift) in get_avenrun()
Dwait_bit.c14 const int shift = BITS_PER_LONG == 32 ? 5 : 6; in bit_waitqueue() local
Dsched.h215 #define shr_bound(val, shift) \ argument
Dfair.c245 int shift = WMULT_SHIFT; in __calc_delta() local
/kernel/time/
Dsched_clock.c67 static inline u64 notrace cyc_to_ns(u64 cyc, u32 mult, u32 shift) in cyc_to_ns()
Dclocksource.c47 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()
Dtimekeeping.c2099 u32 shift, unsigned int *clock_set) in logarithmic_accumulation()
2141 int shift = 0, maxshift; in timekeeping_advance() local