Searched refs:io_stats (Results 1 – 7 of 7) sorted by relevance
88 struct io_stats { struct107 TAILQ_ENTRY(io_stats) io_link; argument113 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 …]
480 struct io_stats *dk_stats;
116 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 …]
149 struct io_stats *stat; in disk_find()
146 struct io_stats *stats; /* statistics for the drive */
176 struct io_stats *nm_stats; /* per nfs mount statistics */
1469 struct io_stats *io = dk->sc_dkdev.dk_stats; in tctrl_event_thread()