Searched refs:tipc_hashfn (Results 1 – 3 of 3) sorted by relevance
175 static inline unsigned int tipc_hashfn(u32 addr) in tipc_hashfn() function
186 unsigned int thash = tipc_hashfn(addr); in get_peer()404 hlist_add_head(&p->hash, &mon->peers[tipc_hashfn(addr)]); in tipc_mon_add_peer()
336 unsigned int thash = tipc_hashfn(addr); in tipc_node_find()494 &tn->node_htable[tipc_hashfn(addr)]); in tipc_node_create()577 hlist_add_head_rcu(&n->hash, &tn->node_htable[tipc_hashfn(addr)]); in tipc_node_create()
Completed in 11 milliseconds