Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/
H A Dfd.c143 #define KIOSP KSTAT_IO_PTR(fdp->d_iostat) macro
1089 kstat_waitq_enter(KIOSP); in fd_strategy()
1139 kstat_waitq_to_runq(KIOSP); in fdstart()
1251 KIOSP->reads++; in fdstart()
1252 KIOSP->nread += (bp->b_bcount - bp->b_resid); in fdstart()
1254 KIOSP->writes++; in fdstart()
1255 KIOSP->nwritten += (bp->b_bcount - bp->b_resid); in fdstart()
1257 kstat_runq_exit(KIOSP); in fdstart()
/titanic_50/usr/src/uts/sun/io/
H A Dfd.c110 #define KIOSP KSTAT_IO_PTR(un->un_iostat) macro
1809 kstat_waitq_enter(KIOSP); in fd_strategy()
3140 kstat_waitq_to_runq(KIOSP); in fdstart()
3401 KIOSP->reads++; in fdstart()
3402 KIOSP->nread += in fdstart()
3405 KIOSP->writes++; in fdstart()
3406 KIOSP->nwritten += (bp->b_bcount - bp->b_resid); in fdstart()
3408 kstat_runq_exit(KIOSP); in fdstart()