Searched defs:vunmap (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/include/linux/ | ||
H A D | dma-buf.h | 108 void (*vunmap)(struct dma_buf *, void *vaddr); member in struct:dma_buf_ops |
/linux-4.1.27/mm/ | ||
H A D | nommu.c | 474 void vunmap(const void *addr) vunmap() function 478 EXPORT_SYMBOL(vunmap); variable |
H A D | vmalloc.c | 1532 void vunmap(const void *addr) vunmap() function 1539 EXPORT_SYMBOL(vunmap); variable |
Completed in 165 milliseconds