Searched refs:ps_pollfd (Results 1 – 2 of 2) sorted by relevance
396 kmem_free(ps->ps_pollfd, old_nfds * sizeof (pollfd_t)); in poll_common()398 ps->ps_pollfd = pollfdp; in poll_common()402 pollfdp = ps->ps_pollfd; in poll_common()1366 ASSERT(pollfdp->fd == ps->ps_pollfd[refp->xf_position].fd); in pcache_insert()1515 pollfd_t *pollfdp = ps->ps_pollfd; in pollchecksanity()1552 pollfd_t *current = ps->ps_pollfd; in pcacheset_resolve()2118 pollfd_t *pollfdp = ps->ps_pollfd; in pcacheset_cache_list()2277 if (ps->ps_pollfd != NULL) { in pollstate_destroy()2278 kmem_free(ps->ps_pollfd, ps->ps_nfds * sizeof (pollfd_t)); in pollstate_destroy()2279 ps->ps_pollfd = NULL; in pollstate_destroy()[all …]
108 pollfd_t *ps_pollfd; /* hold the current poll list */ member