Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ sf_buf_unmap
Function
sf_buf_unmap
freebsd/mips/include/sf_buf.h:61–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
static inline int
62
sf_buf_unmap(struct sf_buf *sf)
63
{
64
65
pmap_qremove(sf->kva, 1);
66
return (1);
67
}
68
69
#endif /* __mips_n64 */
70
Callers
nothing calls this directly
Calls
1
pmap_qremove
Function · 0.50
Tested by
no test coverage detected