Searched defs:shift (Results 1 – 11 of 11) 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 | 19996 u8 shift = bpf_ctx_narrow_access_offset( in convert_ctx_accesses() local
|
| /kernel/sched/ |
| D | loadavg.c | 71 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 | 259 #define shr_bound(val, shift) \ argument
|
| D | fair.c | 297 int shift = WMULT_SHIFT; in __calc_delta() local
|
| /kernel/time/ |
| D | sched_clock.c | 68 static __always_inline u64 cyc_to_ns(u64 cyc, u32 mult, u32 shift) in cyc_to_ns()
|
| D | clocksource.c | 57 clocks_calc_mult_shift(u32 *mult, u32 *shift, u32 from, u32 to, u32 maxsec) in clocks_calc_mult_shift() 951 u64 clocks_calc_max_nsecs(u32 mult, u32 shift, u32 maxadj, u64 mask, u64 *max_cyc) in clocks_calc_max_nsecs()
|
| D | timekeeping.c | 2153 u32 shift, unsigned int *clock_set) in logarithmic_accumulation() 2195 int shift = 0, maxshift; in timekeeping_advance() local
|
| /kernel/rcu/ |
| D | tasks.h | 255 int shift; in cblist_init_generic() local
|
| /kernel/ |
| D | workqueue.c | 904 static unsigned long shift_and_mask(unsigned long v, u32 shift, u32 bits) in shift_and_mask()
|