Searched refs:next_poll (Results 1 – 3 of 3) sorted by relevance
49 static struct pollfds next_poll; variable81 swap(current_poll, next_poll); in write_sigio_thread()186 err = need_poll(&next_poll, n + 1); in __add_sigio_fd()190 memcpy(next_poll.poll, current_poll.poll, in __add_sigio_fd()192 next_poll.poll[n] = *p; in __add_sigio_fd()193 next_poll.used = n + 1; in __add_sigio_fd()231 err = need_poll(&next_poll, current_poll.used - 1); in __ignore_sigio_fd()238 next_poll.poll[n++] = *p; in __ignore_sigio_fd()240 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()
957 goto next_poll; in bgx_poll_for_sgmii_link()983 next_poll: in bgx_poll_for_sgmii_link()