Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
454
static __inline void
455
buf_deallocate(struct buf *bp)
456
{
457
if (bioops.io_deallocate)
458
(*bioops.io_deallocate)(bp);
459
}
460
461
static __inline int
462
buf_countdeps(struct buf *bp, int i)
Callers
2
buf_free
Function · 0.85
brelse
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected