Searched refs:next_poll (Results 1 – 3 of 3) sorted by relevance
48 static struct pollfds next_poll; variable81 current_poll = next_poll; in write_sigio_thread()82 next_poll = tmp; in write_sigio_thread()187 err = need_poll(&next_poll, n + 1); in __add_sigio_fd()191 memcpy(next_poll.poll, current_poll.poll, in __add_sigio_fd()193 next_poll.poll[n] = *p; in __add_sigio_fd()194 next_poll.used = n + 1; in __add_sigio_fd()232 err = need_poll(&next_poll, current_poll.used - 1); in __ignore_sigio_fd()239 next_poll.poll[n++] = *p; in __ignore_sigio_fd()241 next_poll.used = current_poll.used - 1; in __ignore_sigio_fd()
294 unsigned long next_poll = in siox_poll_thread() local296 if (time_is_before_eq_jiffies(next_poll)) in siox_poll_thread()
959 goto next_poll; in bgx_poll_for_sgmii_link()985 next_poll: in bgx_poll_for_sgmii_link()