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

Function sf_buf_page

freebsd/sys/sf_buf.h:124–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124static inline vm_page_t
125sf_buf_page(struct sf_buf *sf)
126{
127 if (PMAP_HAS_DMAP)
128 return ((vm_page_t)sf);
129
130 return (sf->m);
131}
132
133#ifndef SFBUF_MAP
134#include <vm/pmap.h>

Callers 7

sendfile_free_mextFunction · 0.50
exec_unmap_first_pageFunction · 0.50
domain_pgtbl_map_pteFunction · 0.50
domain_map_buf_lockedFunction · 0.50
domain_unmap_clear_pteFunction · 0.50
zbuf_sfbuf_freeFunction · 0.50
vm_imgact_unmap_pageFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected