Searched refs:uc_entries (Results 1 – 1 of 1) sorted by relevance
452 cache_ptr *uc_entries; /* hash table of entries in cache */ member492 uc->uc_entries = CALLOC (cache_ptr, size * SPARSENESS); in svcudp_enablecache()493 if (uc->uc_entries == NULL) in svcudp_enablecache()502 mem_free (uc->uc_entries, size * SPARSENESS); in svcudp_enablecache()534 for (vicp = &uc->uc_entries[loc]; in libc_hidden_nolink_sunrpc()576 victim->cache_next = uc->uc_entries[loc]; in libc_hidden_nolink_sunrpc()577 uc->uc_entries[loc] = victim; in libc_hidden_nolink_sunrpc()598 for (ent = uc->uc_entries[loc]; ent != NULL; ent = ent->cache_next) in cache_get()