Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/blkdev/
H A Dblkdev.c89 kstat_io_t *d_kiop; member
558 bd->d_kiop = bd->d_ksp->ks_data; in bd_attach()
566 bd->d_kiop = kmem_zalloc(sizeof (kstat_io_t), KM_SLEEP); in bd_attach()
607 kmem_free(bd->d_kiop, sizeof (kstat_io_t)); in bd_attach()
665 kmem_free(bd->d_kiop, sizeof (kstat_io_t)); in bd_detach()
1534 kstat_waitq_to_runq(bd->d_kiop); in bd_sched()
1555 kstat_runq_exit(bd->d_kiop); in bd_sched()
1571 kstat_waitq_enter(bd->d_kiop); in bd_submit()
1585 kstat_runq_exit(bd->d_kiop); in bd_runq_exit()
1591 bd->d_kiop->reads++; in bd_runq_exit()
[all …]