Searched defs:d_kiop (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/blkdev/
H A Dblkdev.c88 kstat_io_t *d_kiop; member in struct:bd
556 bd->d_kiop = bd->d_ksp->ks_data;
564 bd->d_kiop = kmem_zalloc(sizeof (kstat_io_t), KM_SLEEP);
605 kmem_free(bd->d_kiop, sizeof (kstat_io_t));
663 kmem_free(bd->d_kiop, sizeof (kstat_io_t));
1488 kstat_waitq_to_runq(bd->d_kiop);
1509 kstat_runq_exit(bd->d_kiop);
1525 kstat_waitq_enter(bd->d_kiop);
1539 kstat_runq_exit(bd->d_kiop);
1545 bd->d_kiop
[all...]

Completed in 263 milliseconds