Symbol: io_stats
sys/arch/sparc/dev/tctrl.c
1469
struct io_stats *io = dk->sc_dkdev.dk_stats;
sys/dev/scsipi/stvar.h
146
struct io_stats *stats; /* statistics for the drive */
sys/kern/subr_disk.c
153
struct io_stats *stat;
sys/kern/subr_iostat.c
119
struct io_stats *
sys/kern/subr_iostat.c
122
struct io_stats *iostatp;
sys/kern/subr_iostat.c
140
struct io_stats *
sys/kern/subr_iostat.c
143
struct io_stats *stats;
sys/kern/subr_iostat.c
170
iostat_free(struct io_stats *stats)
sys/kern/subr_iostat.c
189
iostat_rename(struct io_stats *stats, const char *name)
sys/kern/subr_iostat.c
220
iostat_wait(struct io_stats *stats)
sys/kern/subr_iostat.c
249
iostat_busy(struct io_stats *stats)
sys/kern/subr_iostat.c
281
iostat_unbusy(struct io_stats *stats, long bcount, int read)
sys/kern/subr_iostat.c
313
iostat_isbusy(struct io_stats *stats)
sys/kern/subr_iostat.c
324
iostat_seek(struct io_stats *stats)
sys/kern/subr_iostat.c
350
struct io_stats *stats;
sys/kern/subr_iostat.c
406
struct io_stats *stats;
sys/nfs/nfsmount.h
178
struct io_stats *nm_stats; /* per nfs mount statistics */
sys/sys/disk.h
487
struct io_stats *dk_stats;
sys/sys/iostat.h
107
TAILQ_ENTRY(io_stats) io_link;
sys/sys/iostat.h
113
TAILQ_HEAD(iostatlist_head, io_stats); /* the iostatlist is a TAILQ */
sys/sys/iostat.h
117
void iostat_wait(struct io_stats *);
sys/sys/iostat.h
118
void iostat_busy(struct io_stats *);
sys/sys/iostat.h
119
void iostat_unbusy(struct io_stats *, long, int);
sys/sys/iostat.h
120
bool iostat_isbusy(struct io_stats *);
sys/sys/iostat.h
121
struct io_stats *iostat_find(const char *);
sys/sys/iostat.h
122
struct io_stats *iostat_alloc(int32_t, void *, const char *);
sys/sys/iostat.h
123
void iostat_free(struct io_stats *);
sys/sys/iostat.h
124
void iostat_rename(struct io_stats *, const char *);
sys/sys/iostat.h
125
void iostat_seek(struct io_stats *);