Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dmpscq.h45 static inline void mpscq_init(struct mpscq *q, struct llist_node **headp) in mpscq_init() argument
47 q->tail = *headp = &q->stub; in mpscq_init()
91 struct llist_node **headp) in mpscq_pop() argument
93 struct llist_node *head = *headp, *next; in mpscq_pop()
105 *headp = head; in mpscq_pop()
109 *headp = next; in mpscq_pop()
119 *headp = &q->stub; in mpscq_pop()
/linux/net/dccp/ccids/lib/
H A Dpacket_history.c
H A Dpacket_history.h
/linux/drivers/net/vxlan/
H A Dvxlan_vnifilter.c588 struct list_head *headp, *hpos; in vxlan_vnilist_update_group() local
595 headp = &vg->vni_list; in vxlan_vnilist_update_group()
596 list_for_each_prev(hpos, headp) { in vxlan_vnilist_update_group()
671 struct list_head *headp, *hpos; in __vxlan_vni_add_list() local
674 headp = &vg->vni_list; in __vxlan_vni_add_list()
675 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/net/bridge/
H A Dbr_vlan.c127 struct list_head *headp, *hpos; in __vlan_add_list() local
135 headp = &vg->vlan_list; in __vlan_add_list()
136 list_for_each_prev(hpos, headp) { in __vlan_add_list()