Home
last modified time | relevance | path

Searched refs:ext_buf (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/tools/vm/
Dpage_owner_sort.c103 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/
Dfanotify.c407 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/
Dlpfc_debugfs.c5839 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()