Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/startd/
H A Dcontract.c245 #define CI_HASH_MASK (CI_HASH_SIZE - 1); macro
261 hash = ctid & CI_HASH_MASK; in contract_hold_bucket()