Searched refs:restart_block (Results 1 – 25 of 33) sorted by relevance
12
19 struct restart_block restart_block; member29 .restart_block = { \
109 if (nr == __NR_restart_syscall && !(current->restart_block.arch_data & 1)) { in __do_syscall()110 regs->psw.addr = current->restart_block.arch_data; in __do_syscall()111 current->restart_block.arch_data = 1; in __do_syscall()
181 p->restart_block.arch_data = 1; in copy_thread()
145 current->restart_block.fn = do_no_restart_syscall; in restore_sigregs()508 current->restart_block.arch_data = regs->psw.addr; in arch_do_signal_or_restart()
94 current->restart_block.fn = do_no_restart_syscall; in restore_sigregs32()
76 current->restart_block.fn = do_no_restart_syscall; in SYSCALL_DEFINE0()
127 current->restart_block.fn = do_no_restart_syscall; in COMPAT_SYSCALL_DEFINE0()
234 current->restart_block.fn = do_no_restart_syscall; in SYSCALL_DEFINE0()
163 current->restart_block.fn = do_no_restart_syscall; in sys_sigreturn()193 current->restart_block.fn = do_no_restart_syscall; in sys_rt_sigreturn()
318 if (current->restart_block.arch_data & TS_COMPAT) in get_nr_restart_syscall()
113 current->restart_block.fn = do_no_restart_syscall; in ia32_restore_sigcontext()
80 current->restart_block.fn = do_no_restart_syscall; in restore_sigcontext()
192 current->restart_block.fn = do_no_restart_syscall; in sys_sigreturn()222 current->restart_block.fn = do_no_restart_syscall; in sys_rt_sigreturn()
237 current->restart_block.fn = do_no_restart_syscall; in COMPAT_SYSCALL_DEFINE0()268 current->restart_block.fn = do_no_restart_syscall; in COMPAT_SYSCALL_DEFINE0()
94 current->restart_block.fn = do_no_restart_syscall; in restore_sigcontext32()
230 current->restart_block.fn = do_no_restart_syscall; in SYSCALL_DEFINE0()
90 current->restart_block.fn = do_no_restart_syscall; in sys_rt_sigreturn()
46 current->restart_block.fn = do_no_restart_syscall; in rt_restore_ucontext()
95 current->restart_block.fn = do_no_restart_syscall; in do_sigreturn32()184 current->restart_block.fn = do_no_restart_syscall; in do_rt_sigreturn32()
203 current->restart_block.fn = do_no_restart_syscall; in SYSCALL_DEFINE0()
256 current->restart_block.fn = do_no_restart_syscall; in xtensa_rt_sigreturn()
687 current->restart_block.fn = do_no_restart_syscall; in restore_sigcontext()720 current->restart_block.fn = do_no_restart_syscall; in rt_restore_ucontext()
1106 current->restart_block.fn = do_no_restart_syscall; in COMPAT_SYSCALL_DEFINE0()1311 current->restart_block.fn = do_no_restart_syscall; in COMPAT_SYSCALL_DEFINE0()
41 current->restart_block.fn = do_no_restart_syscall; in copy_sc_from_user()
Completed in 45 milliseconds