HomeSort by: relevance | last modified time | path
    Searched defs:io_stats (Results 1 - 2 of 2) 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...]
  /src/external/bsd/ntp/dist/ntpd/
ntp_request.c 78 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

Completed in 32 milliseconds