Home
last modified time | relevance | path

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

/drivers/staging/lustre/lnet/selftest/
Dtimer.c149 unsigned long this_slot; in stt_check_timers() local
152 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()