Lines Matching refs:devstat
45 static STAILQ_HEAD(devstatlist, devstat) device_statq;
52 devstat_add_entry(struct devstat *ds, const char *dev_name, in devstat_add_entry()
59 struct devstat *ds_tmp; in devstat_add_entry()
86 struct devstat *ds_next; in devstat_add_entry()
140 devstat_remove_entry(struct devstat *ds) in devstat_remove_entry()
153 STAILQ_REMOVE(devstat_head, ds, devstat, dev_links); in devstat_remove_entry()
160 devstat_start_transaction(struct devstat *ds) in devstat_start_transaction()
179 devstat_end_transaction(struct devstat *ds, u_int32_t bytes, in devstat_end_transaction()
234 devstat_end_transaction_buf(struct devstat *ds, struct buf *bp) in devstat_end_transaction_buf()
272 struct devstat *nds; in sysctl_devstat()
292 error = SYSCTL_OUT(req, nds, sizeof(struct devstat)); in sysctl_devstat()
301 SYSCTL_NODE(_kern, OID_AUTO, devstat, CTLFLAG_RD, 0, "Device Statistics");