Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/syscall/
H A Dpoll.c429 old_nfds = ps->ps_nfds; in poll_common()
435 ps->ps_nfds = nfds; in poll_common()
1413 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()
2342 kmem_free(ps->ps_pollfd, ps->ps_nfds * sizeof (pollfd_t)); in pollstate_destroy()
2929 for (j = entry + 1; j < ps->ps_nfds; j++) { in pollcheckrevents()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dpoll_impl.h131 size_t ps_nfds; /* size of ps_pollfd */ member