Home
last modified time | relevance | path

Searched refs:io_stats (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/sys/
H A Diostat.h88 struct io_stats { struct
107 TAILQ_ENTRY(io_stats) io_link; argument
113 TAILQ_HEAD(iostatlist_head, io_stats); /* the iostatlist is a TAILQ */
117 void iostat_wait(struct io_stats *);
118 void iostat_busy(struct io_stats *);
119 void iostat_unbusy(struct io_stats *, long, int);
120 bool iostat_isbusy(struct io_stats *);
121 struct io_stats *iostat_find(const char *);
122 struct io_stats *iostat_alloc(int32_t, void *, const char *);
123 void iostat_free(struct io_stats *);
[all …]
H A Ddisk.h480 struct io_stats *dk_stats;
/netbsd-src/sys/kern/
H A Dsubr_iostat.c116 struct io_stats *
119 struct io_stats *iostatp; in iostat_find()
137 struct io_stats *
140 struct io_stats *stats; in iostat_alloc()
167 iostat_free(struct io_stats *stats) in iostat_free()
186 iostat_rename(struct io_stats *stats, const char *name) in iostat_rename()
217 iostat_wait(struct io_stats *stats) in iostat_wait()
246 iostat_busy(struct io_stats *stats) in iostat_busy()
278 iostat_unbusy(struct io_stats *stats, long bcount, int read) in iostat_unbusy()
310 iostat_isbusy(struct io_stats *stats) in iostat_isbusy()
[all …]
H A Dsubr_disk.c149 struct io_stats *stat; in disk_find()
/netbsd-src/sys/dev/scsipi/
H A Dstvar.h146 struct io_stats *stats; /* statistics for the drive */
/netbsd-src/sys/nfs/
H A Dnfsmount.h176 struct io_stats *nm_stats; /* per nfs mount statistics */
/netbsd-src/sys/arch/sparc/dev/
H A Dtctrl.c1469 struct io_stats *io = dk->sc_dkdev.dk_stats; in tctrl_event_thread()