Searched refs:kiop (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/os/ |
H A D | kstat_fr.c | 660 kstat_io_t *kiop; in default_kstat_snapshot() local 697 kiop = (kstat_io_t *)buf; in default_kstat_snapshot() 699 scalehrtime(&kiop->wtime); in default_kstat_snapshot() 700 scalehrtime(&kiop->wlentime); in default_kstat_snapshot() 701 scalehrtime(&kiop->wlastupdate); in default_kstat_snapshot() 702 scalehrtime(&kiop->rtime); in default_kstat_snapshot() 703 scalehrtime(&kiop->rlentime); in default_kstat_snapshot() 704 scalehrtime(&kiop->rlastupdate); in default_kstat_snapshot() 706 if (kiop->wcnt != 0) { in default_kstat_snapshot() 708 hrtime_t wfix = cur_time - kiop->wlastupdate; in default_kstat_snapshot() [all …]
|
/titanic_50/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/ |
H A D | Kstat.xs | 1131 kstat_io_t *kiop; in save_io() local 1135 kiop = KSTAT_IO_PTR(kp); in save_io() 1136 SAVE_UINT64(self, kiop, nread); in save_io() 1137 SAVE_UINT64(self, kiop, nwritten); in save_io() 1138 SAVE_UINT32(self, kiop, reads); in save_io() 1139 SAVE_UINT32(self, kiop, writes); in save_io() 1140 SAVE_HRTIME(self, kiop, wtime); in save_io() 1141 SAVE_HRTIME(self, kiop, wlentime); in save_io() 1142 SAVE_HRTIME(self, kiop, wlastupdate); in save_io() 1143 SAVE_HRTIME(self, kiop, rtime); in save_io() [all …]
|
/titanic_50/usr/src/lib/libzpool/common/ |
H A D | kernel.c | 107 kstat_waitq_enter(kstat_io_t *kiop) in kstat_waitq_enter() argument 112 kstat_waitq_exit(kstat_io_t *kiop) in kstat_waitq_exit() argument 117 kstat_runq_enter(kstat_io_t *kiop) in kstat_runq_enter() argument 122 kstat_runq_exit(kstat_io_t *kiop) in kstat_runq_exit() argument 127 kstat_waitq_to_runq(kstat_io_t *kiop) in kstat_waitq_to_runq() argument 132 kstat_runq_back_to_waitq(kstat_io_t *kiop) in kstat_runq_back_to_waitq() argument
|
/titanic_50/usr/src/lib/libdiskmgt/common/ |
H A D | drive.c | 1069 kstat_io_t *kiop; in get_kstat_vals() local 1071 kiop = KSTAT_IO_PTR(ksp); in get_kstat_vals() 1075 if (update_stat64(stats, DM_NBYTESREAD, kiop->nread) != 0) { in get_kstat_vals() 1078 if (update_stat64(stats, DM_NBYTESWRITTEN, kiop->nwritten) != 0) { in get_kstat_vals() 1081 if (update_stat64(stats, DM_NREADOPS, kiop->reads) != 0) { in get_kstat_vals() 1084 if (update_stat64(stats, DM_NWRITEOPS, kiop->writes) != 0) { in get_kstat_vals()
|