Home
last modified time | relevance | path

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

/kernel/time/
Dsched_clock.c28 u32 shift; member
54 static inline u64 notrace cyc_to_ns(u64 cyc, u32 mult, u32 shift) in cyc_to_ns()
Dclocksource.c61 clocks_calc_mult_shift(u32 *mult, u32 *shift, u32 from, u32 to, u32 maxsec) in clocks_calc_mult_shift()
473 u64 clocks_calc_max_nsecs(u32 mult, u32 shift, u32 maxadj, u64 mask) in clocks_calc_max_nsecs()
Dtimekeeping.c1159 u32 shift = clock->shift; in timekeeping_resume() local
1486 u32 shift, in logarithmic_accumulation()
1529 int shift = 0, maxshift; in update_wall_time() local
/kernel/sched/
Dloadavg.c74 void get_avenrun(unsigned long *loads, unsigned long offset, int shift) in get_avenrun()
Dwait.c483 const int shift = BITS_PER_LONG == 32 ? 5 : 6; in bit_waitqueue() local
Dfair.c231 int shift = WMULT_SHIFT; in __calc_delta() local