Searched refs:ext_buf (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/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() 497 static void add_list(char *buf, int len, char *ext_buf) in add_list() argument 531 list[list_size].allocator = get_allocator(buf, ext_buf); in add_list() 694 char *buf, *ext_buf; in main() local 804 ext_buf = malloc(BUF_SIZE); in main() 805 if (!list || !buf || !ext_buf) { in main() 811 int buf_len = read_block(buf, ext_buf, BUF_SIZE, fin); in main() 815 add_list(buf, buf_len, ext_buf); in main()
|
/Linux-v6.1/fs/notify/fanotify/ |
D | fanotify.c | 407 char *ext_buf = NULL; in fanotify_encode_fh() local 435 ext_buf = kmalloc(fh_len, gfp); in fanotify_encode_fh() 436 if (!ext_buf) in fanotify_encode_fh() 439 *fanotify_fh_ext_buf_ptr(fh) = ext_buf; in fanotify_encode_fh() 440 buf = ext_buf; in fanotify_encode_fh() 466 kfree(ext_buf); in fanotify_encode_fh()
|
/Linux-v6.1/drivers/scsi/lpfc/ |
D | lpfc_debugfs.c | 5839 struct lpfc_dmabuf *dmabuf, uint32_t ext_buf) in lpfc_idiag_mbxacc_dump_bsg_mbox() argument 5870 sta_tp, nemb_tp, ext_buf); in lpfc_idiag_mbxacc_dump_bsg_mbox() 5878 sta_tp, nemb_tp, ext_buf); in lpfc_idiag_mbxacc_dump_bsg_mbox() 5886 sta_tp, nemb_tp, ext_buf); in lpfc_idiag_mbxacc_dump_bsg_mbox() 5894 sta_tp, nemb_tp, ext_buf); in lpfc_idiag_mbxacc_dump_bsg_mbox()
|