Home
last modified time | relevance | path

Searched refs:dist (Results 1 – 2 of 2) sorted by relevance

/arch/m68k/kernel/
Dtime.c54 static unsigned cnt = 0, period = 0, dist = 0; in timer_interrupt() local
56 if (cnt == 0 || cnt == dist) in timer_interrupt()
58 else if (cnt == 7 || cnt == dist+7) in timer_interrupt()
68 dist = period / 4; in timer_interrupt()
/arch/ia64/kernel/
Dptrace.c84 unsigned long dist; \ in ia64_get_scratch_nat_bits()
86 dist = 64 + bit - first; \ in ia64_get_scratch_nat_bits()
88 dist = bit - first; \ in ia64_get_scratch_nat_bits()
89 ia64_rotr(unat, dist) & mask; \ in ia64_get_scratch_nat_bits()
123 long dist; \ in ia64_put_scratch_nat_bits()
125 dist = 64 + bit - first; \ in ia64_put_scratch_nat_bits()
127 dist = bit - first; \ in ia64_put_scratch_nat_bits()
128 ia64_rotl(nat & mask, dist); \ in ia64_put_scratch_nat_bits()