Home
last modified time | relevance | path

Searched refs:vm_unmap_ram (Results 1 – 10 of 10) sorted by relevance

/linux/fs/f2fs/
H A Dcompress.c691 vm_unmap_ram(cc->cbuf, cc->nr_cpages); in f2fs_compress_pages()
692 vm_unmap_ram(cc->rbuf, cc->cluster_size); in f2fs_compress_pages()
709 vm_unmap_ram(cc->cbuf, cc->nr_cpages); in f2fs_compress_pages()
711 vm_unmap_ram(cc->rbuf, cc->cluster_size); in f2fs_compress_pages()
1672 vm_unmap_ram(dic->cbuf, dic->nr_cpages); in f2fs_release_decomp_mem()
1675 vm_unmap_ram(dic->rbuf, dic->cluster_size); in f2fs_release_decomp_mem()
/linux/fs/erofs/
H A Ddecompressor.c261 vm_unmap_ram(src, ctx->inpages); in z_erofs_lz4_decompress_mem()
311 vm_unmap_ram(dst, ctx.outpages); in z_erofs_lz4_decompress()
/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-dma-sg.c191 vm_unmap_ram(buf->vaddr, buf->num_pages); in vb2_dma_sg_put()
294 vm_unmap_ram(buf->vaddr, buf->num_pages); in vb2_dma_sg_put_userptr()
H A Dvideobuf2-vmalloc.c137 vm_unmap_ram((void *)vaddr, n_pages); in vb2_vmalloc_put_userptr()
/linux/include/linux/
H A Dvmalloc.h133 extern void vm_unmap_ram(const void *mem, unsigned int count);
/linux/lib/
H A Dtest_vmalloc.c384 vm_unmap_ram(v_ptr, map_nr_pages); in vm_map_ram_test()
/linux/mm/
H A Dnommu.c318 void vm_unmap_ram(const void *mem, unsigned int count) in vm_unmap_ram() function
322 EXPORT_SYMBOL(vm_unmap_ram);
H A Dvmalloc.c2931 void vm_unmap_ram(const void *mem, unsigned int count) in vm_unmap_ram() function
2958 EXPORT_SYMBOL(vm_unmap_ram);
3000 vm_unmap_ram(mem, count); in vm_map_ram()
/linux/drivers/dma-buf/
H A Dudmabuf.c148 vm_unmap_ram(map->vaddr, ubuf->pagecount); in vunmap_udmabuf()
/linux/mm/kasan/
H A Dkasan_test_c.c1841 vm_unmap_ram(v_ptr, 1); in vm_map_ram_tags()