/titanic_44/usr/src/uts/intel/io/dktp/drvobj/ |
H A D | strategy.c | 229 kstat_waitq_enter(KSTAT_IO_PTR(dsnglp->ds_kstat)); in dsngl_enque() 235 kstat_waitq_enter(KSTAT_IO_PTR(dsnglp->ds_kstat)); in dsngl_enque() 246 kstat_waitq_to_runq(KSTAT_IO_PTR(dsnglp->ds_kstat)); in dsngl_enque() 268 KSTAT_IO_PTR(dsnglp->ds_kstat)->reads++; in dsngl_deque() 269 KSTAT_IO_PTR(dsnglp->ds_kstat)->nread += in dsngl_deque() 272 KSTAT_IO_PTR(dsnglp->ds_kstat)->writes++; in dsngl_deque() 273 KSTAT_IO_PTR(dsnglp->ds_kstat)->nwritten += in dsngl_deque() 276 kstat_runq_exit(KSTAT_IO_PTR(dsnglp->ds_kstat)); in dsngl_deque() 293 kstat_waitq_to_runq(KSTAT_IO_PTR(dsnglp->ds_kstat)); in dsngl_deque() 362 kstat_waitq_enter(KSTAT_IO_PTR(dmultp->ds_kstat)); in dmult_enque() [all …]
|
/titanic_44/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_bitmap.c | 268 kstat_runq_enter(KSTAT_IO_PTR(krdc->bmp_kstats)); in rdc_read_header() 277 kstat_runq_exit(KSTAT_IO_PTR(krdc->bmp_kstats)); in rdc_read_header() 279 KSTAT_IO_PTR(krdc->bmp_kstats)->reads++; in rdc_read_header() 280 KSTAT_IO_PTR(krdc->bmp_kstats)->nread += sizeof (rdc_header_t); in rdc_read_header() 354 kstat_runq_enter(KSTAT_IO_PTR(krdc->bmp_kstats)); in rdc_write_header() 363 kstat_runq_exit(KSTAT_IO_PTR(krdc->bmp_kstats)); in rdc_write_header() 365 KSTAT_IO_PTR(krdc->bmp_kstats)->writes++; in rdc_write_header() 366 KSTAT_IO_PTR(krdc->bmp_kstats)->nwritten += in rdc_write_header() 498 kstat_runq_enter(KSTAT_IO_PTR(krdc->bmp_kstats)); in rdc_clear_state() 507 kstat_runq_exit(KSTAT_IO_PTR(krdc->bmp_kstats)); in rdc_clear_state() [all …]
|
H A D | rdc_svc.c | 655 kstat_runq_enter(KSTAT_IO_PTR(krdc->io_kstats)); in r_net_write5() 770 kstat_runq_exit(KSTAT_IO_PTR(krdc->io_kstats)); in r_net_write5() 894 kstat_runq_enter(KSTAT_IO_PTR(krdc->io_kstats)); in r_net_write6() 1080 kstat_waitq_enter(KSTAT_IO_PTR(krdc-> in r_net_write6() 1094 kstat_runq_exit(KSTAT_IO_PTR( in r_net_write6() 1140 kstat_runq_exit(KSTAT_IO_PTR(krdc->io_kstats)); in r_net_write6() 2304 kstat_waitq_exit(KSTAT_IO_PTR(krdc->io_kstats)); in rdc_sleepqdiscard() 2446 KSTAT_IO_PTR(krdc->io_kstats)->writes++; in rdc_writemaxfba() 2447 KSTAT_IO_PTR(krdc->io_kstats)->nwritten += in rdc_writemaxfba() 2614 kstat_waitq_exit(KSTAT_IO_PTR(krdc->io_kstats)); in rdc_dopending() [all …]
|
H A D | rdc_clnt.c | 599 kstat_runq_enter(KSTAT_IO_PTR(krdc->io_kstats)); in rdc_net_read() 621 kstat_runq_exit(KSTAT_IO_PTR(krdc->io_kstats)); in rdc_net_read() 659 KSTAT_IO_PTR(krdc->io_kstats)->reads++; in rdc_net_read() 660 KSTAT_IO_PTR(krdc->io_kstats)->nread += rr.rr_bufsize; in rdc_net_read() 875 kstat_runq_enter(KSTAT_IO_PTR(krdc->io_kstats)); in rdc_net_write() 908 kstat_runq_exit(KSTAT_IO_PTR(krdc->io_kstats)); in rdc_net_write() 962 KSTAT_IO_PTR(krdc->io_kstats)->writes++; in rdc_net_write() 963 KSTAT_IO_PTR(krdc->io_kstats)->nwritten += in rdc_net_write() 1090 kstat_waitq_exit(KSTAT_IO_PTR(tmpkrdc->io_kstats)); in rdc_dump_alloc_bufs_cd() 1391 kstat_waitq_enter(KSTAT_IO_PTR(krdc->io_kstats)); in rdc_memq_enqueue() [all …]
|
H A D | rdc_dev.c | 1041 kstat_runq_enter(KSTAT_IO_PTR(krdc->io_kstats)); in _rdc_remote_read() 1049 kstat_runq_exit(KSTAT_IO_PTR(krdc->io_kstats)); in _rdc_remote_read()
|
/titanic_44/usr/src/uts/common/avs/ns/sdbc/ |
H A D | sd_bcache.h | 882 KSTAT_IO_PTR(sdbc_cd_io_kstats[(cd)])->reads++;\ 883 KSTAT_IO_PTR(sdbc_cd_io_kstats[(cd)])->nread += (bytes);\ 886 KSTAT_IO_PTR(sdbc_global_io_kstat)->reads++;\ 887 KSTAT_IO_PTR(sdbc_global_io_kstat)->nread += (bytes);\ 893 KSTAT_IO_PTR(sdbc_cd_io_kstats[(cd)])->writes++;\ 894 KSTAT_IO_PTR(sdbc_cd_io_kstats[(cd)])->nwritten += (bytes);\ 897 KSTAT_IO_PTR(sdbc_global_io_kstat)->writes++;\ 898 KSTAT_IO_PTR(sdbc_global_io_kstat)->nwritten += (bytes);\ 907 kstat_runq_enter(KSTAT_IO_PTR(sdbc_cd_io_kstats[(cd)]));\ 912 kstat_runq_enter(KSTAT_IO_PTR(sdbc_global_io_kstat));\ [all …]
|
/titanic_44/usr/src/uts/sun4v/sys/ |
H A D | vdsk_common.h | 548 kstat_io_t *kip = KSTAT_IO_PTR((vd)->io_stats); \ 568 kstat_waitq_enter(KSTAT_IO_PTR((vd)->io_stats)); \ 574 kstat_waitq_exit(KSTAT_IO_PTR((vd)->io_stats)); \ 580 kstat_waitq_to_runq(KSTAT_IO_PTR((vd)->io_stats)); \ 586 kstat_runq_back_to_waitq(KSTAT_IO_PTR((vd)->io_stats)); \ 592 kstat_runq_enter(KSTAT_IO_PTR((vd)->io_stats)); \ 598 kstat_runq_exit(KSTAT_IO_PTR((vd)->io_stats)); \
|
/titanic_44/usr/src/uts/common/sys/usb/hcd/uhci/ |
H A D | uhcid.h | 528 #define UHCI_TOTAL_STATS_DATA(uhci) (KSTAT_IO_PTR((uhci)->uhci_total_stats)) 530 (KSTAT_IO_PTR((uhci)->uhci_count_stats[USB_EP_ATTR_CONTROL])) 532 (KSTAT_IO_PTR((uhci)->uhci_count_stats[USB_EP_ATTR_BULK])) 534 (KSTAT_IO_PTR((uhci)->uhci_count_stats[USB_EP_ATTR_INTR])) 536 (KSTAT_IO_PTR((uhci)->uhci_count_stats[USB_EP_ATTR_ISOCH]))
|
/titanic_44/usr/src/uts/common/sys/usb/hcd/openhci/ |
H A D | ohcid.h | 299 #define OHCI_TOTAL_STATS_DATA(ohci) (KSTAT_IO_PTR((ohci)->ohci_total_stats)) 301 (KSTAT_IO_PTR((ohci)->ohci_count_stats[USB_EP_ATTR_CONTROL])) 303 (KSTAT_IO_PTR((ohci)->ohci_count_stats[USB_EP_ATTR_BULK])) 305 (KSTAT_IO_PTR((ohci)->ohci_count_stats[USB_EP_ATTR_INTR])) 307 (KSTAT_IO_PTR((ohci)->ohci_count_stats[USB_EP_ATTR_ISOCH]))
|
/titanic_44/usr/src/uts/common/sys/usb/hcd/ehci/ |
H A D | ehcid.h | 266 #define EHCI_TOTAL_STATS_DATA(ehci) (KSTAT_IO_PTR((ehci)->ehci_total_stats)) 268 (KSTAT_IO_PTR((ehci)->ehci_count_stats[USB_EP_ATTR_CONTROL])) 270 (KSTAT_IO_PTR((ehci)->ehci_count_stats[USB_EP_ATTR_BULK])) 272 (KSTAT_IO_PTR((ehci)->ehci_count_stats[USB_EP_ATTR_INTR])) 274 (KSTAT_IO_PTR((ehci)->ehci_count_stats[USB_EP_ATTR_ISOCH]))
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs3_vnops.c | 487 kstat_runq_enter(KSTAT_IO_PTR(mi->mi_io_kstats)); in nfs3_directio_read() 507 kstat_runq_exit(KSTAT_IO_PTR(mi->mi_io_kstats)); in nfs3_directio_read() 528 KSTAT_IO_PTR(mi->mi_io_kstats)->reads++; in nfs3_directio_read() 529 KSTAT_IO_PTR(mi->mi_io_kstats)->nread += res.count; in nfs3_directio_read() 1039 kstat_runq_enter(KSTAT_IO_PTR(mi->mi_io_kstats)); in nfs3write() 1051 kstat_runq_exit(KSTAT_IO_PTR(mi->mi_io_kstats)); in nfs3write() 1083 KSTAT_IO_PTR(mi->mi_io_kstats)->writes++; in nfs3write() 1084 KSTAT_IO_PTR(mi->mi_io_kstats)->nwritten += in nfs3write() 1162 kstat_runq_enter(KSTAT_IO_PTR(mi->mi_io_kstats)); in nfs3read() 1189 kstat_runq_exit(KSTAT_IO_PTR(mi->mi_io_kstats)); in nfs3read() [all …]
|
H A D | nfs_vnops.c | 894 kstat_runq_enter(KSTAT_IO_PTR(mi->mi_io_kstats)); in nfswrite() 906 kstat_runq_exit(KSTAT_IO_PTR(mi->mi_io_kstats)); in nfswrite() 925 KSTAT_IO_PTR(mi->mi_io_kstats)-> in nfswrite() 927 KSTAT_IO_PTR(mi->mi_io_kstats)-> in nfswrite() 979 kstat_runq_enter(KSTAT_IO_PTR(mi->mi_io_kstats)); in nfsread() 999 kstat_runq_exit(KSTAT_IO_PTR(mi->mi_io_kstats)); in nfsread() 1011 KSTAT_IO_PTR(mi->mi_io_kstats)->reads++; in nfsread() 1012 KSTAT_IO_PTR(mi->mi_io_kstats)->nread += in nfsread() 3297 kstat_runq_enter(KSTAT_IO_PTR(mi->mi_io_kstats)); in nfsreaddir() 3311 kstat_runq_exit(KSTAT_IO_PTR(mi->mi_io_kstats)); in nfsreaddir() [all …]
|
H A D | nfs_client.c | 1434 kstat_waitq_enter(KSTAT_IO_PTR(mi->mi_io_kstats)); in nfs_async_readahead() 1527 kstat_waitq_enter(KSTAT_IO_PTR(mi->mi_io_kstats)); in nfs_async_putapage() 1649 kstat_waitq_enter(KSTAT_IO_PTR(mi->mi_io_kstats)); in nfs_async_pageio() 1771 kstat_waitq_enter(KSTAT_IO_PTR(mi->mi_io_kstats)); in nfs_async_readdir() 1872 kstat_waitq_enter(KSTAT_IO_PTR(mi->mi_io_kstats)); in nfs_async_commit() 2125 kstat_waitq_exit(KSTAT_IO_PTR(mi->mi_io_kstats)); in nfs_async_common_start()
|
H A D | nfs4_client.c | 1322 kstat_waitq_enter(KSTAT_IO_PTR(mi->mi_io_kstats)); in nfs4_async_readahead() 1481 kstat_waitq_exit(KSTAT_IO_PTR(mi->mi_io_kstats)); in nfs4_async_common_start() 1765 kstat_waitq_enter(KSTAT_IO_PTR(mi->mi_io_kstats)); in nfs4_async_putapage() 1889 kstat_waitq_enter(KSTAT_IO_PTR(mi->mi_io_kstats)); in nfs4_async_pageio() 2008 kstat_waitq_enter(KSTAT_IO_PTR(mi->mi_io_kstats)); in nfs4_async_readdir() 2101 kstat_waitq_enter(KSTAT_IO_PTR(mi->mi_io_kstats)); in nfs4_async_commit()
|
H A D | nfs4_vnops.c | 3240 kstat_runq_enter(KSTAT_IO_PTR(mi->mi_io_kstats)); in nfs4write() 3255 kstat_runq_exit(KSTAT_IO_PTR(mi->mi_io_kstats)); in nfs4write() 3381 KSTAT_IO_PTR(mi->mi_io_kstats)->writes++; in nfs4write() 3382 KSTAT_IO_PTR(mi->mi_io_kstats)->nwritten += in nfs4write() 3469 kstat_runq_enter(KSTAT_IO_PTR(mi->mi_io_kstats)); in nfs4read() 3509 kstat_runq_exit(KSTAT_IO_PTR(mi->mi_io_kstats)); in nfs4read() 3629 KSTAT_IO_PTR(mi->mi_io_kstats)->reads++; in nfs4read() 3630 KSTAT_IO_PTR(mi->mi_io_kstats)->nread += data_len; in nfs4read() 9359 kstat_runq_enter(KSTAT_IO_PTR(mi->mi_io_kstats)); in nfs4readdir() 9370 kstat_runq_exit(KSTAT_IO_PTR(mi->mi_io_kstats)); in nfs4readdir() [all …]
|
/titanic_44/usr/src/uts/common/sys/scsi/targets/ |
H A D | sddef.h | 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_44/usr/src/uts/common/xen/io/ |
H A D | xdf.h | 282 kstat_io_t *kip = KSTAT_IO_PTR((vdp)->xdf_xdev_iostat); \
|
H A D | xdf.c | 626 kstat_runq_enter(KSTAT_IO_PTR(vdp->xdf_xdev_iostat)); in xdf_kstat_enter() 628 kstat_waitq_enter(KSTAT_IO_PTR(vdp->xdf_xdev_iostat)); in xdf_kstat_enter() 642 kstat_runq_exit(KSTAT_IO_PTR(vdp->xdf_xdev_iostat)); in xdf_kstat_exit() 644 kstat_waitq_exit(KSTAT_IO_PTR(vdp->xdf_xdev_iostat)); in xdf_kstat_exit() 659 kstat_waitq_to_runq(KSTAT_IO_PTR(vdp->xdf_xdev_iostat)); in xdf_kstat_waitq_to_runq() 673 kstat_runq_back_to_waitq(KSTAT_IO_PTR(vdp->xdf_xdev_iostat)); in xdf_kstat_runq_to_waitq()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | kstat.h | 687 #define KSTAT_IO_PTR(kptr) ((kstat_io_t *)(kptr)->ks_data) macro
|
/titanic_44/usr/src/uts/common/io/ |
H A D | ramdisk.c | 1122 kstat_runq_enter(KSTAT_IO_PTR(rsp->rd_kstat)); 1136 kioptr = KSTAT_IO_PTR(rsp->rd_kstat);
|
H A D | lofi.c | 1023 kstat_waitq_to_runq(KSTAT_IO_PTR(lsp->ls_kstat)); in lofi_strategy_task() 1330 kioptr = KSTAT_IO_PTR(lsp->ls_kstat); in lofi_strategy_task() 1412 kstat_waitq_enter(KSTAT_IO_PTR(lsp->ls_kstat)); in lofi_strategy()
|
/titanic_44/usr/src/uts/common/avs/ns/dsw/ |
H A D | dsw_dev.h | 239 #define II_KS(ip, x) KSTAT_IO_PTR(ip->bi_kstat_io.x)
|
/titanic_44/usr/src/lib/libdiskmgt/common/ |
H A D | drive.c | 1071 kiop = KSTAT_IO_PTR(ksp); in get_kstat_vals()
|
/titanic_44/usr/src/cmd/stat/kstat/ |
H A D | kstat.c | 1435 kstat_io_t *ksio = KSTAT_IO_PTR(kp); in save_io()
|
/titanic_44/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/ |
H A D | Kstat.xs | 1125 kiop = KSTAT_IO_PTR(kp); in save_io()
|