Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/dccp/ccids/lib/
Dpacket_history.c49 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()
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);
/kernel/linux/linux-5.10/kernel/
Dsoftirq.c506 struct tasklet_head __percpu *headp, in __tasklet_schedule_common() argument
513 head = this_cpu_ptr(headp); in __tasklet_schedule_common()
/kernel/linux/linux-5.10/drivers/usb/host/
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()
/kernel/linux/linux-5.10/net/bridge/
Dbr_vlan.c105 struct list_head *headp, *hpos; in __vlan_add_list() local
113 headp = &vg->vlan_list; in __vlan_add_list()
114 list_for_each_prev(hpos, headp) { in __vlan_add_list()