Home
last modified time | relevance | path

Searched refs:sf_buf_alloc (Results 1 – 23 of 23) sorted by relevance

/freebsd-12.1/sys/sys/
H A Dsf_buf.h111 struct sf_buf *sf_buf_alloc(struct vm_page *, int);
162 sf_buf_alloc(struct vm_page *m, int pri) in sf_buf_alloc() function
/freebsd-12.1/sys/cddl/compat/opensolaris/sys/
H A Dvm.h49 *sfp = sf_buf_alloc(pp, 0); in zfs_map_page()
/freebsd-12.1/sys/arm/arm/
H A Duio_machdep.c91 sf = sf_buf_alloc(ma[offset >> PAGE_SHIFT], 0); in uiomove_fromphys()
/freebsd-12.1/sys/i386/i386/
H A Duio_machdep.c91 sf = sf_buf_alloc(ma[offset >> PAGE_SHIFT], SFB_CPUPRIVATE); in uiomove_fromphys()
/freebsd-12.1/sys/powerpc/powerpc/
H A Duio_machdep.c97 sf = sf_buf_alloc(m, 0); in uiomove_fromphys()
/freebsd-12.1/sys/mips/mips/
H A Duio_machdep.c107 sf = sf_buf_alloc(m, 0); in uiomove_fromphys()
/freebsd-12.1/sys/sparc64/sparc64/
H A Duio_machdep.c100 sf = sf_buf_alloc(m, 0); in uiomove_fromphys()
/freebsd-12.1/sys/kern/
H A Dsubr_sfbuf.c114 sf_buf_alloc(struct vm_page *m, int flags) in sf_buf_alloc() function
H A Dkern_sendfile.c741 sf = sf_buf_alloc(pa[i], in vn_sendfile()
H A Dkern_exec.c1045 imgp->firstpage = sf_buf_alloc(ma[0], 0); in exec_map_first_page()
/freebsd-12.1/sys/dev/drm2/i915/
H A Di915_gem_gtt.c105 sf = sf_buf_alloc(ppgtt->pt_pages[act_pd], SFB_CPUPRIVATE); in i915_ppgtt_clear_range()
257 sf = sf_buf_alloc(ppgtt->pt_pages[act_pd], SFB_CPUPRIVATE); in i915_ppgtt_insert_pages()
H A Di915_gem_tiling.c466 sf = sf_buf_alloc(page, SFB_DEFAULT); in i915_gem_swizzle_page()
H A Di915_gem.c387 sf = sf_buf_alloc(page, SFB_NOWAIT | SFB_CPUPRIVATE); in shmem_pread_fast()
438 sf = sf_buf_alloc(page, 0); in shmem_pread_slow()
737 sf = sf_buf_alloc(page, SFB_NOWAIT | SFB_CPUPRIVATE); in shmem_pwrite_fast()
771 sf = sf_buf_alloc(page, 0); in shmem_pwrite_slow()
4574 sf = sf_buf_alloc(page, 0); in i915_gem_detach_phys_object()
4644 sf = sf_buf_alloc(page, 0); in i915_gem_attach_phys_object()
H A Di915_gem_execbuffer.c209 sf = sf_buf_alloc(obj->pages[OFF_TO_IDX(reloc->offset)], in i915_gem_execbuffer_relocate_entry()
H A Di915_irq.c935 sf = sf_buf_alloc(src->pages[i], SFB_CPUPRIVATE | in i915_error_object_create()
/freebsd-12.1/sys/vm/
H A Dvm_glue.c274 return (sf_buf_alloc(m, SFB_CPUPRIVATE)); in vm_imgact_map_page()
H A Dvnode_pager.c559 sf = sf_buf_alloc(m, 0); in vnode_pager_input_smlfs()
659 sf = sf_buf_alloc(m, 0); in vnode_pager_input_old()
/freebsd-12.1/sys/net/
H A Dbpf_zerocopy.c173 sf = sf_buf_alloc(pp, SFB_NOWAIT); in zbuf_sfbuf_get()
/freebsd-12.1/sys/x86/iommu/
H A Dintel_utils.c333 *sf = sf_buf_alloc(m, SFB_CPUPRIVATE | ((flags & DMAR_PGF_WAITOK) in dmar_map_pgtbl()
/freebsd-12.1/sys/dev/drm2/ttm/
H A Dttm_bo_util.c504 map->sf = sf_buf_alloc(map->page, 0); in ttm_bo_kmap_ttm()
/freebsd-12.1/sys/dev/md/
H A Dmd.c525 sf = sf_buf_alloc(m, SFB_CPUPRIVATE | in md_malloc_move_ma()
/freebsd-12.1/share/man/man9/
H A DMakefile1829 MLINKS+=sf_buf.9 sf_buf_alloc.9 \
/freebsd-12.1/sys/dev/ti/
H A Dif_ti.c1624 sf[i] = sf_buf_alloc(frame, SFB_NOWAIT); in ti_newbuf_jumbo()