Home
last modified time | relevance | path

Searched refs:next_poll (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/arch/um/os-Linux/
Dsigio.c48 static struct pollfds next_poll; variable
81 current_poll = next_poll; in write_sigio_thread()
82 next_poll = tmp; in write_sigio_thread()
188 err = need_poll(&next_poll, n + 1); in add_sigio_fd()
192 memcpy(next_poll.poll, current_poll.poll, in add_sigio_fd()
194 next_poll.poll[n] = *p; in add_sigio_fd()
195 next_poll.used = n + 1; in add_sigio_fd()
223 err = need_poll(&next_poll, current_poll.used - 1); in ignore_sigio_fd()
230 next_poll.poll[n++] = *p; in ignore_sigio_fd()
232 next_poll.used = current_poll.used - 1; in ignore_sigio_fd()
/Linux-v5.4/drivers/siox/
Dsiox-core.c294 unsigned long next_poll = in siox_poll_thread() local
296 if (time_is_before_eq_jiffies(next_poll)) in siox_poll_thread()
/Linux-v5.4/drivers/net/ethernet/cavium/thunder/
Dthunder_bgx.c951 goto next_poll; in bgx_poll_for_sgmii_link()
977 next_poll: in bgx_poll_for_sgmii_link()