Searched refs:total_fds (Results 1 – 1 of 1) sorted by relevance
141 grow_fds(iu_eh_t *eh, int total_fds) in grow_fds() argument147 if (total_fds <= eh->iueh_num_fds) in grow_fds()151 total_fds * sizeof (struct pollfd)); in grow_fds()158 total_fds * sizeof (iu_event_node_t)); in grow_fds()172 for (i = eh->iueh_num_fds; i < total_fds; i++) in grow_fds()176 eh->iueh_num_fds = total_fds; in grow_fds()