Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/syscall/
H A Dpoll.c249 pcp = curthread->t_pollstate->ps_pcache; in pollunlock()
271 pcp = curthread->t_pollstate->ps_pcache; in pollrelock()
381 if (ps->ps_pcache == NULL) in poll_common()
382 ps->ps_pcache = pcache_alloc(); in poll_common()
383 pcp = ps->ps_pcache; in poll_common()
429 pcp = ps->ps_pcache; in poll_common()
680 pcp = ps->ps_pcache; in pollcleanup()
1261 pollcache_t *pcp = ps->ps_pcache; in pcache_insert()
1375 pcache_insert_fd(ps->ps_pcache, pdp, ps->ps_nfds); in pcache_insert()
1416 pollcache_t *pcp = ps->ps_pcache; in pcache_delete_fd()
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Dpoll_impl.h111 struct pollcache *ps_pcache; /* cached poll fd set */ member