MCPcopy 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
61static inline int
62sf_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_qremoveFunction · 0.50

Tested by

no test coverage detected