Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/svc/configd/
H A Dclient.c71 #define CLIENT_HASH_SIZE 64 macro
74 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()