Symbol: sf_buf
sys/amd64/include/sf_buf.h
40
sf_buf_kva(struct sf_buf *sf)
sys/amd64/include/sf_buf.h
47
sf_buf_page(struct sf_buf *sf)
sys/arm/arm/uio_machdep.c
66
struct sf_buf *sf;
sys/arm/include/sf_buf.h
33
sf_buf_map(struct sf_buf *sf, int flags)
sys/arm/include/sf_buf.h
40
sf_buf_unmap(struct sf_buf *sf)
sys/arm64/include/sf_buf.h
41
sf_buf_kva(struct sf_buf *sf)
sys/arm64/include/sf_buf.h
48
sf_buf_page(struct sf_buf *sf)
sys/cddl/compat/opensolaris/sys/vm.h
45
zfs_map_page(vm_page_t pp, struct sf_buf **sfp)
sys/cddl/compat/opensolaris/sys/vm.h
52
zfs_unmap_page(struct sf_buf *sf)
sys/compat/linuxkpi/common/include/linux/highmem.h
112
struct sf_buf *sf;
sys/compat/linuxkpi/common/include/linux/highmem.h
62
struct sf_buf *sf;
sys/compat/linuxkpi/common/include/linux/scatterlist.h
574
struct sf_buf *sf;
sys/compat/linuxkpi/common/include/linux/scatterlist.h
634
struct sf_buf *sf;
sys/dev/drm2/ttm/ttm_bo_api.h
287
struct sf_buf *sf;
sys/dev/md/md.c
515
struct sf_buf *sf;
sys/dev/ti/if_ti.c
1578
struct sf_buf *sf[3] = {NULL, NULL, NULL};
sys/i386/i386/pmap.c
6076
__CONCAT(PMTYPE, sf_buf_map)(struct sf_buf *sf)
sys/i386/i386/pmap_base.c
497
pmap_sf_buf_map(struct sf_buf *sf)
sys/i386/i386/uio_machdep.c
58
struct sf_buf *sf;
sys/i386/i386/vm_machdep.c
563
sf_buf_map(struct sf_buf *sf, int flags)
sys/i386/i386/vm_machdep.c
580
sf_buf_shootdown(struct sf_buf *sf, int flags)
sys/i386/i386/vm_machdep.c
609
sf_buf_unmap(struct sf_buf *sf)
sys/i386/i386/vm_machdep.c
616
sf_buf_invalidate(struct sf_buf *sf)
sys/i386/include/pmap.h
207
struct sf_buf;
sys/i386/include/pmap.h
246
void pmap_sf_buf_map(struct sf_buf *sf);
sys/i386/include/pmap_base.h
51
void (*pm_sf_buf_map)(struct sf_buf *sf);
sys/i386/include/sf_buf.h
32
void sf_buf_map(struct sf_buf *, int);
sys/i386/include/sf_buf.h
33
int sf_buf_unmap(struct sf_buf *);
sys/kern/imgact_elf.c
525
struct sf_buf *sf;
sys/kern/imgact_elf.c
558
struct sf_buf *sf;
sys/kern/imgact_elf.c
629
struct sf_buf *sf;
sys/kern/kern_mbuf.c
928
struct sf_buf *sf;
sys/kern/kern_mbuf.c
943
struct sf_buf *sf;
sys/kern/kern_sendfile.c
131
struct sf_buf *sf;
sys/kern/kern_sendfile.c
713
struct sf_buf *sf;
sys/kern/subr_sfbuf.c
110
struct sf_buf *
sys/kern/subr_sfbuf.c
114
struct sf_buf *sf;
sys/kern/subr_sfbuf.c
118
return ((struct sf_buf *)m);
sys/kern/subr_sfbuf.c
174
sf_buf_free(struct sf_buf *sf)
sys/kern/subr_sfbuf.c
196
sf_buf_ref(struct sf_buf *sf)
sys/kern/subr_sfbuf.c
213
sf_buf_process_page(vm_page_t m, void (*cb)(struct sf_buf *))
sys/kern/subr_sfbuf.c
216
struct sf_buf *sf;
sys/kern/subr_sfbuf.c
60
LIST_HEAD(sf_head, sf_buf);
sys/kern/subr_sfbuf.c
70
static TAILQ_HEAD(, sf_buf) sf_buf_freelist;
sys/kern/subr_sfbuf.c
84
struct sf_buf *sf_bufs;
sys/kern/subr_sfbuf.c
97
sf_bufs = malloc(nsfbufs * sizeof(struct sf_buf), M_TEMP,
sys/net/bpf_zerocopy.c
123
zbuf_sfbuf_free(struct sf_buf *sf)
sys/net/bpf_zerocopy.c
155
static struct sf_buf *
sys/net/bpf_zerocopy.c
158
struct sf_buf *sf;
sys/net/bpf_zerocopy.c
212
zb->zb_pages = malloc(sizeof(struct sf_buf *) *
sys/net/bpf_zerocopy.c
98
struct sf_buf **zb_pages; /* Pages themselves. */
sys/powerpc/powerpc/uio_machdep.c
69
struct sf_buf *sf;
sys/riscv/include/sf_buf.h
37
sf_buf_kva(struct sf_buf *sf)
sys/riscv/include/sf_buf.h
44
sf_buf_page(struct sf_buf *sf)
sys/sys/imgact.h
70
struct sf_buf *firstpage; /* first page that we mapped */
sys/sys/sf_buf.h
101
struct sf_buf;
sys/sys/sf_buf.h
109
struct sf_buf *sf_buf_alloc(struct vm_page *, int);
sys/sys/sf_buf.h
110
void sf_buf_free(struct sf_buf *);
sys/sys/sf_buf.h
111
void sf_buf_ref(struct sf_buf *);
sys/sys/sf_buf.h
114
sf_buf_kva(struct sf_buf *sf)
sys/sys/sf_buf.h
123
sf_buf_page(struct sf_buf *sf)
sys/sys/sf_buf.h
135
sf_buf_map(struct sf_buf *sf, int flags)
sys/sys/sf_buf.h
142
sf_buf_unmap(struct sf_buf *sf)
sys/sys/sf_buf.h
150
void sf_buf_shootdown(struct sf_buf *, int);
sys/sys/sf_buf.h
154
boolean_t sf_buf_process_page(vm_page_t, void (*)(struct sf_buf *));
sys/sys/sf_buf.h
159
static inline struct sf_buf *
sys/sys/sf_buf.h
163
return ((struct sf_buf *)m);
sys/sys/sf_buf.h
167
sf_buf_free(struct sf_buf *sf)
sys/sys/sf_buf.h
172
sf_buf_ref(struct sf_buf *sf)
sys/sys/sf_buf.h
91
LIST_ENTRY(sf_buf) list_entry; /* list of buffers */
sys/sys/sf_buf.h
92
TAILQ_ENTRY(sf_buf) free_entry; /* list of buffers */
sys/vm/vm_extern.h
128
struct sf_buf *vm_imgact_map_page(vm_object_t object, vm_ooffset_t offset);
sys/vm/vm_extern.h
129
void vm_imgact_unmap_page(struct sf_buf *sf);
sys/vm/vm_fault.c
1246
struct sf_buf *sf;
sys/vm/vm_glue.c
243
struct sf_buf *
sys/vm/vm_glue.c
259
vm_imgact_unmap_page(struct sf_buf *sf)
sys/vm/vm_page.c
4063
struct sf_buf *sf;
sys/vm/vnode_pager.c
672
struct sf_buf *sf;
sys/vm/vnode_pager.c
765
struct sf_buf *sf;
sys/x86/iommu/amd_idpgtbl.c
132
int lvl, int flags, vm_pindex_t *idxp, struct sf_buf **sf)
sys/x86/iommu/amd_idpgtbl.c
135
struct sf_buf *sfp;
sys/x86/iommu/amd_idpgtbl.c
194
struct sf_buf *sf;
sys/x86/iommu/amd_idpgtbl.c
293
struct sf_buf *sf;
sys/x86/iommu/amd_idpgtbl.c
305
int lvl, int flags, iommu_pte_t *pte, struct sf_buf **sf,
sys/x86/iommu/amd_idpgtbl.c
333
struct sf_buf *sf;
sys/x86/iommu/amd_idpgtbl.c
73
struct sf_buf **sf, struct iommu_map_entry *entry, bool free_sf);
sys/x86/iommu/intel_ctx.c
113
dmar_map_ctx_entry(struct dmar_ctx *ctx, struct sf_buf **sfp)
sys/x86/iommu/intel_ctx.c
509
struct sf_buf *sf;
sys/x86/iommu/intel_ctx.c
671
struct sf_buf *sf;
sys/x86/iommu/intel_ctx.c
734
struct sf_buf *sf;
sys/x86/iommu/intel_ctx.c
83
struct sf_buf *sf;
sys/x86/iommu/intel_idpgtbl.c
117
struct sf_buf *sf;
sys/x86/iommu/intel_idpgtbl.c
329
int flags, vm_pindex_t *idxp, struct sf_buf **sf)
sys/x86/iommu/intel_idpgtbl.c
332
struct sf_buf *sfp;
sys/x86/iommu/intel_idpgtbl.c
401
struct sf_buf *sf;
sys/x86/iommu/intel_idpgtbl.c
548
struct sf_buf **sf, struct iommu_map_entry *entry, bool free_fs);
sys/x86/iommu/intel_idpgtbl.c
554
struct sf_buf *sf;
sys/x86/iommu/intel_idpgtbl.c
566
int flags, iommu_pte_t *pte, struct sf_buf **sf,
sys/x86/iommu/intel_idpgtbl.c
598
struct sf_buf *sf;
sys/x86/iommu/iommu_utils.c
136
struct sf_buf **sf)
sys/x86/iommu/iommu_utils.c
180
iommu_unmap_pgtbl(struct sf_buf *sf)
sys/x86/iommu/x86_iommu.h
46
struct sf_buf;
sys/x86/iommu/x86_iommu.h
54
struct sf_buf **sf);
sys/x86/iommu/x86_iommu.h
55
void iommu_unmap_pgtbl(struct sf_buf *sf);