Lines Matching refs:d_kiop
183 kstat_io_t *d_kiop; member
739 bd->d_kiop = bd->d_ksp->ks_data; in bd_attach()
747 bd->d_kiop = kmem_zalloc(sizeof (kstat_io_t), KM_SLEEP); in bd_attach()
899 kmem_free(bd->d_kiop, sizeof (kstat_io_t)); in bd_attach()
937 kmem_free(bd->d_kiop, sizeof (kstat_io_t)); in bd_detach()
1856 kstat_waitq_to_runq(bd->d_kiop); in bd_sched()
1881 kstat_runq_exit(bd->d_kiop); in bd_sched()
1910 kstat_waitq_enter(bd->d_kiop); in bd_submit()
1929 kstat_runq_exit(bd->d_kiop); in bd_runq_exit()
1937 atomic_inc_uint(&bd->d_kiop->reads); in bd_runq_exit()
1938 atomic_add_64((uint64_t *)&bd->d_kiop->nread, in bd_runq_exit()
1941 atomic_inc_uint(&bd->d_kiop->writes); in bd_runq_exit()
1942 atomic_add_64((uint64_t *)&bd->d_kiop->nwritten, in bd_runq_exit()