Home
last modified time | relevance | path

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

/fs/
Dselect.c1025 static long do_restart_poll(struct restart_block *restart_block) in do_restart_poll() argument
1027 struct pollfd __user *ufds = restart_block->poll.ufds; in do_restart_poll()
1028 int nfds = restart_block->poll.nfds; in do_restart_poll()
1032 if (restart_block->poll.has_timeout) { in do_restart_poll()
1033 end_time.tv_sec = restart_block->poll.tv_sec; in do_restart_poll()
1034 end_time.tv_nsec = restart_block->poll.tv_nsec; in do_restart_poll()
1041 restart_block->fn = do_restart_poll; in do_restart_poll()
1062 struct restart_block *restart_block; in SYSCALL_DEFINE3() local
1064 restart_block = &current->restart_block; in SYSCALL_DEFINE3()
1065 restart_block->fn = do_restart_poll; in SYSCALL_DEFINE3()
[all …]