Lines Matching refs:index
1069 static int cascade(struct tvec_base *base, struct tvec *tv, int index) in cascade() argument
1075 list_replace_init(tv->vec + index, &tv_list); in cascade()
1087 return index; in cascade()
1150 int index = base->timer_jiffies & TVR_MASK; in __run_timers() local
1155 if (!index && in __run_timers()
1161 list_replace_init(base->tv1.vec + index, &work_list); in __run_timers()
1202 int index, slot, array, found = 0; in __next_timer_interrupt() local
1207 index = slot = timer_jiffies & TVR_MASK; in __next_timer_interrupt()
1216 if (!index || slot < index) in __next_timer_interrupt()
1221 } while (slot != index); in __next_timer_interrupt()
1225 if (index) in __next_timer_interrupt()
1226 timer_jiffies += TVR_SIZE - index; in __next_timer_interrupt()
1238 index = slot = timer_jiffies & TVN_MASK; in __next_timer_interrupt()
1254 if (!index || slot < index) in __next_timer_interrupt()
1259 } while (slot != index); in __next_timer_interrupt()
1261 if (index) in __next_timer_interrupt()
1262 timer_jiffies += TVN_SIZE - index; in __next_timer_interrupt()