Home
last modified time | relevance | path

Searched defs:PREV_INDEX (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/stat/fsstat/
H A Dfsstat.c88 #define PREV_INDEX ((vs_i == 0) ? 1 : 0) /* Opposite of CUR_INDEX */ macro
/titanic_50/usr/src/uts/common/io/igb/
H A Digb_sw.h254 #define PREV_INDEX(index, step, limit) ((index) >= (step) ? \ macro
/titanic_50/usr/src/uts/common/io/ixgbe/
H A Dixgbe_sw.h324 #define PREV_INDEX(index, step, limit) ((index) >= (step) ? \ macro