Searched refs:listp (Results 1 - 12 of 12) sorted by relevance

/linux-master/drivers/scsi/bnx2fc/
H A Dbnx2fc_io.c400 struct list_head *listp; local
437 listp = (struct list_head *)
439 list_del_init(listp);
440 io_req = (struct bnx2fc_cmd *) listp;
470 struct list_head *listp; local
491 listp = (struct list_head *)
493 list_del_init(listp);
494 io_req = (struct bnx2fc_cmd *) listp;
/linux-master/fs/nilfs2/
H A Dbmap.c354 * @listp: pointer to buffer head list
357 struct list_head *listp)
360 bmap->b_ops->bop_lookup_dirty_buffers(bmap, listp);
356 nilfs_bmap_lookup_dirty_buffers(struct nilfs_bmap *bmap, struct list_head *listp) argument
H A Dsegment.c697 struct list_head *listp,
744 list_add_tail(&bh->b_assoc_buffers, listp);
759 struct list_head *listp)
781 listp);
995 struct list_head *listp,
1004 list_for_each_entry_safe(bh, n, listp, b_assoc_buffers) {
1015 while (!list_empty(listp)) {
1016 bh = list_first_entry(listp, struct buffer_head,
696 nilfs_lookup_dirty_data_buffers(struct inode *inode, struct list_head *listp, size_t nlimit, loff_t start, loff_t end) argument
758 nilfs_lookup_dirty_node_buffers(struct inode *inode, struct list_head *listp) argument
993 nilfs_segctor_apply_buffers(struct nilfs_sc_info *sci, struct inode *inode, struct list_head *listp, int (*collect)(struct nilfs_sc_info *, struct buffer_head *, struct inode *)) argument
H A Dbtree.c2153 struct list_head *listp)
2187 list_splice_tail(&lists[level], listp);
2152 nilfs_btree_lookup_dirty_buffers(struct nilfs_bmap *btree, struct list_head *listp) argument
/linux-master/tools/perf/util/
H A Dparse-events.h224 struct list_head **listp, void *loc);
H A Dparse-events.c1536 struct list_head **listp, void *loc_)
1546 *listp = NULL;
1614 *listp = list;
1533 parse_events_multi_pmu_add(struct parse_events_state *parse_state, const char *event_name, const struct parse_events_terms *const_parsed_terms, struct list_head **listp, void *loc_) argument
/linux-master/kernel/bpf/
H A Dcpumap.c139 struct list_head *listp,
147 list_for_each_entry_safe(skb, tmp, listp, list) {
138 cpu_map_bpf_prog_run_skb(struct bpf_cpu_map_entry *rcpu, struct list_head *listp, struct xdp_cpumap_stats *stats) argument
/linux-master/include/sound/
H A Dhda_codec.h358 const hda_nid_t **listp);
/linux-master/fs/nfs/
H A Dpnfs.c3128 static void pnfs_list_write_lseg(struct inode *inode, struct list_head *listp) argument
3135 list_add(&lseg->pls_lc_list, listp);
3139 static void pnfs_list_write_lseg_done(struct inode *inode, struct list_head *listp) argument
3144 list_for_each_entry_safe(lseg, tmp, listp, pls_lc_list) {
/linux-master/sound/usb/
H A Dmixer_quirks.c143 struct usb_mixer_elem_list **listp)
151 if (listp)
152 *listp = list;
139 add_single_ctl_with_resume(struct usb_mixer_interface *mixer, int id, usb_mixer_elem_resume_func_t resume, const struct snd_kcontrol_new *knew, struct usb_mixer_elem_list **listp) argument
/linux-master/sound/pci/hda/
H A Dhda_codec.c157 * @listp: the pointer to store NID list
169 const hda_nid_t **listp)
180 if (listp)
181 *listp = p->conns;
168 snd_hda_get_conn_list(struct hda_codec *codec, hda_nid_t nid, const hda_nid_t **listp) argument
/linux-master/net/core/
H A Dskbuff.c891 static void skb_drop_list(struct sk_buff **listp) argument
893 kfree_skb_list(*listp);
894 *listp = NULL;

Completed in 347 milliseconds