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

/osnet-11/usr/src/lib/libnsl/rpc/
H A Dsvc_dg.c660 uint32_t uc_nextvictim; /* points to next victim in fifo list */
745 static const char cache_set_err1[] = "victim not found";
746 static const char cache_set_err2[] = "victim alloc failed";
753 cache_ptr victim; local
781 victim = uc->uc_fifo[uc->uc_nextvictim];
782 if (victim != NULL) {
784 loc = CACHE_LOC(parent, victim->cache_xid);
786 *vicp != NULL && *vicp != victim;
794 *vicp = victim->cache_next; /* remove from cache */
795 newbuf = victim
[all...]

Completed in 15 milliseconds