Home
last modified time | relevance | path

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

/linux/net/dccp/ccids/lib/
H A Dpacket_history.c
H A Dpacket_history.h
/linux/drivers/net/vxlan/
H A Dvxlan_vnifilter.c590 struct list_head *headp, *hpos; in vxlan_vnilist_update_group() local
597 headp = &vg->vni_list; in vxlan_vnilist_update_group()
598 list_for_each_prev(hpos, headp) { in vxlan_vnilist_update_group()
673 struct list_head *headp, *hpos; in __vxlan_vni_add_list() local
676 headp = &vg->vni_list; in __vxlan_vni_add_list()
677 list_for_each_prev(hpos, headp) { in __vxlan_vni_add_list()
/linux/drivers/usb/host/
H A Dohci-dbg.c414 u32 headp = hc32_to_cpu (ohci, ed->hwHeadP); in show_list() local
428 (headp & ED_H) ? " H" : "", in show_list()
429 (headp & ED_C) ? data1 : data0); in show_list()
/linux/kernel/
H A Dsoftirq.c810 struct tasklet_head __percpu *headp, in __tasklet_schedule_common() argument
817 head = this_cpu_ptr(headp); in __tasklet_schedule_common()
/linux/net/bridge/
H A Dbr_vlan.c122 struct list_head *headp, *hpos; in __vlan_add_list() local
130 headp = &vg->vlan_list; in __vlan_add_list()
131 list_for_each_prev(hpos, headp) { in __vlan_add_list()