HomeSort by: relevance | last modified time | path
    Searched defs:io_stats (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/sys/
iostat.h 88 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...]
iostat.h 88 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...]
iostat.h 88 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...]

Completed in 32 milliseconds