/titanic_50/usr/src/uts/common/sys/ |
H A D | kstat.h | 685 } 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_50/usr/src/cmd/avs/dsstat/ |
H A D | report.h | 38 int io_value_check(kstat_io_t *, kstat_io_t *);
|
H A D | report.c | 153 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 D | sdbc_stats.c | 650 kstat_io_t *cur; in sdbc_getvalues() 651 kstat_io_t *pre; in sdbc_getvalues()
|
/titanic_50/usr/src/lib/libzpool/common/sys/ |
H A D | zfs_context.h | 308 extern void kstat_waitq_enter(kstat_io_t *); 309 extern void kstat_waitq_exit(kstat_io_t *); 310 extern void kstat_runq_enter(kstat_io_t *); 311 extern void kstat_runq_exit(kstat_io_t *); 312 extern void kstat_waitq_to_runq(kstat_io_t *); 313 extern void kstat_runq_back_to_waitq(kstat_io_t *);
|
/titanic_50/usr/src/lib/libzpool/common/ |
H A D | kernel.c | 107 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_50/usr/src/uts/common/avs/ns/sdbc/ |
H A D | cache_kstats_readme.txt | 44 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_50/usr/src/uts/common/os/ |
H A D | kstat_fr.c | 238 { "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_50/usr/src/uts/common/sys/scsi/targets/ |
H A D | sddef.h | 253 void (*un_retry_statp)(kstat_io_t *); 1632 if (((kstat_io_t *)(kstatp))->rcnt) { \ 1640 if (((kstat_io_t *)(kstatp))->wcnt) { \ 1657 kstat_io_t *kip = KSTAT_IO_PTR((un)->un_stats); \ 1661 kstat_io_t *kip = KSTAT_IO_PTR(pksp); \ 1676 kstat_io_t *kip = KSTAT_IO_PTR((un)->un_stats); \ 1691 kstat_io_t *kip = KSTAT_IO_PTR(pksp); \
|
/titanic_50/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsi_queue.c | 119 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 D | iscsi.h | 1001 kstat_io_t ks_io_data;
|
/titanic_50/usr/src/cmd/stat/common/ |
H A D | statcommon.h | 179 kstat_io_t is_stats;
|
/titanic_50/usr/src/cmd/sa/ |
H A D | sa.h | 52 kstat_io_t kios;
|
H A D | sadc.c | 625 memset((void *)&iodev->kios, 0, sizeof (kstat_io_t)); in init_iodevs()
|
/titanic_50/usr/src/uts/common/xen/io/ |
H A D | xdf.h | 282 kstat_io_t *kip = KSTAT_IO_PTR((vdp)->xdf_xdev_iostat); \
|
/titanic_50/usr/src/cmd/power/ |
H A D | sysstat.c | 80 kstat_io_t new_kios, old_kios; 221 sizeof (kstat_io_t)); in init_disks()
|
/titanic_50/usr/src/uts/common/io/blkdev/ |
H A D | blkdev.c | 89 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_50/usr/src/cmd/rpcsvc/ |
H A D | rstat_proc.c | 98 kstat_io_t kios; 856 memset((void *)&disk->kios, 0, sizeof (kstat_io_t)); in init_disks()
|
/titanic_50/usr/src/uts/sun4v/sys/ |
H A D | vdsk_common.h | 548 kstat_io_t *kip = KSTAT_IO_PTR((vd)->io_stats); \
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | vdev_queue.c | 333 kstat_io_t *ksio = spa->spa_iokstat->ks_data; in vdev_queue_pending_remove()
|
/titanic_50/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/ |
H A D | Kstat.xs | 1131 kstat_io_t *kiop; in save_io() 1134 PERL_ASSERT(kp->ks_data_size == sizeof (kstat_io_t)); in save_io()
|
/titanic_50/usr/src/uts/common/io/ |
H A D | ramdisk.c | 1133 kstat_io_t *kioptr;
|
/titanic_50/usr/src/lib/libdiskmgt/common/ |
H A D | drive.c | 1069 kstat_io_t *kiop; in get_kstat_vals()
|
/titanic_50/usr/src/cmd/stat/kstat/ |
H A D | kstat.c | 1435 kstat_io_t *ksio = KSTAT_IO_PTR(kp); in save_io()
|
/titanic_50/usr/src/uts/common/io/comstar/stmf/ |
H A D | stmf.c | 2735 kstat_io_t *kip; in stmf_update_kstat_lu_q() 2755 kstat_io_t *kip; in stmf_update_kstat_lport_q() 2772 kstat_io_t *kip; in stmf_update_kstat_lport_io() 2789 kstat_io_t *kip; in stmf_update_kstat_lu_io()
|