Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dfd.c146 #define KIOSP KSTAT_IO_PTR(fdp->d_iostat) macro
1095 kstat_waitq_enter(KIOSP); in fd_strategy()
1145 kstat_waitq_to_runq(KIOSP); in fdstart()
1257 KIOSP->reads++; in fdstart()
1258 KIOSP->nread += (bp->b_bcount - bp->b_resid); in fdstart()
1260 KIOSP->writes++; in fdstart()
1261 KIOSP->nwritten += (bp->b_bcount - bp->b_resid); in fdstart()
1263 kstat_runq_exit(KIOSP); in fdstart()
/illumos-gate/usr/src/uts/sun/io/
H A Dfd.c112 #define KIOSP KSTAT_IO_PTR(un->un_iostat) macro
1812 kstat_waitq_enter(KIOSP); in fd_strategy()
3143 kstat_waitq_to_runq(KIOSP); in fdstart()
3404 KIOSP->reads++; in fdstart()
3405 KIOSP->nread += in fdstart()
3408 KIOSP->writes++; in fdstart()
3409 KIOSP->nwritten += (bp->b_bcount - bp->b_resid); in fdstart()
3411 kstat_runq_exit(KIOSP); in fdstart()