Searched refs:io_stats (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/sun4v/sys/
H A Dvdsk_common.h547 if ((vd)->io_stats != NULL) { \
548 kstat_io_t *kip = KSTAT_IO_PTR((vd)->io_stats); \
566 if ((vd)->io_stats != NULL) { \
568 kstat_waitq_enter(KSTAT_IO_PTR((vd)->io_stats)); \
572 if ((vd)->io_stats != NULL) { \
574 kstat_waitq_exit(KSTAT_IO_PTR((vd)->io_stats)); \
578 if ((vd)->io_stats != NULL) { \
580 kstat_waitq_to_runq(KSTAT_IO_PTR((vd)->io_stats)); \
584 if ((vd)->io_stats != NULL) { \
586 kstat_runq_back_to_waitq(KSTAT_IO_PTR((vd)->io_stats)); \
[all...]
H A Dvdc.h371 kstat_t *io_stats; member in struct:vdc
/opensolaris-onvv-gate/usr/src/uts/sun4v/io/
H A Dvdc.c580 if (vdc->io_stats) {
581 kstat_delete(vdc->io_stats);
582 vdc->io_stats = NULL;
923 if (vdc->io_stats != NULL) {
928 vdc->io_stats = kstat_create(VDC_DRIVER_NAME, vdc->instance, NULL,
930 if (vdc->io_stats != NULL) {
931 vdc->io_stats->ks_lock = &vdc->lock;
932 kstat_install(vdc->io_stats);

Completed in 120 milliseconds