Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lnet/selftest/
Dtimer.c54 #define STTIMER_SLOTTIMEMASK (~(STTIMER_SLOTTIME - 1)) macro
155 this_slot = now & STTIMER_SLOTTIMEMASK; in stt_check_timers()
164 *last = now & STTIMER_SLOTTIMEMASK; in stt_check_timers()
212 stt_data.stt_prev_slot = ktime_get_real_seconds() & STTIMER_SLOTTIMEMASK; in stt_startup()