MCPcopy Create free account
hub / github.com/F-Stack/f-stack / devstat_end_transaction_bio

Function devstat_end_transaction_bio

freebsd/kern/subr_devstat.c:346–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

biofinishFunction · 0.85

Calls 1

Tested by

no test coverage detected