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.c183 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()
[all …]