Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dpoll_impl.h99 ulong_t pcs_count; /* for LU replacement policy */ member
/titanic_41/usr/src/uts/common/syscall/
H A Dpoll.c450 if ((++pcset[cacheindex].pcs_count) == 0) { in poll_common()
2362 ps->ps_pcacheset[i].pcs_count = 0; in pcacheset_reset_count()
2365 ps->ps_pcacheset[index].pcs_count = 1; in pcacheset_reset_count()
2380 if (ps->ps_pcacheset[index].pcs_count > in pcacheset_replace()
2381 ps->ps_pcacheset[i].pcs_count) { in pcacheset_replace()
2385 ps->ps_pcacheset[index].pcs_count = 0; in pcacheset_replace()