Searched refs:this_slot (Results 1 – 1 of 1) sorted by relevance
149 unsigned long this_slot; in stt_check_timers() local152 this_slot = now & STTIMER_SLOTTIMEMASK; in stt_check_timers()156 while (cfs_time_aftereq(this_slot, *last)) { in stt_check_timers()157 expired += stt_expire_list(STTIMER_SLOT(this_slot), now); in stt_check_timers()158 this_slot = cfs_time_sub(this_slot, STTIMER_SLOTTIME); in stt_check_timers()