Searched defs:CLIENT_HASH_SIZE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/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++) {

Completed in 50 milliseconds