Searched refs:ps_pollfd (Results 1 – 2 of 2) sorted by relevance
432 kmem_free(ps->ps_pollfd, old_nfds * sizeof (pollfd_t)); in poll_common()434 ps->ps_pollfd = pollfdp; in poll_common()438 pollfdp = ps->ps_pollfd; in poll_common()1404 ASSERT(pollfdp->fd == ps->ps_pollfd[refp->xf_position].fd); in pcache_insert()1549 pollfd_t *pollfdp = ps->ps_pollfd; in pollchecksanity()1586 pollfd_t *current = ps->ps_pollfd; in pcacheset_resolve()2150 pollfd_t *pollfdp = ps->ps_pollfd; in pcacheset_cache_list()2341 if (ps->ps_pollfd != NULL) { in pollstate_destroy()2342 kmem_free(ps->ps_pollfd, ps->ps_nfds * sizeof (pollfd_t)); in pollstate_destroy()2343 ps->ps_pollfd = NULL; in pollstate_destroy()[all …]
130 pollfd_t *ps_pollfd; /* hold the current poll list */ member