Searched refs:cb_head (Results 1 – 2 of 2) sorted by relevance
390 rc_node_t *cb_head; member
825 for (np = bp->cb_head; np != NULL; np = np->rn_hash_next) { in cache_lookup_unlocked()861 np->rn_hash_next = bp->cb_head; in cache_insert_unlocked()862 bp->cb_head = np; in cache_insert_unlocked()874 for (npp = &bp->cb_head; *npp != NULL; npp = &(*npp)->rn_hash_next) in cache_remove_unlocked()