Searched refs:restart_block (Results 1 – 1 of 1) sorted by relevance
1028 static long do_restart_poll(struct restart_block *restart_block) in do_restart_poll() argument1030 struct pollfd __user *ufds = restart_block->poll.ufds; in do_restart_poll()1031 int nfds = restart_block->poll.nfds; in do_restart_poll()1035 if (restart_block->poll.has_timeout) { in do_restart_poll()1036 end_time.tv_sec = restart_block->poll.tv_sec; in do_restart_poll()1037 end_time.tv_nsec = restart_block->poll.tv_nsec; in do_restart_poll()1044 ret = set_restart_fn(restart_block, do_restart_poll); in do_restart_poll()1064 struct restart_block *restart_block; in SYSCALL_DEFINE3() local1066 restart_block = ¤t->restart_block; in SYSCALL_DEFINE3()1067 restart_block->poll.ufds = ufds; in SYSCALL_DEFINE3()[all …]