Home
last modified time | relevance | path

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

/titanic_53/usr/src/uts/common/syscall/
H A Dpoll.c338 int cacheindex = 0; /* which cache set is used */ in poll_common() local
467 error = pcacheset_cache_list(ps, fds, &fdcnt, cacheindex); in poll_common()
479 for (cacheindex = 0; cacheindex < ps->ps_nsets; cacheindex++) { in poll_common()
480 if (pcset[cacheindex].pcs_usradr == (uintptr_t)fds) { in poll_common()
481 if ((++pcset[cacheindex].pcs_count) == 0) { in poll_common()
485 pcacheset_reset_count(ps, cacheindex); in poll_common()
496 cacheindex); in poll_common()
511 if (pcset[cacheindex].pcs_usradr == NULL) { in poll_common()
517 cacheindex); in poll_common()
525 if (cacheindex == ps->ps_nsets) { in poll_common()
[all …]