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

Function sf_buf_unmap

freebsd/arm/include/sf_buf.h:41–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41static inline int
42sf_buf_unmap(struct sf_buf *sf)
43{
44
45 pmap_qremove(sf->kva, 1);
46 return (1);
47}
48#endif /* !_MACHINE_SF_BUF_H_ */

Callers

nothing calls this directly

Calls 1

pmap_qremoveFunction · 0.50

Tested by

no test coverage detected