Home
last modified time | relevance | path

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

/linux-6.6.21/tools/mm/
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()
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 …]
/linux-6.6.21/fs/notify/fanotify/
Dfanotify.c408 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()
/linux-6.6.21/drivers/scsi/lpfc/
Dlpfc_debugfs.c5846 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()