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

Function biotrack

freebsd/sys/bio.h:159–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157void biotrack_buf(struct bio *bp, const char *location);
158
159static __inline void
160biotrack(struct bio *bp, const char *location)
161{
162
163 if (bp->bio_track_bp != NULL)
164 biotrack_buf(bp, location);
165}
166#else
167static __inline void
168biotrack(struct bio *bp __unused, const char *location __unused)

Callers 1

biodoneFunction · 0.85

Calls 1

biotrack_bufFunction · 0.85

Tested by

no test coverage detected