Searched refs:devstat_end_transaction_bio_bt (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/sys/ |
H A D | devicestat.h | 205 void devstat_end_transaction_bio_bt(struct devstat *ds, const struct bio *bp,
|
/freebsd/sys/kern/ |
H A D | subr_devstat.c | 338 devstat_end_transaction_bio_bt(ds, bp, NULL); in devstat_end_transaction_bio() 342 devstat_end_transaction_bio_bt(struct devstat *ds, const struct bio *bp, in devstat_end_transaction_bio_bt() function
|
/freebsd/sys/geom/ |
H A D | geom_io.c | 680 devstat_end_transaction_bio_bt(pp->stat, bp, &now); in g_io_deliver() 682 devstat_end_transaction_bio_bt(cp->stat, bp, &now); in g_io_deliver()
|
H A D | geom_disk.c | 253 devstat_end_transaction_bio_bt(sc->d_devstat, bp, &now); in g_disk_done()
|