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

/illumos-gate/usr/src/cmd/stat/fsstat/
H A Dfsstat.c89 #define CUR_INDEX (vs_i) macro
90 #define PREV_INDEX ((vs_i == 0) ? 1 : 0) /* Opposite of CUR_INDEX */
1016 vopstats_t *vsp = &ent->e_vs[CUR_INDEX];
1083 &ent->e_vs[CUR_INDEX], NULL) == 0) {
1085 &ent->e_vs[CUR_INDEX],

Completed in 46 milliseconds