Searched refs:ext_buf (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/tools/mm/ |
| H A D | page_owner_sort.c | 108 int read_block(char *buf, char *ext_buf, int buf_size, FILE *fin) in read_block() argument 117 strcpy(ext_buf, curr); in read_block() 470 static bool add_list(char *buf, int len, char *ext_buf) in add_list() argument 499 list[list_size].allocator = get_allocator(buf, ext_buf); in add_list() 664 char *buf, *ext_buf; in main() local 808 ext_buf = malloc(BUF_SIZE); in main() 809 if (!list || !buf || !ext_buf) { in main() 815 int buf_len = read_block(buf, ext_buf, BUF_SIZE, fin); in main() 819 if (!add_list(buf, buf_len, ext_buf)) in main() 869 if (ext_buf) in main() [all …]
|
| /linux-6.15/fs/notify/fanotify/ |
| H A D | fanotify.c | 417 char *ext_buf = NULL; in fanotify_encode_fh() local 445 ext_buf = kmalloc(fh_len, gfp); in fanotify_encode_fh() 446 if (!ext_buf) in fanotify_encode_fh() 449 *fanotify_fh_ext_buf_ptr(fh) = ext_buf; in fanotify_encode_fh() 450 buf = ext_buf; in fanotify_encode_fh() 476 kfree(ext_buf); in fanotify_encode_fh()
|
| /linux-6.15/drivers/scsi/lpfc/ |
| H A D | lpfc_sli.h | 187 void *ext_buf; /* extended buffer for extended mbox member
|
| H A D | lpfc_debugfs.c | 5844 struct lpfc_dmabuf *dmabuf, uint32_t ext_buf) in lpfc_idiag_mbxacc_dump_bsg_mbox() argument 5875 sta_tp, nemb_tp, ext_buf); in lpfc_idiag_mbxacc_dump_bsg_mbox() 5883 sta_tp, nemb_tp, ext_buf); in lpfc_idiag_mbxacc_dump_bsg_mbox() 5891 sta_tp, nemb_tp, ext_buf); in lpfc_idiag_mbxacc_dump_bsg_mbox() 5899 sta_tp, nemb_tp, ext_buf); in lpfc_idiag_mbxacc_dump_bsg_mbox()
|
| H A D | lpfc_sli.c | 9551 if (pmbox->in_ext_byte_len && pmbox->ext_buf) { in lpfc_sli_issue_mbox_s3() 9552 lpfc_sli_pcimem_bcopy(pmbox->ext_buf, in lpfc_sli_issue_mbox_s3() 9565 if (pmbox->in_ext_byte_len && pmbox->ext_buf) in lpfc_sli_issue_mbox_s3() 9568 pmbox->ext_buf, pmbox->in_ext_byte_len); in lpfc_sli_issue_mbox_s3() 9690 if (pmbox->out_ext_byte_len && pmbox->ext_buf) { in lpfc_sli_issue_mbox_s3() 9692 pmbox->ext_buf, in lpfc_sli_issue_mbox_s3() 9700 if (pmbox->out_ext_byte_len && pmbox->ext_buf) { in lpfc_sli_issue_mbox_s3() 9702 pmbox->ext_buf, in lpfc_sli_issue_mbox_s3() 13810 pmb->ext_buf) in lpfc_sli_sp_intr_handler() 13813 pmb->ext_buf, in lpfc_sli_sp_intr_handler()
|
| H A D | lpfc_els.c | 7228 mbox->ext_buf = virt; in lpfc_get_sfp_info_wait() 7287 mbox->ext_buf = virt; in lpfc_get_sfp_info_wait()
|
| H A D | lpfc_bsg.c | 4951 pmboxq->ext_buf = ext; in lpfc_bsg_issue_mbox()
|