Home
last modified time | relevance | path

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

/freebsd-9-stable/lib/libc/rpc/
Dsvc_dg.c514 cache_ptr *uc_fifo; /* fifo list of entries in cache */ member
567 uc->uc_fifo = ALLOC(cache_ptr, size);
568 if (uc->uc_fifo == NULL) {
575 MEMZERO(uc->uc_fifo, cache_ptr, size);
615 victim = uc->uc_fifo[uc->uc_nextvictim];
675 uc->uc_fifo[uc->uc_nextvictim++] = victim;