Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/syscall/
H A Dpoll.c299 int cacheindex = 0; /* which cache set is used */ in poll_common() local
433 error = pcacheset_cache_list(ps, fds, &fdcnt, cacheindex); in poll_common()
445 for (cacheindex = 0; cacheindex < ps->ps_nsets; cacheindex++) { in poll_common()
446 if (pcset[cacheindex].pcs_usradr == (uintptr_t)fds) { in poll_common()
447 if ((++pcset[cacheindex].pcs_count) == 0) { in poll_common()
451 pcacheset_reset_count(ps, cacheindex); in poll_common()
462 cacheindex); in poll_common()
477 if (pcset[cacheindex].pcs_usradr == NULL) { in poll_common()
483 cacheindex); in poll_common()
491 if (cacheindex == ps->ps_nsets) { in poll_common()
[all …]