Searched refs:uc_fifo (Results 1 – 1 of 1) sorted by relevance
491 cache_ptr *uc_fifo; /* fifo list of entries in cache */ member542 uc->uc_fifo = ALLOC(cache_ptr, size); in svc_dg_enablecache()543 if (uc->uc_fifo == NULL) { in svc_dg_enablecache()550 MEMZERO(uc->uc_fifo, cache_ptr, size); in svc_dg_enablecache()588 victim = uc->uc_fifo[uc->uc_nextvictim]; in cache_set()648 uc->uc_fifo[uc->uc_nextvictim++] = victim; in cache_set()