Searched refs:ps_nfds (Results 1 – 2 of 2) sorted by relevance
424 old_nfds = ps->ps_nfds; in poll_common()430 ps->ps_nfds = nfds; in poll_common()1407 pcache_insert_fd(ps->ps_pcache, pdp, ps->ps_nfds); in pcache_insert()2162 newfdlist = kmem_alloc(ps->ps_nfds * sizeof (pollfd_t), KM_SLEEP); in pcacheset_cache_list()2166 bcopy(pollfdp, newfdlist, sizeof (pollfd_t) * ps->ps_nfds); in pcacheset_cache_list()2169 pcacheset[which].pcs_nfds = ps->ps_nfds; in pcacheset_cache_list()2178 for (i = 0; i < ps->ps_nfds; i++) { in pcacheset_cache_list()2213 kmem_free(newfdlist, ps->ps_nfds * sizeof (pollfd_t)); in pcacheset_cache_list()2337 kmem_free(ps->ps_pollfd, ps->ps_nfds * sizeof (pollfd_t)); in pollstate_destroy()2921 for (j = entry + 1; j < ps->ps_nfds; j++) { in pollcheckrevents()[all …]
130 size_t ps_nfds; /* size of ps_pollfd */ member