Home
last modified time | relevance | path

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

/u-boot/include/linux/
A Dcompat.h54 #define __vmalloc(size, flags, pgsz) kmalloc(size, flags) macro
/u-boot/drivers/mtd/ubi/
A Dio.c1335 buf1 = __vmalloc(len, GFP_NOFS, PAGE_KERNEL); in self_check_write()
1402 buf = __vmalloc(len, GFP_NOFS, PAGE_KERNEL); in ubi_self_check_all_ff()
/u-boot/fs/ubifs/
A Dorphan.c879 buf = __vmalloc(c->leb_size, GFP_NOFS, PAGE_KERNEL); in dbg_scan_orphans()
A Dlpt_commit.c1645 buf = p = __vmalloc(c->leb_size, GFP_NOFS, PAGE_KERNEL); in dbg_check_ltab_lnum()
1894 buf = p = __vmalloc(c->leb_size, GFP_NOFS, PAGE_KERNEL); in dump_lpt_leb()
A Dlprops.c1087 buf = __vmalloc(c->leb_size, GFP_NOFS, PAGE_KERNEL); in scan_check_cb()
A Ddebug.c829 buf = __vmalloc(c->leb_size, GFP_NOFS, PAGE_KERNEL); in ubifs_dump_leb()

Completed in 17 milliseconds