Home
last modified time | relevance | path

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

/linux-4.1.27/net/dccp/ccids/lib/
Dpacket_history.c62 int tfrc_tx_hist_add(struct tfrc_tx_hist_entry **headp, u64 seqno) in tfrc_tx_hist_add() argument
70 entry->next = *headp; in tfrc_tx_hist_add()
71 *headp = entry; in tfrc_tx_hist_add()
75 void tfrc_tx_hist_purge(struct tfrc_tx_hist_entry **headp) in tfrc_tx_hist_purge() argument
77 struct tfrc_tx_hist_entry *head = *headp; in tfrc_tx_hist_purge()
86 *headp = NULL; in tfrc_tx_hist_purge()
Dpacket_history.h63 int tfrc_tx_hist_add(struct tfrc_tx_hist_entry **headp, u64 seqno);
64 void tfrc_tx_hist_purge(struct tfrc_tx_hist_entry **headp);
/linux-4.1.27/drivers/usb/host/
Dohci-dbg.c413 u32 headp = hc32_to_cpu (ohci, ed->hwHeadP); in show_list() local
427 (headp & ED_H) ? " H" : "", in show_list()
428 (headp & ED_C) ? data1 : data0); in show_list()