Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/syscall/
H A Dpoll.c2152 pollfd_t *newfdlist; in pcacheset_cache_list() local
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()
2168 pcacheset[which].pcs_pollfd = newfdlist; in pcacheset_cache_list()
2185 newfdlist[i].events = pollfdp[i].events = in pcacheset_cache_list()
2197 newfdlist[i].fd = -1; in pcacheset_cache_list()
2213 kmem_free(newfdlist, ps->ps_nfds * sizeof (pollfd_t)); in pcacheset_cache_list()