Searched refs:headp (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/net/dccp/ccids/lib/ |
H A D | packet_history.c | 49 int tfrc_tx_hist_add(struct tfrc_tx_hist_entry **headp, u64 seqno) in tfrc_tx_hist_add() argument 57 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() argument 64 struct tfrc_tx_hist_entry *head = *headp; in tfrc_tx_hist_purge() 73 *headp = NULL; in tfrc_tx_hist_purge()
|
H A D | packet_history.h | 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);
|
/openbmc/linux/drivers/net/vxlan/ |
H A D | vxlan_vnifilter.c | 592 struct list_head *headp, *hpos; in vxlan_vnilist_update_group() local 599 headp = &vg->vni_list; in vxlan_vnilist_update_group() 600 list_for_each_prev(hpos, headp) { in vxlan_vnilist_update_group() 672 struct list_head *headp, *hpos; in __vxlan_vni_add_list() local 675 headp = &vg->vni_list; in __vxlan_vni_add_list() 676 list_for_each_prev(hpos, headp) { in __vxlan_vni_add_list()
|
/openbmc/u-boot/include/ |
H A D | os.h | 206 int os_dirent_ls(const char *dirname, struct os_dirent_node **headp);
|
/openbmc/u-boot/arch/sandbox/cpu/ |
H A D | os.c | 389 int os_dirent_ls(const char *dirname, struct os_dirent_node **headp) in os_dirent_ls() argument 401 *headp = NULL; in os_dirent_ls() 464 *headp = head; in os_dirent_ls()
|
/openbmc/linux/drivers/usb/host/ |
H A D | ohci-dbg.c | 414 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()
|
/openbmc/u-boot/tools/ |
H A D | fdtgrep.c | 113 static int value_add(struct display_info *disp, struct value_node **headp, in value_add() argument 141 node->next = *headp; in value_add() 145 *headp = node; in value_add()
|
/openbmc/linux/kernel/ |
H A D | softirq.c | 719 struct tasklet_head __percpu *headp, in __tasklet_schedule_common() argument 726 head = this_cpu_ptr(headp); in __tasklet_schedule_common()
|
/openbmc/linux/net/bridge/ |
H A D | br_vlan.c | 122 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()
|