Searched refs:uc_entries (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libnsl/rpc/
H A Dsvc_dg.c658 cache_ptr *uc_entries; /* hash table of entries in cache */ member in struct:cl_cache
716 uc->uc_entries = calloc(size * SPARSENESS, sizeof (cache_ptr));
717 if (uc->uc_entries == NULL) {
726 free(uc->uc_entries);
785 for (vicp = &uc->uc_entries[loc];
852 victim->cache_next = uc->uc_entries[loc];
853 uc->uc_entries[loc] = victim;
891 for (ent = uc->uc_entries[loc]; ent != NULL; ent = ent->cache_next) {

Completed in 16 milliseconds