Home
last modified time | relevance | path

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

/freebsd/lib/libc/rpc/
H A Dsvc_dg.c491 cache_ptr *uc_fifo; /* fifo list of entries in cache */ member
542 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()