Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/syscall/
H A Dpoll.c272 pcp = ps->ps_pcache; in pollunlock()
301 pcp = ps->ps_pcache; in pollrelock()
412 if (ps->ps_pcache == NULL) in poll_common()
413 ps->ps_pcache = pcache_alloc(); in poll_common()
414 pcp = ps->ps_pcache; in poll_common()
460 pcp = ps->ps_pcache; in poll_common()
711 pcp = ps->ps_pcache; in pollcleanup()
1293 pollcache_t *pcp = ps->ps_pcache; in pcache_insert()
1407 pcache_insert_fd(ps->ps_pcache, pdp, ps->ps_nfds); in pcache_insert()
1448 pollcache_t *pcp = ps->ps_pcache; in pcache_delete_fd()
[all …]
/titanic_50/usr/src/uts/common/sys/
H A Dpoll_impl.h132 pollcache_t *ps_pcache; /* cached poll fd set */ member