Lines Matching refs:ps_nsets
479 for (cacheindex = 0; cacheindex < ps->ps_nsets; cacheindex++) { in poll_common()
525 if (cacheindex == ps->ps_nsets) { in poll_common()
532 ASSERT(cacheindex < ps->ps_nsets); in poll_common()
1248 for (i = 0; i < ps->ps_nsets; i++) { in pcacheset_invalidate()
1330 ASSERT(ps->ps_nsets > 0); in pcache_insert()
1331 pdp = pcache_alloc_fd(ps->ps_nsets); in pcache_insert()
2159 ASSERT(which < ps->ps_nsets); in pcacheset_cache_list()
2255 for (i = 0; i < ps->ps_nsets; i++) { in pcache_clean_entry()
2322 ps->ps_nsets = POLLFDSETS; in pollstate_create()
2323 ps->ps_pcacheset = pcacheset_create(ps->ps_nsets); in pollstate_create()
2344 pcacheset_destroy(ps->ps_pcacheset, ps->ps_nsets); in pollstate_destroy()
2599 for (i = 0; i < ps->ps_nsets; i++) { in pcacheset_reset_count()
2618 for (i = 1; i < ps->ps_nsets; i++) { in pcacheset_replace()
2847 for (j = 0; j < ps->ps_nsets; j++) { in checkpolldat()