Home
last modified time | relevance | path

Searched refs:__vmalloc (Results 1 – 6 of 6) sorted by relevance

/external/u-boot/include/linux/
Dcompat.h73 #define __vmalloc(size, flags, pgsz) kmalloc(size, flags) macro
/external/u-boot/drivers/mtd/ubi/
Dio.c1332 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/
Dorphan.c877 buf = __vmalloc(c->leb_size, GFP_NOFS, PAGE_KERNEL); in dbg_scan_orphans()
Dlpt_commit.c1642 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()
Dlprops.c1085 buf = __vmalloc(c->leb_size, GFP_NOFS, PAGE_KERNEL); in scan_check_cb()
Ddebug.c827 buf = __vmalloc(c->leb_size, GFP_NOFS, PAGE_KERNEL); in ubifs_dump_leb()