Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dpoll_impl.h115 ulong_t pcs_count; /* for LU replacement policy */ member
/titanic_50/usr/src/uts/common/syscall/
H A Dpoll.c481 if ((++pcset[cacheindex].pcs_count) == 0) { in poll_common()
2601 ps->ps_pcacheset[i].pcs_count = 0; in pcacheset_reset_count()
2604 ps->ps_pcacheset[index].pcs_count = 1; in pcacheset_reset_count()
2619 if (ps->ps_pcacheset[index].pcs_count > in pcacheset_replace()
2620 ps->ps_pcacheset[i].pcs_count) { in pcacheset_replace()
2624 ps->ps_pcacheset[index].pcs_count = 0; in pcacheset_replace()