Home
last modified time | relevance | path

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

/trueos/lib/libc/rpc/
HDsvc_dg.c514 cache_ptr *uc_entries; /* hash table of entries in cache */ member
560 uc->uc_entries = ALLOC(cache_ptr, size * SPARSENESS);
561 if (uc->uc_entries == NULL) {
567 MEMZERO(uc->uc_entries, cache_ptr, size * SPARSENESS);
571 FREE(uc->uc_entries, cache_ptr, size * SPARSENESS);
619 for (vicp = &uc->uc_entries[loc];
674 victim->cache_next = uc->uc_entries[loc];
675 uc->uc_entries[loc] = victim;
703 for (ent = uc->uc_entries[loc]; ent != NULL; ent = ent->cache_next) {