Searched refs:__vmalloc (Results 1 – 6 of 6) sorted by relevance
/external/u-boot/include/linux/ |
D | compat.h | 73 #define __vmalloc(size, flags, pgsz) kmalloc(size, flags) macro
|
/external/u-boot/drivers/mtd/ubi/ |
D | io.c | 1332 buf1 = __vmalloc(len, GFP_NOFS, PAGE_KERNEL); in self_check_write() 1397 buf = __vmalloc(len, GFP_NOFS, PAGE_KERNEL); in ubi_self_check_all_ff()
|
/external/u-boot/fs/ubifs/ |
D | orphan.c | 877 buf = __vmalloc(c->leb_size, GFP_NOFS, PAGE_KERNEL); in dbg_scan_orphans()
|
D | lpt_commit.c | 1642 buf = p = __vmalloc(c->leb_size, GFP_NOFS, PAGE_KERNEL); in dbg_check_ltab_lnum() 1891 buf = p = __vmalloc(c->leb_size, GFP_NOFS, PAGE_KERNEL); in dump_lpt_leb()
|
D | lprops.c | 1085 buf = __vmalloc(c->leb_size, GFP_NOFS, PAGE_KERNEL); in scan_check_cb()
|
D | debug.c | 827 buf = __vmalloc(c->leb_size, GFP_NOFS, PAGE_KERNEL); in ubifs_dump_leb()
|