/openbmc/qemu/tests/unit/ |
H A D | test-visitor-serialization.c | 617 UserDefTwoList *listp = NULL, *tmp, *tmp_copy, *listp_copy = NULL; in test_nested_struct_list() local 622 QAPI_LIST_PREPEND(listp, nested_struct_create()); in test_nested_struct_list() 625 ops->serialize(listp, &serialize_data, visit_nested_struct_list, in test_nested_struct_list() 630 tmp = listp; in test_nested_struct_list() 633 g_assert(listp); in test_nested_struct_list() 634 nested_struct_compare(listp->value, listp_copy->value); in test_nested_struct_list() 635 listp = listp->next; in test_nested_struct_list()
|
/openbmc/qemu/qapi/ |
H A D | qapi-clone-visitor.c | 56 GenericList **listp, size_t size, in qapi_clone_start_list() argument 59 return qapi_clone_start_struct(v, name, (void **)listp, size, errp); in qapi_clone_start_list()
|
H A D | qobject-output-visitor.c | 127 GenericList **listp, size_t size, in qobject_output_start_list() argument 134 qobject_output_push(qov, list, listp); in qobject_output_start_list()
|
/openbmc/linux/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_io.c | 400 struct list_head *listp; in bnx2fc_elstm_alloc() local 437 listp = (struct list_head *) in bnx2fc_elstm_alloc() 439 list_del_init(listp); in bnx2fc_elstm_alloc() 440 io_req = (struct bnx2fc_cmd *) listp; in bnx2fc_elstm_alloc() 470 struct list_head *listp; in bnx2fc_cmd_alloc() local 491 listp = (struct list_head *) in bnx2fc_cmd_alloc() 493 list_del_init(listp); in bnx2fc_cmd_alloc() 494 io_req = (struct bnx2fc_cmd *) listp; in bnx2fc_cmd_alloc()
|
/openbmc/linux/fs/nilfs2/ |
H A D | bmap.c | 357 struct list_head *listp) in nilfs_bmap_lookup_dirty_buffers() argument 360 bmap->b_ops->bop_lookup_dirty_buffers(bmap, listp); in nilfs_bmap_lookup_dirty_buffers()
|
H A D | segment.c | 697 struct list_head *listp, in nilfs_lookup_dirty_data_buffers() argument 743 list_add_tail(&bh->b_assoc_buffers, listp); in nilfs_lookup_dirty_data_buffers() 761 struct list_head *listp) in nilfs_lookup_dirty_node_buffers() argument 783 listp); in nilfs_lookup_dirty_node_buffers() 1039 struct list_head *listp, in nilfs_segctor_apply_buffers() argument 1048 list_for_each_entry_safe(bh, n, listp, b_assoc_buffers) { in nilfs_segctor_apply_buffers() 1059 while (!list_empty(listp)) { in nilfs_segctor_apply_buffers() 1060 bh = list_first_entry(listp, struct buffer_head, in nilfs_segctor_apply_buffers()
|
H A D | btree.c | 2157 struct list_head *listp) in nilfs_btree_lookup_dirty_buffers() argument 2191 list_splice_tail(&lists[level], listp); in nilfs_btree_lookup_dirty_buffers()
|
/openbmc/linux/tools/perf/util/ |
H A D | parse-events.h | 222 struct list_head **listp, void *loc);
|
H A D | parse-events.c | 1488 struct list_head **listp, void *loc_) in parse_events_multi_pmu_add() argument 1498 *listp = NULL; in parse_events_multi_pmu_add() 1566 *listp = list; in parse_events_multi_pmu_add()
|
/openbmc/linux/kernel/bpf/ |
H A D | cpumap.c | 138 struct list_head *listp, in cpu_map_bpf_prog_run_skb() argument 146 list_for_each_entry_safe(skb, tmp, listp, list) { in cpu_map_bpf_prog_run_skb()
|
/openbmc/linux/include/sound/ |
H A D | hda_codec.h | 357 const hda_nid_t **listp);
|
/openbmc/linux/fs/nfs/ |
H A D | pnfs.c | 3123 static void pnfs_list_write_lseg(struct inode *inode, struct list_head *listp) in pnfs_list_write_lseg() argument 3130 list_add(&lseg->pls_lc_list, listp); in pnfs_list_write_lseg() 3134 static void pnfs_list_write_lseg_done(struct inode *inode, struct list_head *listp) in pnfs_list_write_lseg_done() argument 3139 list_for_each_entry_safe(lseg, tmp, listp, pls_lc_list) { in pnfs_list_write_lseg_done()
|
/openbmc/linux/sound/usb/ |
H A D | mixer_quirks.c | 143 struct usb_mixer_elem_list **listp) in add_single_ctl_with_resume() argument 151 if (listp) in add_single_ctl_with_resume() 152 *listp = list; in add_single_ctl_with_resume()
|
/openbmc/linux/mm/ |
H A D | slab.c | 241 #define MAKE_LIST(cachep, listp, slab, nodeid) \ argument 243 INIT_LIST_HEAD(listp); \ 244 list_splice(&get_node(cachep, nodeid)->slab, listp); \
|
/openbmc/linux/sound/pci/hda/ |
H A D | hda_codec.c | 169 const hda_nid_t **listp) in snd_hda_get_conn_list() argument 180 if (listp) in snd_hda_get_conn_list() 181 *listp = p->conns; in snd_hda_get_conn_list()
|
/openbmc/linux/net/core/ |
H A D | skbuff.c | 869 static void skb_drop_list(struct sk_buff **listp) in skb_drop_list() argument 871 kfree_skb_list(*listp); in skb_drop_list() 872 *listp = NULL; in skb_drop_list()
|