Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/
H A Dcompat.h74 #define __vmalloc(size, flags, pgsz) kmalloc(size, flags) macro
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A 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()
/rk3399_rockchip-uboot/fs/ubifs/
H A Dorphan.c878 buf = __vmalloc(c->leb_size, GFP_NOFS, PAGE_KERNEL); in dbg_scan_orphans()
H A Dlpt_commit.c1643 buf = p = __vmalloc(c->leb_size, GFP_NOFS, PAGE_KERNEL); in dbg_check_ltab_lnum()
1892 buf = p = __vmalloc(c->leb_size, GFP_NOFS, PAGE_KERNEL); in dump_lpt_leb()
H A Dlprops.c1086 buf = __vmalloc(c->leb_size, GFP_NOFS, PAGE_KERNEL); in scan_check_cb()
H A Ddebug.c828 buf = __vmalloc(c->leb_size, GFP_NOFS, PAGE_KERNEL); in ubifs_dump_leb()