Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lnet/selftest/
Dtimer.c55 #define STTIMER_SLOTTIMEMASK (~(STTIMER_SLOTTIME - 1)) macro
156 this_slot = now & STTIMER_SLOTTIMEMASK; in stt_check_timers()
165 *last = now & STTIMER_SLOTTIMEMASK; in stt_check_timers()
215 stt_data.stt_prev_slot = get_seconds() & STTIMER_SLOTTIMEMASK; in stt_startup()