Searched refs:listp (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/tools/perf/util/ |
| H A D | parse-events.h | 249 struct list_head **listp, void *loc); 254 struct list_head **listp,
|
| H A D | parse-events.c | 1548 struct list_head **listp, void *loc_) in parse_events_multi_pmu_add() argument 1558 *listp = NULL; in parse_events_multi_pmu_add() 1626 *listp = list; in parse_events_multi_pmu_add() 1636 struct list_head **listp, in parse_events_multi_pmu_add_or_add_pmu() argument 1644 *listp = malloc(sizeof(**listp)); in parse_events_multi_pmu_add_or_add_pmu() 1645 if (!*listp) in parse_events_multi_pmu_add_or_add_pmu() 1648 INIT_LIST_HEAD(*listp); in parse_events_multi_pmu_add_or_add_pmu() 1672 if (!parse_events_add_pmu(parse_state, *listp, pmu, in parse_events_multi_pmu_add_or_add_pmu() 1685 zfree(listp); in parse_events_multi_pmu_add_or_add_pmu() 1687 const_parsed_terms, listp, loc)) in parse_events_multi_pmu_add_or_add_pmu() [all …]
|
| /linux-6.15/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()
|
| /linux-6.15/fs/nilfs2/ |
| H A D | bmap.c | 341 struct list_head *listp) in nilfs_bmap_lookup_dirty_buffers() argument 344 bmap->b_ops->bop_lookup_dirty_buffers(bmap, listp); in nilfs_bmap_lookup_dirty_buffers()
|
| H A D | segment.c | 699 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() 763 struct list_head *listp) in nilfs_lookup_dirty_node_buffers() argument 785 listp); in nilfs_lookup_dirty_node_buffers() 999 struct list_head *listp, in nilfs_segctor_apply_buffers() argument 1008 list_for_each_entry_safe(bh, n, listp, b_assoc_buffers) { in nilfs_segctor_apply_buffers() 1019 while (!list_empty(listp)) { in nilfs_segctor_apply_buffers() 1020 bh = list_first_entry(listp, struct buffer_head, in nilfs_segctor_apply_buffers()
|
| H A D | btree.c | 2165 struct list_head *listp) in nilfs_btree_lookup_dirty_buffers() argument 2199 list_splice_tail(&lists[level], listp); in nilfs_btree_lookup_dirty_buffers()
|
| /linux-6.15/include/sound/ |
| H A D | hda_codec.h | 355 const hda_nid_t **listp);
|
| /linux-6.15/fs/nfs/ |
| H A D | pnfs.c | 3256 static void pnfs_list_write_lseg(struct inode *inode, struct list_head *listp) in pnfs_list_write_lseg() argument 3263 list_add(&lseg->pls_lc_list, listp); in pnfs_list_write_lseg() 3267 static void pnfs_list_write_lseg_done(struct inode *inode, struct list_head *listp) in pnfs_list_write_lseg_done() argument 3272 list_for_each_entry_safe(lseg, tmp, listp, pls_lc_list) { in pnfs_list_write_lseg_done()
|
| /linux-6.15/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()
|
| /linux-6.15/sound/usb/ |
| H A D | mixer_quirks.c | 145 struct usb_mixer_elem_list **listp) in add_single_ctl_with_resume() argument 153 if (listp) in add_single_ctl_with_resume() 154 *listp = list; in add_single_ctl_with_resume()
|
| /linux-6.15/net/core/ |
| H A D | skbuff.c | 877 static void skb_drop_list(struct sk_buff **listp) in skb_drop_list() argument 879 kfree_skb_list(*listp); in skb_drop_list() 880 *listp = NULL; in skb_drop_list()
|