Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/syscall/
H A Dpoll.c479 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()
[all …]
/titanic_50/usr/src/uts/common/sys/
H A Dpoll_impl.h134 int ps_nsets; /* no. of cached poll sets */ member