Searched refs:CLIENT_HASH_SIZE (Results 1 – 1 of 1) sorted by relevance
71 #define CLIENT_HASH_SIZE 64 macro74 static client_bucket_t client_hash[CLIENT_HASH_SIZE];80 #define CLIENT_HASH(id) (&client_hash[((id) & (CLIENT_HASH_SIZE - 1))])249 for (x = 0; x < CLIENT_HASH_SIZE; x++) { in client_hash_init()