Lines Matching refs:seq_head
154 static struct name_seq *tipc_nameseq_create(u32 type, struct hlist_head *seq_head) in tipc_nameseq_create() argument
172 hlist_add_head_rcu(&nseq->ns_list, seq_head); in tipc_nameseq_create()
458 struct hlist_head *seq_head; in nametbl_find_seq() local
461 seq_head = &tn->nametbl->seq_hlist[hash(type)]; in nametbl_find_seq()
462 hlist_for_each_entry_rcu(ns, seq_head, ns_list) { in nametbl_find_seq()
829 struct hlist_head *seq_head; in tipc_nametbl_stop() local
840 seq_head = &tipc_nametbl->seq_hlist[i]; in tipc_nametbl_stop()
841 hlist_for_each_entry_rcu(seq, seq_head, ns_list) { in tipc_nametbl_stop()
953 struct hlist_head *seq_head; in tipc_nl_seq_list() local
964 seq_head = &tn->nametbl->seq_hlist[i]; in tipc_nl_seq_list()
971 hlist_for_each_entry_rcu(seq, seq_head, ns_list) in tipc_nl_seq_list()