Searched refs:TSEC_INC (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/tsec/
H A Dif_tsec.h144 #define TSEC_INC(count, wrap) (count = ((count) + 1) & ((wrap) - 1)) macro
147 ((hand)->tab[TSEC_INC((hand)->count, wrap)])
150 ((hand)->tab[TSEC_INC((hand)->count, wrap)] = val)

Completed in 86 milliseconds