Searched refs:TIPC_NAMETBL_SIZE (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/net/tipc/
H A Dname_table.h48 #define TIPC_NAMETBL_SIZE 1024 /* must be a power of 2 */ macro
93 struct hlist_head seq_hlist[TIPC_NAMETBL_SIZE];
H A Dname_table.c47 #define TIPC_NAMETBL_SIZE 1024 /* must be a power of 2 */ macro
114 return x & (TIPC_NAMETBL_SIZE - 1); hash()
778 for (i = 0; i < TIPC_NAMETBL_SIZE; i++) tipc_nametbl_init()
827 for (i = 0; i < TIPC_NAMETBL_SIZE; i++) { tipc_nametbl_stop()
953 for (; i < TIPC_NAMETBL_SIZE; i++) { tipc_nl_seq_list()

Completed in 87 milliseconds