Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/configd/
H A Drc_node.c601 #define CACHE_BUCKET(h) (&cache_hash[(h) & HASH_MASK]) macro
805 cache_bucket_t *bp = CACHE_BUCKET(h); in cache_hold()
823 assert(bp == CACHE_BUCKET(h)); in cache_lookup_unlocked()
857 assert(bp == CACHE_BUCKET(np->rn_hash)); in cache_insert_unlocked()
872 assert(bp == CACHE_BUCKET(np->rn_hash)); in cache_remove_unlocked()