Searched refs:this_slot (Results 1 – 1 of 1) sorted by relevance
152 unsigned long this_slot; in stt_check_timers() local155 this_slot = now & STTIMER_SLOTTIMEMASK; in stt_check_timers()159 while (cfs_time_aftereq(this_slot, *last)) { in stt_check_timers()160 expired += stt_expire_list(STTIMER_SLOT(this_slot), now); in stt_check_timers()161 this_slot = cfs_time_sub(this_slot, STTIMER_SLOTTIME); in stt_check_timers()