Searched refs:headp (Results 1 - 6 of 6) sorted by relevance

/linux-master/net/dccp/ccids/lib/
H A Dpacket_history.h50 int tfrc_tx_hist_add(struct tfrc_tx_hist_entry **headp, u64 seqno);
51 void tfrc_tx_hist_purge(struct tfrc_tx_hist_entry **headp);
H A Dpacket_history.c49 int tfrc_tx_hist_add(struct tfrc_tx_hist_entry **headp, u64 seqno) argument
57 entry->next = *headp;
58 *headp = entry;
62 void tfrc_tx_hist_purge(struct tfrc_tx_hist_entry **headp) argument
64 struct tfrc_tx_hist_entry *head = *headp;
73 *headp = NULL;
/linux-master/drivers/net/vxlan/
H A Dvxlan_vnifilter.c592 struct list_head *headp, *hpos; local
599 headp = &vg->vni_list;
600 list_for_each_prev(hpos, headp) {
672 struct list_head *headp, *hpos; local
675 headp = &vg->vni_list;
676 list_for_each_prev(hpos, headp) {
/linux-master/kernel/
H A Dsoftirq.c720 struct tasklet_head __percpu *headp,
727 head = this_cpu_ptr(headp);
719 __tasklet_schedule_common(struct tasklet_struct *t, struct tasklet_head __percpu *headp, unsigned int softirq_nr) argument
/linux-master/drivers/usb/host/
H A Dohci-dbg.c414 u32 headp = hc32_to_cpu (ohci, ed->hwHeadP); local
428 (headp & ED_H) ? " H" : "",
429 (headp & ED_C) ? data1 : data0);
/linux-master/net/bridge/
H A Dbr_vlan.c122 struct list_head *headp, *hpos; local
130 headp = &vg->vlan_list;
131 list_for_each_prev(hpos, headp) {

Completed in 123 milliseconds