Searched refs:ext_buf (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/mm/ |
| 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() 469 static bool add_list(char *buf, int len, char *ext_buf) in add_list() argument 498 list[list_size].allocator = get_allocator(buf, ext_buf); in add_list() 663 char *buf, *ext_buf; in main() local 807 ext_buf = malloc(BUF_SIZE); in main() 808 if (!list || !buf || !ext_buf) { in main() 814 int buf_len = read_block(buf, ext_buf, BUF_SIZE, fin); in main() 818 if (!add_list(buf, buf_len, ext_buf)) in main() 868 if (ext_buf) in main() [all …]
|
| /linux/fs/notify/fanotify/ |
| A D | fanotify.c | 404 char *ext_buf = NULL; in fanotify_encode_fh() local 432 ext_buf = kmalloc(fh_len, gfp); in fanotify_encode_fh() 433 if (!ext_buf) in fanotify_encode_fh() 436 *fanotify_fh_ext_buf_ptr(fh) = ext_buf; in fanotify_encode_fh() 437 buf = ext_buf; in fanotify_encode_fh() 463 kfree(ext_buf); in fanotify_encode_fh()
|
| /linux/drivers/scsi/lpfc/ |
| A D | lpfc_sli.h | 187 void *ext_buf; /* extended buffer for extended mbox member
|
| 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()
|
| A D | lpfc_sli.c | 9565 if (pmbox->in_ext_byte_len && pmbox->ext_buf) { in lpfc_sli_issue_mbox_s3() 9566 lpfc_sli_pcimem_bcopy(pmbox->ext_buf, in lpfc_sli_issue_mbox_s3() 9579 if (pmbox->in_ext_byte_len && pmbox->ext_buf) in lpfc_sli_issue_mbox_s3() 9582 pmbox->ext_buf, pmbox->in_ext_byte_len); in lpfc_sli_issue_mbox_s3() 9705 if (pmbox->out_ext_byte_len && pmbox->ext_buf) { in lpfc_sli_issue_mbox_s3() 9707 pmbox->ext_buf, in lpfc_sli_issue_mbox_s3() 9715 if (pmbox->out_ext_byte_len && pmbox->ext_buf) { in lpfc_sli_issue_mbox_s3() 9717 pmbox->ext_buf, in lpfc_sli_issue_mbox_s3() 13829 pmb->ext_buf) in lpfc_sli_sp_intr_handler() 13832 pmb->ext_buf, in lpfc_sli_sp_intr_handler()
|
| A D | lpfc_bsg.c | 4753 pmboxq->ext_buf = ext; in lpfc_bsg_issue_mbox()
|
| A D | lpfc_els.c | 7301 mbox->ext_buf = virt; in lpfc_get_sfp_info_wait() 7360 mbox->ext_buf = virt; in lpfc_get_sfp_info_wait()
|
Completed in 73 milliseconds