Searched defs:cacheindex (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dpoll.c334 int cacheindex = 0; /* which cache set is used */ local
463 error = pcacheset_cache_list(ps, fds, &fdcnt, cacheindex);
475 for (cacheindex = 0; cacheindex < ps->ps_nsets; cacheindex++) {
476 if (pcset[cacheindex].pcs_usradr == (uintptr_t)fds) {
477 if ((++pcset[cacheindex].pcs_count) == 0) {
481 pcacheset_reset_count(ps, cacheindex);
492 cacheindex);
507 if (pcset[cacheindex]
2685 pcacheset_remove_list(pollstate_t *ps, pollfd_t *pollfdp, int start, int end, int cacheindex, int flag) argument
2753 pollcheckxref(pollstate_t *ps, int cacheindex) argument
2861 pollcheckrevents(pollstate_t *ps, int begin, int end, int cacheindex) argument
[all...]

Completed in 61 milliseconds