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

/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsafestore_impl.h36 #define SD_WR_SLP_Q_MAX 256 macro
42 #define INCX(x) (x = (x + 1 + SD_WR_SLP_Q_MAX) % SD_WR_SLP_Q_MAX)
43 #define DECX(x) (x = (x - 1 + SD_WR_SLP_Q_MAX) % SD_WR_SLP_Q_MAX)
58 _sd_wr_slp_queue_t wq_slp[SD_WR_SLP_Q_MAX];

Completed in 230 milliseconds