Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/syscall/
H A Dpoll.c304 int cacheindex = 0; /* which cache set is used */ in poll_common() local
436 error = pcacheset_cache_list(ps, fds, &fdcnt, cacheindex); in poll_common()
448 for (cacheindex = 0; cacheindex < ps->ps_nsets; cacheindex++) { in poll_common()
449 if (pcset[cacheindex].pcs_usradr == (uintptr_t)fds) { in poll_common()
450 if ((++pcset[cacheindex].pcs_count) == 0) { in poll_common()
454 pcacheset_reset_count(ps, cacheindex); in poll_common()
465 cacheindex); in poll_common()
480 if (pcset[cacheindex].pcs_usradr == NULL) { in poll_common()
486 cacheindex); in poll_common()
494 if (cacheindex == ps->ps_nsets) { in poll_common()
[all …]