Home
last modified time | relevance | path

Searched refs:II_KS (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.h239 #define II_KS(ip, x) KSTAT_IO_PTR(ip->bi_kstat_io.x) macro
246 kstat_runq_enter(II_KS(ip, type)); \
253 II_KS(ip, type)->reads++; \
254 II_KS(ip, type)->nread += II_BLKSIZE * (blocks);\
256 kstat_runq_exit(II_KS(ip, type)); \
263 kstat_runq_enter(II_KS(ip, type)); \
270 II_KS(ip, type)->writes++; \
271 II_KS(ip, type)->nwritten += II_BLKSIZE * (blocks);\
273 kstat_runq_exit(II_KS(ip, type)); \