Lines Matching refs:ps_nfds
393 old_nfds = ps->ps_nfds; in poll_common()
399 ps->ps_nfds = nfds; in poll_common()
1375 pcache_insert_fd(ps->ps_pcache, pdp, ps->ps_nfds); in pcache_insert()
2130 newfdlist = kmem_alloc(ps->ps_nfds * sizeof (pollfd_t), KM_SLEEP); in pcacheset_cache_list()
2134 bcopy(pollfdp, newfdlist, sizeof (pollfd_t) * ps->ps_nfds); in pcacheset_cache_list()
2137 pcacheset[which].pcs_nfds = ps->ps_nfds; in pcacheset_cache_list()
2146 for (i = 0; i < ps->ps_nfds; i++) { in pcacheset_cache_list()
2181 kmem_free(newfdlist, ps->ps_nfds * sizeof (pollfd_t)); in pcacheset_cache_list()
2278 kmem_free(ps->ps_pollfd, ps->ps_nfds * sizeof (pollfd_t)); in pollstate_destroy()
2682 for (j = entry + 1; j < ps->ps_nfds; j++) { in pollcheckrevents()
2800 nfds_t nfds = psp->ps_nfds; in plist_chkdupfd()