Searched refs:ext_buf (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/fs/jffs2/ |
H A D | jffs2_1pass.c | 222 static void *get_fl_mem_nand(u32 off, u32 size, void *ext_buf) in get_fl_mem_nand() argument 224 u_char *buf = ext_buf ? (u_char*)ext_buf : (u_char*)malloc(size); in get_fl_mem_nand() 231 if (!ext_buf) in get_fl_mem_nand() 239 static void *get_node_mem_nand(u32 off, void *ext_buf) in get_node_mem_nand() argument 249 ext_buf))) { in get_node_mem_nand() 321 static void *get_fl_mem_onenand(u32 off, u32 size, void *ext_buf) in get_fl_mem_onenand() argument 323 u_char *buf = ext_buf ? (u_char *)ext_buf : (u_char *)malloc(size); in get_fl_mem_onenand() 330 if (!ext_buf) in get_fl_mem_onenand() 338 static void *get_node_mem_onenand(u32 off, void *ext_buf) in get_node_mem_onenand() argument 348 ext_buf); in get_node_mem_onenand() [all …]
|
/openbmc/linux/tools/mm/ |
H A D | page_owner_sort.c | 103 int read_block(char *buf, char *ext_buf, int buf_size, FILE *fin) in read_block() argument 112 strcpy(ext_buf, curr); in read_block() 498 static bool add_list(char *buf, int len, char *ext_buf) in add_list() argument 532 list[list_size].allocator = get_allocator(buf, ext_buf); in add_list() 696 char *buf, *ext_buf; in main() local 813 ext_buf = malloc(BUF_SIZE); in main() 814 if (!list || !buf || !ext_buf) { in main() 820 int buf_len = read_block(buf, ext_buf, BUF_SIZE, fin); in main() 824 if (!add_list(buf, buf_len, ext_buf)) in main() 877 if (ext_buf) in main() [all …]
|
/openbmc/linux/fs/notify/fanotify/ |
H A D | fanotify.c | 408 char *ext_buf = NULL; in fanotify_encode_fh() local 436 ext_buf = kmalloc(fh_len, gfp); in fanotify_encode_fh() 437 if (!ext_buf) in fanotify_encode_fh() 440 *fanotify_fh_ext_buf_ptr(fh) = ext_buf; in fanotify_encode_fh() 441 buf = ext_buf; in fanotify_encode_fh() 467 kfree(ext_buf); in fanotify_encode_fh()
|
/openbmc/linux/drivers/scsi/lpfc/ |
H A D | lpfc_debugfs.c | 5846 struct lpfc_dmabuf *dmabuf, uint32_t ext_buf) in lpfc_idiag_mbxacc_dump_bsg_mbox() argument 5877 sta_tp, nemb_tp, ext_buf); in lpfc_idiag_mbxacc_dump_bsg_mbox() 5885 sta_tp, nemb_tp, ext_buf); in lpfc_idiag_mbxacc_dump_bsg_mbox() 5893 sta_tp, nemb_tp, ext_buf); in lpfc_idiag_mbxacc_dump_bsg_mbox() 5901 sta_tp, nemb_tp, ext_buf); in lpfc_idiag_mbxacc_dump_bsg_mbox()
|