headp             414 drivers/usb/host/ohci-dbg.c 		u32		headp = hc32_to_cpu (ohci, ed->hwHeadP);
headp             428 drivers/usb/host/ohci-dbg.c 			(headp & ED_H) ? " H" : "",
headp             429 drivers/usb/host/ohci-dbg.c 			(headp & ED_C) ? data1 : data0);
headp             472 kernel/softirq.c 				      struct tasklet_head __percpu *headp,
headp             479 kernel/softirq.c 	head = this_cpu_ptr(headp);
headp             103 net/bridge/br_vlan.c 	struct list_head *headp, *hpos;
headp             111 net/bridge/br_vlan.c 	headp = &vg->vlan_list;
headp             112 net/bridge/br_vlan.c 	list_for_each_prev(hpos, headp) {
headp              49 net/dccp/ccids/lib/packet_history.c int tfrc_tx_hist_add(struct tfrc_tx_hist_entry **headp, u64 seqno)
headp              57 net/dccp/ccids/lib/packet_history.c 	entry->next  = *headp;
headp              58 net/dccp/ccids/lib/packet_history.c 	*headp	     = entry;
headp              62 net/dccp/ccids/lib/packet_history.c void tfrc_tx_hist_purge(struct tfrc_tx_hist_entry **headp)
headp              64 net/dccp/ccids/lib/packet_history.c 	struct tfrc_tx_hist_entry *head = *headp;
headp              73 net/dccp/ccids/lib/packet_history.c 	*headp = NULL;
headp              50 net/dccp/ccids/lib/packet_history.h int tfrc_tx_hist_add(struct tfrc_tx_hist_entry **headp, u64 seqno);
headp              51 net/dccp/ccids/lib/packet_history.h void tfrc_tx_hist_purge(struct tfrc_tx_hist_entry **headp);