Searched refs:headp (Results 1 – 5 of 5) sorted by relevance
49 int tfrc_tx_hist_add(struct tfrc_tx_hist_entry **headp, u64 seqno) in tfrc_tx_hist_add() argument57 entry->next = *headp; in tfrc_tx_hist_add()58 *headp = entry; in tfrc_tx_hist_add()62 void tfrc_tx_hist_purge(struct tfrc_tx_hist_entry **headp) in tfrc_tx_hist_purge() argument64 struct tfrc_tx_hist_entry *head = *headp; in tfrc_tx_hist_purge()73 *headp = NULL; in tfrc_tx_hist_purge()
50 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);
597 struct list_head *headp, *hpos; in vxlan_vnilist_update_group() local604 headp = &vg->vni_list; in vxlan_vnilist_update_group()605 list_for_each_prev(hpos, headp) { in vxlan_vnilist_update_group()677 struct list_head *headp, *hpos; in __vxlan_vni_add_list() local680 headp = &vg->vni_list; in __vxlan_vni_add_list()681 list_for_each_prev(hpos, headp) { in __vxlan_vni_add_list()
414 u32 headp = hc32_to_cpu (ohci, ed->hwHeadP); in show_list() local428 (headp & ED_H) ? " H" : "", in show_list()429 (headp & ED_C) ? data1 : data0); in show_list()
749 struct tasklet_head __percpu *headp, in __tasklet_schedule_common() argument756 head = this_cpu_ptr(headp); in __tasklet_schedule_common()