Searched refs:iueh_num_fds (Results 1 – 2 of 2) sorted by relevance
69 eh->iueh_num_fds = 0; in iu_eh_create()147 if (total_fds <= eh->iueh_num_fds) 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()202 if (eh->iueh_num_fds <= fd) in iu_register_event()243 if (event_id < 0 || event_id >= eh->iueh_num_fds || in iu_unregister_event()289 n_lit = poll(eh->iueh_pollfds, eh->iueh_num_fds, timeout); in iu_handle_events()329 for (i = 0; i < eh->iueh_num_fds && n_lit > 0; i++) { in iu_handle_events()
107 unsigned int iueh_num_fds; /* number of pollfds/events */ member