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

Function sf_buf_unmap

freebsd/sys/sf_buf.h:143–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143static inline int
144sf_buf_unmap(struct sf_buf *sf)
145{
146
147 return (0);
148}
149#endif /* SFBUF_MAP */
150
151#if defined(SMP) && defined(SFBUF_CPUSET)

Callers 1

sf_buf_freeFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected