Searched defs:STTIMER_SLOTTIME (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/lustre/lnet/selftest/
H A Dtimer.c54 #define STTIMER_SLOTTIME (1 << STTIMER_MINPOLL) macro
55 #define STTIMER_SLOTTIMEMASK (~(STTIMER_SLOTTIME - 1))
162 this_slot = cfs_time_sub(this_slot, STTIMER_SLOTTIME);
181 cfs_time_seconds(STTIMER_SLOTTIME));

Completed in 51 milliseconds