| 344 | } |
| 345 | |
| 346 | void |
| 347 | devstat_end_transaction_bio(struct devstat *ds, const struct bio *bp) |
| 348 | { |
| 349 | |
| 350 | devstat_end_transaction_bio_bt(ds, bp, NULL); |
| 351 | } |
| 352 | |
| 353 | void |
| 354 | devstat_end_transaction_bio_bt(struct devstat *ds, const struct bio *bp, |
no test coverage detected