Home
last modified time | relevance | path

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

/linux-6.1.9/fs/dlm/
Dlowcomms.h21 #define CONN_HASH_SIZE 32 macro
29 return nodeid & (CONN_HASH_SIZE-1); in nodeid_hash()
Dmidcomms.c213 static struct hlist_head node_hash[CONN_HASH_SIZE];
1172 for (i = 0; i < CONN_HASH_SIZE; i++) in dlm_midcomms_start()
1389 for (i = 0; i < CONN_HASH_SIZE; i++) { in dlm_midcomms_shutdown()
Dlowcomms.c185 static struct hlist_head connection_hash[CONN_HASH_SIZE];
318 for (i = 0; i < CONN_HASH_SIZE; i++) { in foreach_conn()
1764 for (i = 0; i < CONN_HASH_SIZE && ok; i++) { in work_flush()
1987 for (i = 0; i < CONN_HASH_SIZE; i++) in dlm_lowcomms_start()