Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/blkdev/
H A Dblkdev.c184 kstat_io_t *d_kiop; member
740 bd->d_kiop = bd->d_ksp->ks_data; in bd_attach()
900 kmem_free(bd->d_kiop, sizeof (kstat_io_t)); in bd_attach()
938 kmem_free(bd->d_kiop, sizeof (kstat_io_t)); in bd_detach()
1857 kstat_waitq_to_runq(bd->d_kiop); in bd_sched()
1882 kstat_runq_exit(bd->d_kiop); in bd_sched()
1911 kstat_waitq_enter(bd->d_kiop); in bd_submit()
1930 kstat_runq_exit(bd->d_kiop); in bd_runq_exit()
1938 atomic_inc_uint(&bd->d_kiop->reads); in bd_runq_exit()
1939 atomic_add_64((uint64_t *)&bd->d_kiop->nread, in bd_runq_exit()
[all …]