Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
136
static inline void
137
sf_buf_map(struct sf_buf *sf, int flags)
138
{
139
140
pmap_qenter(sf->kva, &sf->m, 1);
141
}
142
143
static inline int
144
sf_buf_unmap(struct sf_buf *sf)
Callers
1
sf_buf_alloc
Function · 0.50
Calls
1
pmap_qenter
Function · 0.50
Tested by
no test coverage detected