Home
last modified time | relevance | path

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

/linux-3.4.99/net/tipc/
Dnode.c42 #define NODE_HTABLE_SIZE 512 macro
49 static struct hlist_head node_htable[NODE_HTABLE_SIZE];
63 return addr & (NODE_HTABLE_SIZE - 1); in tipc_hashfn()