Home
last modified time | relevance | path

Searched refs:kstat_io_t (Results 1 – 25 of 27) sorted by relevance

12

/titanic_41/usr/src/uts/common/sys/
H A Dkstat.h685 } kstat_io_t; typedef
687 #define KSTAT_IO_PTR(kptr) ((kstat_io_t *)(kptr)->ks_data)
805 extern void kstat_waitq_enter(kstat_io_t *);
806 extern void kstat_waitq_exit(kstat_io_t *);
807 extern void kstat_runq_enter(kstat_io_t *);
808 extern void kstat_runq_exit(kstat_io_t *);
809 extern void kstat_waitq_to_runq(kstat_io_t *);
810 extern void kstat_runq_back_to_waitq(kstat_io_t *);
/titanic_41/usr/src/cmd/avs/dsstat/
H A Dreport.h38 int io_value_check(kstat_io_t *, kstat_io_t *);
H A Dreport.c153 kstat_io_t *cur = cur_kstat->ks_data; in io_report()
154 kstat_io_t *pre = pre_kstat->ks_data; in io_report()
255 io_value_check(kstat_io_t *pre, kstat_io_t *cur) in io_value_check()
H A Dsdbc_stats.c650 kstat_io_t *cur; in sdbc_getvalues()
651 kstat_io_t *pre; in sdbc_getvalues()
/titanic_41/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h306 extern void kstat_waitq_enter(kstat_io_t *);
307 extern void kstat_waitq_exit(kstat_io_t *);
308 extern void kstat_runq_enter(kstat_io_t *);
309 extern void kstat_runq_exit(kstat_io_t *);
310 extern void kstat_waitq_to_runq(kstat_io_t *);
311 extern void kstat_runq_back_to_waitq(kstat_io_t *);
/titanic_41/usr/src/lib/libzpool/common/
H A Dkernel.c107 kstat_waitq_enter(kstat_io_t *kiop) in kstat_waitq_enter()
112 kstat_waitq_exit(kstat_io_t *kiop) in kstat_waitq_exit()
117 kstat_runq_enter(kstat_io_t *kiop) in kstat_runq_enter()
122 kstat_runq_exit(kstat_io_t *kiop) in kstat_runq_exit()
127 kstat_waitq_to_runq(kstat_io_t *kiop) in kstat_waitq_to_runq()
132 kstat_runq_back_to_waitq(kstat_io_t *kiop) in kstat_runq_back_to_waitq()
/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A Dcache_kstats_readme.txt44 reporting, sdbc relies on the kstat_io_t type.
162 The sdbc module now contains kstats of type kstat_io_t. These are used to
164 global statistics, as well as those per cache descriptor. Since kstat_io_t
169 These kstat_io_t types provide two built-in time-gathering mechanisms, which it
175 kstat_io_t structure should not be considered explicitly. (See comment below).
189 3.0.2 kstat_io_t Fields:
317 2. kstat_io_t information: kstat_io(9S), kstat_queue(9F)
/titanic_41/usr/src/uts/common/os/
H A Dkstat_fr.c238 { "i/o", sizeof (kstat_io_t), 1, 1 },
660 kstat_io_t *kiop; in default_kstat_snapshot()
697 kiop = (kstat_io_t *)buf; in default_kstat_snapshot()
1317 kstat_waitq_enter(kstat_io_t *kiop) in kstat_waitq_enter()
1333 kstat_waitq_exit(kstat_io_t *kiop) in kstat_waitq_exit()
1348 kstat_runq_enter(kstat_io_t *kiop) in kstat_runq_enter()
1364 kstat_runq_exit(kstat_io_t *kiop) in kstat_runq_exit()
1379 kstat_waitq_to_runq(kstat_io_t *kiop) in kstat_waitq_to_runq()
1403 kstat_runq_back_to_waitq(kstat_io_t *kiop) in kstat_runq_back_to_waitq()
/titanic_41/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h253 void (*un_retry_statp)(kstat_io_t *);
1631 if (((kstat_io_t *)(kstatp))->rcnt) { \
1639 if (((kstat_io_t *)(kstatp))->wcnt) { \
1656 kstat_io_t *kip = KSTAT_IO_PTR((un)->un_stats); \
1660 kstat_io_t *kip = KSTAT_IO_PTR(pksp); \
1675 kstat_io_t *kip = KSTAT_IO_PTR((un)->un_stats); \
1690 kstat_io_t *kip = KSTAT_IO_PTR(pksp); \
/titanic_41/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_queue.c119 if (((kstat_io_t *)(&isp->stats.ks_io_data))->wcnt) { in iscsi_dequeue_pending_cmd()
211 if (((kstat_io_t *)(&isp->stats.ks_io_data))->rcnt) { in iscsi_dequeue_active_cmd()
H A Discsi.h1001 kstat_io_t ks_io_data;
/titanic_41/usr/src/cmd/stat/common/
H A Dstatcommon.h179 kstat_io_t is_stats;
/titanic_41/usr/src/cmd/sa/
H A Dsa.h52 kstat_io_t kios;
H A Dsadc.c625 memset((void *)&iodev->kios, 0, sizeof (kstat_io_t)); in init_iodevs()
/titanic_41/usr/src/uts/common/xen/io/
H A Dxdf.h282 kstat_io_t *kip = KSTAT_IO_PTR((vdp)->xdf_xdev_iostat); \
/titanic_41/usr/src/cmd/power/
H A Dsysstat.c80 kstat_io_t new_kios, old_kios;
221 sizeof (kstat_io_t)); in init_disks()
/titanic_41/usr/src/uts/common/io/blkdev/
H A Dblkdev.c89 kstat_io_t *d_kiop;
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()
/titanic_41/usr/src/cmd/rpcsvc/
H A Drstat_proc.c98 kstat_io_t kios;
856 memset((void *)&disk->kios, 0, sizeof (kstat_io_t)); in init_disks()
/titanic_41/usr/src/uts/sun4v/sys/
H A Dvdsk_common.h548 kstat_io_t *kip = KSTAT_IO_PTR((vd)->io_stats); \
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dvdev_queue.c332 kstat_io_t *ksio = spa->spa_iokstat->ks_data; in vdev_queue_pending_remove()
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs1121 kstat_io_t *kiop; in save_io()
1124 PERL_ASSERT(kp->ks_data_size == sizeof (kstat_io_t)); in save_io()
/titanic_41/usr/src/uts/common/io/
H A Dramdisk.c1133 kstat_io_t *kioptr;
/titanic_41/usr/src/lib/libdiskmgt/common/
H A Ddrive.c1069 kstat_io_t *kiop; in get_kstat_vals()
/titanic_41/usr/src/cmd/stat/kstat/
H A Dkstat.c1435 kstat_io_t *ksio = KSTAT_IO_PTR(kp); in save_io()
/titanic_41/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c2737 kstat_io_t *kip; in stmf_update_kstat_lu_q()
2757 kstat_io_t *kip; in stmf_update_kstat_lport_q()
2774 kstat_io_t *kip; in stmf_update_kstat_lport_io()
2791 kstat_io_t *kip; in stmf_update_kstat_lu_io()

12