Searched defs:next_poll (Results 1 - 1 of 1) sorted by relevance

/arch/um/os-Linux/
H A Dsigio.c48 static struct pollfds next_poll; variable in typeref:struct:pollfds
81 current_poll = next_poll;
82 next_poll = tmp;
188 err = need_poll(&next_poll, n + 1);
192 memcpy(next_poll.poll, current_poll.poll,
194 next_poll.poll[n] = *p;
195 next_poll.used = n + 1;
223 err = need_poll(&next_poll, current_poll.used - 1);
230 next_poll.poll[n++] = *p;
232 next_poll
[all...]

Completed in 33 milliseconds