Searched refs:ext_buf (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/mm/ |
| H A D | page_owner_sort.c | 106 int read_block(char *buf, char *ext_buf, int buf_size, FILE *fin) in read_block() argument 115 strcpy(ext_buf, curr); in read_block() 472 static bool add_list(char *buf, int len, char *ext_buf) in add_list() argument 501 list[list_size].allocator = get_allocator(buf, ext_buf); in add_list() 666 char *buf, *ext_buf; in main() local 814 ext_buf = malloc(BUF_SIZE); in main() 815 if (!list || !buf || !ext_buf) { in main() 821 int buf_len = read_block(buf, ext_buf, BUF_SIZE, fin); in main() 825 if (!add_list(buf, buf_len, ext_buf)) in main() 875 if (ext_buf) in main() [all …]
|
| /linux/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 | 5875 struct lpfc_dmabuf *dmabuf, uint32_t ext_buf) in lpfc_idiag_mbxacc_dump_bsg_mbox() argument 5906 sta_tp, nemb_tp, ext_buf); in lpfc_idiag_mbxacc_dump_bsg_mbox() 5914 sta_tp, nemb_tp, ext_buf); in lpfc_idiag_mbxacc_dump_bsg_mbox() 5922 sta_tp, nemb_tp, ext_buf); in lpfc_idiag_mbxacc_dump_bsg_mbox() 5930 sta_tp, nemb_tp, ext_buf); in lpfc_idiag_mbxacc_dump_bsg_mbox()
|
| H A D | lpfc_sli.c | 9626 if (pmbox->in_ext_byte_len && pmbox->ext_buf) { in lpfc_sli_issue_mbox_s3() 9627 lpfc_sli_pcimem_bcopy(pmbox->ext_buf, in lpfc_sli_issue_mbox_s3() 9640 if (pmbox->in_ext_byte_len && pmbox->ext_buf) in lpfc_sli_issue_mbox_s3() 9643 pmbox->ext_buf, pmbox->in_ext_byte_len); in lpfc_sli_issue_mbox_s3() 9765 if (pmbox->out_ext_byte_len && pmbox->ext_buf) { in lpfc_sli_issue_mbox_s3() 9767 pmbox->ext_buf, in lpfc_sli_issue_mbox_s3() 9775 if (pmbox->out_ext_byte_len && pmbox->ext_buf) { in lpfc_sli_issue_mbox_s3() 9777 pmbox->ext_buf, in lpfc_sli_issue_mbox_s3() 13877 pmb->ext_buf) in lpfc_sli_sp_intr_handler() 13880 pmb->ext_buf, in lpfc_sli_sp_intr_handler()
|
| H A D | lpfc_els.c | 7384 mbox->ext_buf = virt; in lpfc_get_sfp_info_wait() 7443 mbox->ext_buf = virt; in lpfc_get_sfp_info_wait()
|
| H A D | lpfc_bsg.c | 4949 pmboxq->ext_buf = ext; in lpfc_bsg_issue_mbox()
|