Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/startd/
H A Dcontract.c244 #define CI_HASH_SIZE 64 macro
245 #define CI_HASH_MASK (CI_HASH_SIZE - 1);
253 static contract_bucket_t contract_hash[CI_HASH_SIZE];
312 for (i = 0; i < CI_HASH_SIZE; i++) in contract_hash_init()