Searched refs:vm_unmap_ram (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/f2fs/ |
| H A D | compress.c | 690 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 D | vmalloc.h | 146 extern void vm_unmap_ram(const void *mem, unsigned int count);
|
| /linux/drivers/crypto/ccp/ |
| H A D | sev-dev-tio.c | 370 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 D | videobuf2-vmalloc.c | 137 vm_unmap_ram((void *)vaddr, n_pages); in vb2_vmalloc_put_userptr()
|
| /linux/lib/ |
| H A D | test_vmalloc.c | 408 vm_unmap_ram(v_ptr, map_nr_pages); in vm_map_ram_test()
|
| /linux/drivers/dma-buf/ |
| H A D | udmabuf.c | 141 vm_unmap_ram(map->vaddr, ubuf->pagecount); in vunmap_udmabuf()
|
| /linux/mm/ |
| H A D | nommu.c | 328 void vm_unmap_ram(const void *mem, unsigned int count) in vm_unmap_ram() function 332 EXPORT_SYMBOL(vm_unmap_ram);
|
| H A D | vmalloc.c | 3012 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 D | kasan_test_c.c | 1966 vm_unmap_ram(v_ptr, 1); in vm_map_ram_tags()
|