Searched refs:NODE_HTABLE_SIZE (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/net/tipc/ | ||
D | core.h | 84 struct hlist_head node_htable[NODE_HTABLE_SIZE]; |
D | node.h | 48 #define NODE_HTABLE_SIZE 512 macro |
D | node.c | 68 return addr & (NODE_HTABLE_SIZE - 1); in tipc_hashfn() |