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

/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_getldap.c152 typedef struct cache_hash { struct
156 struct cache_hash *next;
/illumos-gate/usr/src/cmd/svc/configd/
H A Drc_node.c47 * rc_node_t's are also placed in the cache_hash[] hash table, for rapid
608 #pragma align 64(cache_hash)
609 static cache_bucket_t cache_hash[HASH_SIZE]; variable
611 #define CACHE_BUCKET(h) (&cache_hash[(h) & HASH_MASK])
2179 * ITER_READ request, keeping it out of cache_hash and any child lists
5118 * and replaces np in cache_hash (so rc_node_update() will find the new one).

Completed in 80 milliseconds