Symbol: do_no_restart_syscall
arch/alpha/kernel/signal.c
155
current->restart_block.fn = do_no_restart_syscall;
arch/arc/kernel/signal.c
203
current->restart_block.fn = do_no_restart_syscall;
arch/arm/kernel/signal.c
192
current->restart_block.fn = do_no_restart_syscall;
arch/arm/kernel/signal.c
222
current->restart_block.fn = do_no_restart_syscall;
arch/arm64/kernel/signal.c
1101
current->restart_block.fn = do_no_restart_syscall;
arch/arm64/kernel/signal32.c
237
current->restart_block.fn = do_no_restart_syscall;
arch/arm64/kernel/signal32.c
268
current->restart_block.fn = do_no_restart_syscall;
arch/csky/include/asm/thread_info.h
30
.fn = do_no_restart_syscall, \
arch/csky/kernel/signal.c
76
current->restart_block.fn = do_no_restart_syscall;
arch/hexagon/kernel/signal.c
230
current->restart_block.fn = do_no_restart_syscall;
arch/loongarch/kernel/signal.c
779
current->restart_block.fn = do_no_restart_syscall;
arch/m68k/kernel/signal.c
687
current->restart_block.fn = do_no_restart_syscall;
arch/m68k/kernel/signal.c
720
current->restart_block.fn = do_no_restart_syscall;
arch/microblaze/kernel/signal.c
90
current->restart_block.fn = do_no_restart_syscall;
arch/mips/kernel/signal.c
523
current->restart_block.fn = do_no_restart_syscall;
arch/mips/kernel/signal_o32.c
94
current->restart_block.fn = do_no_restart_syscall;
arch/nios2/kernel/signal.c
46
current->restart_block.fn = do_no_restart_syscall;
arch/openrisc/kernel/signal.c
80
current->restart_block.fn = do_no_restart_syscall;
arch/parisc/kernel/signal.c
90
current->restart_block.fn = do_no_restart_syscall;
arch/powerpc/kernel/signal_32.c
1106
current->restart_block.fn = do_no_restart_syscall;
arch/powerpc/kernel/signal_32.c
1311
current->restart_block.fn = do_no_restart_syscall;
arch/powerpc/kernel/signal_64.c
752
current->restart_block.fn = do_no_restart_syscall;
arch/riscv/kernel/compat_signal.c
127
current->restart_block.fn = do_no_restart_syscall;
arch/riscv/kernel/signal.c
319
current->restart_block.fn = do_no_restart_syscall;
arch/s390/kernel/signal.c
144
current->restart_block.fn = do_no_restart_syscall;
arch/sh/kernel/signal_32.c
163
current->restart_block.fn = do_no_restart_syscall;
arch/sh/kernel/signal_32.c
193
current->restart_block.fn = do_no_restart_syscall;
arch/sparc/kernel/signal32.c
184
current->restart_block.fn = do_no_restart_syscall;
arch/sparc/kernel/signal32.c
95
current->restart_block.fn = do_no_restart_syscall;
arch/sparc/kernel/signal_32.c
84
current->restart_block.fn = do_no_restart_syscall;
arch/sparc/kernel/signal_64.c
265
current->restart_block.fn = do_no_restart_syscall;
arch/x86/kernel/signal_32.c
113
current->restart_block.fn = do_no_restart_syscall;
arch/x86/kernel/signal_64.c
57
current->restart_block.fn = do_no_restart_syscall;
arch/x86/um/signal.c
41
current->restart_block.fn = do_no_restart_syscall;
arch/xtensa/kernel/signal.c
256
current->restart_block.fn = do_no_restart_syscall;
include/linux/restart_block.h
59
extern long do_no_restart_syscall(struct restart_block *parm);
init/init_task.c
117
.fn = do_no_restart_syscall,
kernel/futex/waitwake.c
746
restart->fn = do_no_restart_syscall;
kernel/time/hrtimer.c
2203
current->restart_block.fn = do_no_restart_syscall;
kernel/time/hrtimer.c
2225
current->restart_block.fn = do_no_restart_syscall;
kernel/time/posix-stubs.c
116
current->restart_block.fn = do_no_restart_syscall;
kernel/time/posix-stubs.c
199
current->restart_block.fn = do_no_restart_syscall;
kernel/time/posix-timers.c
1387
current->restart_block.fn = do_no_restart_syscall;
kernel/time/posix-timers.c
1415
current->restart_block.fn = do_no_restart_syscall;