Searched defs:vmalloc (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/lib/ | ||
H A D | decompress_unxz.c | 155 #undef vmalloc macro 159 #define vmalloc(size) malloc(size) macro |
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ | ||
H A D | vmwgfx_fb.c | 41 void *vmalloc; member in struct:vmw_fb_par |
/linux-4.1.27/mm/ | ||
H A D | nommu.c | 353 void *vmalloc(unsigned long size) vmalloc() function 357 EXPORT_SYMBOL(vmalloc); variable |
H A D | vmalloc.c | 1741 void *vmalloc(unsigned long size) vmalloc() function 1746 EXPORT_SYMBOL(vmalloc); variable |
Completed in 427 milliseconds