Searched refs:devstat (Results 1 – 11 of 11) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | devicestat.h | 139 struct devstat { struct 149 STAILQ_ENTRY(devstat) dev_links; argument 185 STAILQ_HEAD(devstatlist, devstat); argument 190 struct devstat *devstat_new_entry(const void *dev_name, int unit_number, 196 void devstat_remove_entry(struct devstat *ds); 197 void devstat_start_transaction(struct devstat *ds, const struct bintime *now); 198 void devstat_start_transaction_bio(struct devstat *ds, struct bio *bp); 199 void devstat_start_transaction_bio_t0(struct devstat *ds, struct bio *bp); 200 void devstat_end_transaction(struct devstat *ds, u_int32_t bytes, 205 void devstat_end_transaction_bio(struct devstat *ds, const struct bio *bp); [all …]
|
| H A D | bio.h | 139 struct devstat; 153 void biofinish(struct bio *bp, struct devstat *stat, int error); 176 void bioq_flush(struct bio_queue_head *head, struct devstat *stp, int error);
|
| /f-stack/freebsd/kern/ |
| H A D | subr_devstat.c | 74 static struct devstat *devstat_alloc(void); 85 struct devstat * 92 struct devstat *ds; in devstat_new_entry() 123 struct devstat *ds_tmp; in devstat_add_entry() 143 struct devstat *ds_next; in devstat_add_entry() 197 devstat_remove_entry(struct devstat *ds) in devstat_remove_entry() 399 struct devstat *nds; in sysctl_devstat() 486 struct devstat *stat; 514 static struct devstat * 517 struct devstat *dsp; in devstat_alloc() [all …]
|
| H A D | subr_disk.c | 181 bioq_flush(struct bio_queue_head *head, struct devstat *stp, int error) in bioq_flush()
|
| H A D | vfs_bio.c | 4390 biofinish(struct bio *bp, struct devstat *stat, int error) in biofinish()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/c6x/ |
| H A D | dscr.txt | 34 - ti,dscr-devstat 35 offset of the devstat register 107 ti,dscr-devstat = <0>;
|
| /f-stack/freebsd/contrib/device-tree/src/c6x/ |
| H A D | tms320c6457.dtsi | 48 ti,dscr-devstat = <0x20>;
|
| H A D | tms320c6474.dtsi | 76 ti,dscr-devstat = <0x004>;
|
| H A D | tms320c6455.dtsi | 83 ti,dscr-devstat = <0>;
|
| H A D | tms320c6472.dtsi | 117 ti,dscr-devstat = <0>;
|
| H A D | tms320c6678.dtsi | 139 ti,dscr-devstat = <0x20>;
|