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

/linux-master/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;
187 err = need_poll(&next_poll, n + 1);
191 memcpy(next_poll.poll, current_poll.poll,
193 next_poll.poll[n] = *p;
194 next_poll.used = n + 1;
232 err = need_poll(&next_poll, current_poll.used - 1);
239 next_poll.poll[n++] = *p;
241 next_poll
[all...]
/linux-master/drivers/siox/
H A Dsiox-core.c294 unsigned long next_poll = local
296 if (time_is_before_eq_jiffies(next_poll))
/linux-master/drivers/net/ethernet/cavium/thunder/
H A Dthunder_bgx.c957 goto next_poll;
983 next_poll:

Completed in 140 milliseconds