Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/tipc/
H A Dcore.h83 #define NODE_HTABLE_SIZE 512 macro
105 struct hlist_head node_htable[NODE_HTABLE_SIZE];
179 return addr & (NODE_HTABLE_SIZE - 1); in tipc_hashfn()
H A Dmonitor.c88 struct hlist_head peers[NODE_HTABLE_SIZE];
/kernel/linux/linux-6.6/net/tipc/
H A Dcore.h84 #define NODE_HTABLE_SIZE 512 macro
106 struct hlist_head node_htable[NODE_HTABLE_SIZE];
177 return addr & (NODE_HTABLE_SIZE - 1); in tipc_hashfn()
H A Dmonitor.c88 struct hlist_head peers[NODE_HTABLE_SIZE];

Completed in 4 milliseconds