Searched refs:ext_buf (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/tools/vm/ |
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() 492 static void add_list(char *buf, int len, char *ext_buf) in add_list() argument 526 list[list_size].allocator = get_allocator(buf, ext_buf); in add_list() 689 char *buf, *ext_buf; in main() local 799 ext_buf = malloc(BUF_SIZE); in main() 800 if (!list || !buf || !ext_buf) { in main() 806 int buf_len = read_block(buf, ext_buf, BUF_SIZE, fin); in main() 810 add_list(buf, buf_len, ext_buf); in main()
|
/linux-5.19.10/fs/notify/fanotify/ |
D | fanotify.c | 404 char *ext_buf = NULL; in fanotify_encode_fh() local 432 ext_buf = kmalloc(fh_len, gfp); in fanotify_encode_fh() 433 if (!ext_buf) in fanotify_encode_fh() 436 *fanotify_fh_ext_buf_ptr(fh) = ext_buf; in fanotify_encode_fh() 437 buf = ext_buf; in fanotify_encode_fh() 463 kfree(ext_buf); in fanotify_encode_fh()
|
/linux-5.19.10/drivers/scsi/lpfc/ |
D | lpfc_debugfs.c | 5878 struct lpfc_dmabuf *dmabuf, uint32_t ext_buf) in lpfc_idiag_mbxacc_dump_bsg_mbox() argument 5909 sta_tp, nemb_tp, ext_buf); in lpfc_idiag_mbxacc_dump_bsg_mbox() 5917 sta_tp, nemb_tp, ext_buf); in lpfc_idiag_mbxacc_dump_bsg_mbox() 5925 sta_tp, nemb_tp, ext_buf); in lpfc_idiag_mbxacc_dump_bsg_mbox() 5933 sta_tp, nemb_tp, ext_buf); in lpfc_idiag_mbxacc_dump_bsg_mbox()
|