Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dcompress.c690 vm_unmap_ram(cc->cbuf, cc->nr_cpages); in f2fs_compress_pages()
691 vm_unmap_ram(cc->rbuf, cc->cluster_size); in f2fs_compress_pages()
708 vm_unmap_ram(cc->cbuf, cc->nr_cpages); in f2fs_compress_pages()
710 vm_unmap_ram(cc->rbuf, cc->cluster_size); in f2fs_compress_pages()
1682 vm_unmap_ram(dic->cbuf, dic->nr_cpages); in f2fs_release_decomp_mem()
1685 vm_unmap_ram(dic->rbuf, dic->cluster_size); in f2fs_release_decomp_mem()
/linux/include/linux/
H A Dvmalloc.h146 extern void vm_unmap_ram(const void *mem, unsigned int count);
/linux/drivers/crypto/ccp/
H A Dsev-dev-tio.c370 vm_unmap_ram(buf, npages); in sla_buffer_unmap()
372 vm_unmap_ram(buf, 1); in sla_buffer_unmap()
/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-vmalloc.c137 vm_unmap_ram((void *)vaddr, n_pages); in vb2_vmalloc_put_userptr()
/linux/lib/
H A Dtest_vmalloc.c408 vm_unmap_ram(v_ptr, map_nr_pages); in vm_map_ram_test()
/linux/drivers/dma-buf/
H A Dudmabuf.c141 vm_unmap_ram(map->vaddr, ubuf->pagecount); in vunmap_udmabuf()
/linux/mm/
H A Dnommu.c328 void vm_unmap_ram(const void *mem, unsigned int count) in vm_unmap_ram() function
332 EXPORT_SYMBOL(vm_unmap_ram);
H A Dvmalloc.c3012 void vm_unmap_ram(const void *mem, unsigned int count) in vm_unmap_ram() function
3039 EXPORT_SYMBOL(vm_unmap_ram);
3081 vm_unmap_ram(mem, count); in vm_map_ram()
/linux/mm/kasan/
H A Dkasan_test_c.c1966 vm_unmap_ram(v_ptr, 1); in vm_map_ram_tags()