Searched refs:__vmalloc (Results 1 – 6 of 6) sorted by relevance
| /u-boot/include/linux/ |
| A D | compat.h | 54 #define __vmalloc(size, flags, pgsz) kmalloc(size, flags) macro
|
| /u-boot/drivers/mtd/ubi/ |
| A D | io.c | 1335 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 D | orphan.c | 879 buf = __vmalloc(c->leb_size, GFP_NOFS, PAGE_KERNEL); in dbg_scan_orphans()
|
| A D | lpt_commit.c | 1645 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 D | lprops.c | 1087 buf = __vmalloc(c->leb_size, GFP_NOFS, PAGE_KERNEL); in scan_check_cb()
|
| A D | debug.c | 829 buf = __vmalloc(c->leb_size, GFP_NOFS, PAGE_KERNEL); in ubifs_dump_leb()
|
Completed in 17 milliseconds