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

Function sf_buf_map

freebsd/sys/sf_buf.h:136–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134#include <vm/pmap.h>
135
136static inline void
137sf_buf_map(struct sf_buf *sf, int flags)
138{
139
140 pmap_qenter(sf->kva, &sf->m, 1);
141}
142
143static inline int
144sf_buf_unmap(struct sf_buf *sf)

Callers 1

sf_buf_allocFunction · 0.50

Calls 1

pmap_qenterFunction · 0.50

Tested by

no test coverage detected