/illumos-gate/usr/src/lib/libfakekernel/common/ |
H A D | kstat.c | 55 kstat_waitq_enter(kstat_io_t *kiop) in kstat_waitq_enter() 60 kstat_waitq_exit(kstat_io_t *kiop) in kstat_waitq_exit() 65 kstat_runq_enter(kstat_io_t *kiop) in kstat_runq_enter() 70 kstat_runq_exit(kstat_io_t *kiop) in kstat_runq_exit() 75 kstat_waitq_to_runq(kstat_io_t *kiop) in kstat_waitq_to_runq() 80 kstat_runq_back_to_waitq(kstat_io_t *kiop) in kstat_runq_back_to_waitq()
|
/illumos-gate/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 *);
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | kstat_fr.c | 242 { "i/o", sizeof (kstat_io_t), 1, 1 }, 664 kstat_io_t *kiop; in default_kstat_snapshot() 701 kiop = (kstat_io_t *)buf; in default_kstat_snapshot() 1323 kstat_waitq_enter(kstat_io_t *kiop) in kstat_waitq_enter() 1339 kstat_waitq_exit(kstat_io_t *kiop) in kstat_waitq_exit() 1354 kstat_runq_enter(kstat_io_t *kiop) in kstat_runq_enter() 1370 kstat_runq_exit(kstat_io_t *kiop) in kstat_runq_exit() 1385 kstat_waitq_to_runq(kstat_io_t *kiop) in kstat_waitq_to_runq() 1409 kstat_runq_back_to_waitq(kstat_io_t *kiop) in kstat_runq_back_to_waitq()
|
/illumos-gate/usr/src/uts/common/sys/scsi/targets/ |
H A D | sddef.h | 285 void (*un_retry_statp)(kstat_io_t *); 1638 if (((kstat_io_t *)(kstatp))->rcnt) { \ 1646 if (((kstat_io_t *)(kstatp))->wcnt) { \ 1663 kstat_io_t *kip = KSTAT_IO_PTR((un)->un_stats); \ 1667 kstat_io_t *kip = KSTAT_IO_PTR(pksp); \ 1682 kstat_io_t *kip = KSTAT_IO_PTR((un)->un_stats); \ 1697 kstat_io_t *kip = KSTAT_IO_PTR(pksp); \
|
/illumos-gate/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 | 1003 kstat_io_t ks_io_data;
|
/illumos-gate/usr/src/cmd/stat/common/ |
H A D | statcommon.h | 181 kstat_io_t is_stats;
|
/illumos-gate/usr/src/cmd/sa/ |
H A D | sa.h | 50 kstat_io_t kios;
|
H A D | sadc.c | 625 memset((void *)&iodev->kios, 0, sizeof (kstat_io_t)); in init_iodevs()
|
/illumos-gate/usr/src/uts/common/xen/io/ |
H A D | xdf.h | 287 kstat_io_t *kip = KSTAT_IO_PTR((vdp)->xdf_xdev_iostat); \
|
/illumos-gate/usr/src/cmd/power/ |
H A D | sysstat.c | 79 kstat_io_t new_kios, old_kios; 220 sizeof (kstat_io_t)); in init_disks()
|
/illumos-gate/usr/src/cmd/rpcsvc/ |
H A D | rstat_proc.c | 96 kstat_io_t kios; 854 memset((void *)&disk->kios, 0, sizeof (kstat_io_t)); in init_disks()
|
/illumos-gate/usr/src/uts/sun4v/sys/ |
H A D | vdsk_common.h | 548 kstat_io_t *kip = KSTAT_IO_PTR((vd)->io_stats); \
|
/illumos-gate/usr/src/uts/common/io/blkdev/ |
H A D | blkdev.c | 183 kstat_io_t *d_kiop; 747 bd->d_kiop = kmem_zalloc(sizeof (kstat_io_t), KM_SLEEP); in bd_attach() 899 kmem_free(bd->d_kiop, sizeof (kstat_io_t)); in bd_attach() 937 kmem_free(bd->d_kiop, sizeof (kstat_io_t)); in bd_detach()
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/ |
H A D | Kstat.xs | 953 kstat_io_t *kiop; in save_io() 956 PERL_ASSERT(kp->ks_data_size == sizeof (kstat_io_t)); in save_io()
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | vdev_queue.c | 377 kstat_io_t *ksio = spa->spa_iokstat->ks_data; in vdev_queue_pending_remove()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | ramdisk.c | 1133 kstat_io_t *kioptr;
|
H A D | lofi.c | 1725 kstat_io_t *kioptr; in lofi_strategy_task()
|
/illumos-gate/usr/src/lib/libdiskmgt/common/ |
H A D | drive.c | 1087 kstat_io_t *kiop; in get_kstat_vals()
|
/illumos-gate/usr/src/cmd/stat/kstat/ |
H A D | kstat.c | 1391 kstat_io_t *ksio = KSTAT_IO_PTR(kp); in save_io()
|
/illumos-gate/usr/src/uts/common/io/comstar/stmf/ |
H A D | stmf.c | 2740 kstat_io_t *kip; in stmf_update_kstat_lu_q() 2760 kstat_io_t *kip; in stmf_update_kstat_lport_q() 2777 kstat_io_t *kip; in stmf_update_kstat_lport_io() 2795 kstat_io_t *kip; in stmf_update_kstat_rport_io() 2884 kstat_io_t *kip; in stmf_update_kstat_lu_io()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/nfs/ |
H A D | nfs_clnt.c | 35 kstat_io_t kstat_io; in nfs_print_io_stat()
|
/illumos-gate/usr/src/uts/common/io/scsi/targets/ |
H A D | sd.c | 957 void (*statp)(kstat_io_t *)); 960 clock_t retry_delay, void (*statp)(kstat_io_t *)); 13999 void (*statp)(kstat_io_t *); 14001 void (*saved_statp)(kstat_io_t *); 14865 void (*statp)(kstat_io_t *)) argument 15229 void (*statp)(kstat_io_t *)) argument
|