Home
last modified time | relevance | path

Searched refs:listp (Results 1 – 16 of 16) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dtest-visitor-serialization.c617 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 Dqapi-clone-visitor.c56 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 Dqobject-output-visitor.c127 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 Dbnx2fc_io.c400 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 Dbmap.c357 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 Dsegment.c697 struct list_head *listp, in nilfs_lookup_dirty_data_buffers() argument
745 list_add_tail(&bh->b_assoc_buffers, listp); in nilfs_lookup_dirty_data_buffers()
760 struct list_head *listp) in nilfs_lookup_dirty_node_buffers() argument
782 listp); in nilfs_lookup_dirty_node_buffers()
1038 struct list_head *listp, in nilfs_segctor_apply_buffers() argument
1047 list_for_each_entry_safe(bh, n, listp, b_assoc_buffers) { in nilfs_segctor_apply_buffers()
1058 while (!list_empty(listp)) { in nilfs_segctor_apply_buffers()
1059 bh = list_first_entry(listp, struct buffer_head, in nilfs_segctor_apply_buffers()
H A Dbtree.c2153 struct list_head *listp) in nilfs_btree_lookup_dirty_buffers() argument
2187 list_splice_tail(&lists[level], listp); in nilfs_btree_lookup_dirty_buffers()
/openbmc/linux/tools/perf/util/
H A Dparse-events.h222 struct list_head **listp, void *loc);
H A Dparse-events.c1488 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 Dcpumap.c138 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 Dhda_codec.h357 const hda_nid_t **listp);
/openbmc/linux/fs/nfs/
H A Dpnfs.c3116 static void pnfs_list_write_lseg(struct inode *inode, struct list_head *listp) in pnfs_list_write_lseg() argument
3123 list_add(&lseg->pls_lc_list, listp); in pnfs_list_write_lseg()
3127 static void pnfs_list_write_lseg_done(struct inode *inode, struct list_head *listp) in pnfs_list_write_lseg_done() argument
3132 list_for_each_entry_safe(lseg, tmp, listp, pls_lc_list) { in pnfs_list_write_lseg_done()
/openbmc/linux/mm/
H A Dslab.c241 #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/usb/
H A Dmixer_quirks.c143 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/sound/pci/hda/
H A Dhda_codec.c169 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 Dskbuff.c869 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()