Searched refs:io_stats (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/sys/sys/
H A Diostat.h88 struct io_stats { struct
107 TAILQ_ENTRY(io_stats) io_link;
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-current/sys/kern/
H A Dsubr_iostat.c116 struct io_stats *
119 struct io_stats *iostatp;
137 struct io_stats *
140 struct io_stats *stats;
167 iostat_free(struct io_stats *stats)
186 iostat_rename(struct io_stats *stats, const char *name)
217 iostat_wait(struct io_stats *stats)
246 iostat_busy(struct io_stats *stats)
278 iostat_unbusy(struct io_stats *stats, long bcount, int read)
310 iostat_isbusy(struct io_stats *stat
[all...]
H A Dsubr_disk.c149 struct io_stats *stat;
/netbsd-current/sys/nfs/
H A Dnfsmount.h177 struct io_stats *nm_stats; /* per nfs mount statistics */
/netbsd-current/sys/dev/scsipi/
H A Dstvar.h146 struct io_stats *stats; /* statistics for the drive */
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntp_request.c78 static void io_stats (sockaddr_u *, endpt *, struct req_pkt *);
133 { REQ_IO_STATS, NOAUTH, 0, 0, io_stats },
1197 * io_stats - return io statistics
1200 io_stats( function
/netbsd-current/sys/arch/sparc/dev/
H A Dtctrl.c1469 struct io_stats *io = dk->sc_dkdev.dk_stats;

Completed in 219 milliseconds