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

Function buf_track

freebsd/sys/buf.h:470–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

468}
469
470static __inline void
471buf_track(struct buf *bp __unused, const char *location __unused)
472{
473
474#if defined(FULL_BUF_TRACKING)
475 bp->b_io_tracking[BUF_TRACKING_ENTRY(bp->b_io_tcnt++)] = location;
476#elif defined(BUF_TRACKING)
477 bp->b_io_tracking = location;
478#endif
479}
480
481#endif /* _KERNEL */
482

Callers 8

bufwriteFunction · 0.85
bdwriteFunction · 0.85
brelseFunction · 0.85
bqrelseFunction · 0.85
getblkxFunction · 0.85
biotrack_bufFunction · 0.85
bufdoneFunction · 0.85
cluster_wbuildFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected