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

Function sf_buf_map

freebsd/arm/include/sf_buf.h:34–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32#define _MACHINE_SF_BUF_H_
33
34static inline void
35sf_buf_map(struct sf_buf *sf, int flags)
36{
37
38 pmap_qenter(sf->kva, &(sf->m), 1);
39}
40
41static inline int
42sf_buf_unmap(struct sf_buf *sf)

Callers

nothing calls this directly

Calls 1

pmap_qenterFunction · 0.50

Tested by

no test coverage detected