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

Function buf_deallocate

freebsd/sys/buf.h:454–459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

452}
453
454static __inline void
455buf_deallocate(struct buf *bp)
456{
457 if (bioops.io_deallocate)
458 (*bioops.io_deallocate)(bp);
459}
460
461static __inline int
462buf_countdeps(struct buf *bp, int i)

Callers 2

buf_freeFunction · 0.85
brelseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected