Home
last modified time | relevance | path

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

/linux-4.1.27/net/rds/
Dbind.c41 #define BIND_HASH_SIZE 1024 macro
42 static struct hlist_head bind_hash_table[BIND_HASH_SIZE];
48 (BIND_HASH_SIZE - 1)); in hash_to_bucket()