Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/svc/configd/
H A Drc_node.c609 static cache_bucket_t cache_hash[HASH_SIZE];
812 static cache_bucket_t *
815 cache_bucket_t *bp = CACHE_BUCKET(h); in cache_hold()
821 cache_release(cache_bucket_t *bp) in cache_release()
827 cache_lookup_unlocked(cache_bucket_t *bp, rc_node_lookup_t *lp) in cache_lookup_unlocked()
849 cache_bucket_t *bp; in cache_lookup()
863 cache_insert_unlocked(cache_bucket_t *bp, rc_node_t *np) in cache_insert_unlocked()
876 cache_remove_unlocked(cache_bucket_t *bp, rc_node_t *np) in cache_remove_unlocked()
1871 cache_bucket_t *bp; in rc_node_relink_child()
1937 cache_bucket_t *bp; in rc_node_setup()
[all …]
H A Dconfigd.h395 } cache_bucket_t; typedef