Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/syscall/
H A Dpoll.c269 pcp = ps->ps_pcache; in pollunlock()
306 pcp = ps->ps_pcache; in pollrelock()
417 if (ps->ps_pcache == NULL) in poll_common()
418 ps->ps_pcache = pcache_alloc(); in poll_common()
419 pcp = ps->ps_pcache; in poll_common()
465 pcp = ps->ps_pcache; in poll_common()
716 pcp = ps->ps_pcache; in pollcleanup()
1299 pollcache_t *pcp = ps->ps_pcache; in pcache_insert()
1413 pcache_insert_fd(ps->ps_pcache, pdp, ps->ps_nfds); in pcache_insert()
1452 pollcache_t *pcp = ps->ps_pcache; in pcache_delete_fd()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dpoll_impl.h133 pollcache_t *ps_pcache; /* cached poll fd set */ member