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

/fs/
H A Dselect.c935 static long do_restart_poll(struct restart_block *restart_block) argument
937 struct pollfd __user *ufds = restart_block->poll.ufds;
938 int nfds = restart_block->poll.nfds;
942 if (restart_block->poll.has_timeout) {
943 end_time.tv_sec = restart_block->poll.tv_sec;
944 end_time.tv_nsec = restart_block->poll.tv_nsec;
951 restart_block->fn = do_restart_poll;
972 struct restart_block *restart_block; local
[all...]

Completed in 17 milliseconds