| /linux/arch/um/kernel/ |
| H A D | signal.c | 63 case -ERESTART_RESTARTBLOCK: in handle_signal() 116 case -ERESTART_RESTARTBLOCK: in do_signal()
|
| /linux/include/linux/ |
| H A D | errno.h | 18 #define ERESTART_RESTARTBLOCK 516 /* restart by calling sys_restart_syscall */ macro
|
| /linux/arch/csky/kernel/ |
| H A D | signal.c | 189 case -ERESTART_RESTARTBLOCK: in handle_signal() 236 case -ERESTART_RESTARTBLOCK: in do_signal()
|
| /linux/arch/riscv/kernel/ |
| H A D | signal.c | 523 case -ERESTART_RESTARTBLOCK: in arch_do_signal_or_restart() 542 retval == -ERESTART_RESTARTBLOCK || in arch_do_signal_or_restart() 558 if (syscall && regs->epc == restart_addr && retval == -ERESTART_RESTARTBLOCK) in arch_do_signal_or_restart()
|
| /linux/arch/hexagon/kernel/ |
| H A D | signal.c | 148 case -ERESTART_RESTARTBLOCK: in handle_signal() 204 case -ERESTART_RESTARTBLOCK: in do_signal()
|
| /linux/arch/powerpc/kernel/ |
| H A D | signal.c | 202 case ERESTART_RESTARTBLOCK: in check_syscall_restart() 225 if (ret == ERESTART_RESTARTBLOCK) in check_syscall_restart()
|
| /linux/arch/nios2/kernel/ |
| H A D | signal.c | 255 case ERESTART_RESTARTBLOCK: in do_signal() 274 retval == ERESTART_RESTARTBLOCK || in do_signal()
|
| /linux/arch/xtensa/kernel/ |
| H A D | signal.c | 470 case -ERESTART_RESTARTBLOCK: in do_signal() 512 case -ERESTART_RESTARTBLOCK: in do_signal()
|
| /linux/arch/arc/kernel/ |
| H A D | signal.c | 348 case -ERESTART_RESTARTBLOCK: in arc_restart_syscall() 425 } else if (regs->r0 == -ERESTART_RESTARTBLOCK) { in do_signal()
|
| /linux/arch/sh/kernel/ |
| H A D | signal_32.c | 415 case -ERESTART_RESTARTBLOCK: in handle_syscall_restart() 488 } else if (regs->regs[0] == -ERESTART_RESTARTBLOCK) { in do_signal()
|
| /linux/arch/parisc/kernel/ |
| H A D | signal.c | 462 case -ERESTART_RESTARTBLOCK: in syscall_restart() 493 case -ERESTART_RESTARTBLOCK: { in insert_restart_trampoline()
|
| /linux/arch/sparc/kernel/ |
| H A D | signal_32.c | 434 case ERESTART_RESTARTBLOCK: in syscall_restart() 510 case ERESTART_RESTARTBLOCK: in do_signal()
|
| H A D | signal_64.c | 455 case ERESTART_RESTARTBLOCK: in syscall_restart() 536 case ERESTART_RESTARTBLOCK: in do_signal()
|
| H A D | signal32.c | 641 case ERESTART_RESTARTBLOCK: in syscall_restart32() 691 case ERESTART_RESTARTBLOCK: in do_signal32()
|
| /linux/lib/ |
| H A D | errname.c | 183 E(ERESTART_RESTARTBLOCK),
|
| /linux/rust/kernel/ |
| H A D | error.rs | 75 declare_err!(ERESTART_RESTARTBLOCK, "Restart by calling sys_restart_syscall.");
|
| /linux/arch/alpha/kernel/ |
| H A D | signal.c | 463 case ERESTART_RESTARTBLOCK: in syscall_restart() 509 case ERESTART_RESTARTBLOCK: in do_signal()
|
| /linux/kernel/time/ |
| H A D | alarmtimer.c | 734 return -ERESTART_RESTARTBLOCK; in alarmtimer_do_nsleep() 802 if (ret != -ERESTART_RESTARTBLOCK) in alarm_timer_nsleep()
|
| H A D | hrtimer.c | 2112 return -ERESTART_RESTARTBLOCK; in nanosleep_copyout() 2147 return -ERESTART_RESTARTBLOCK; in do_nanosleep() 2172 if (ret != -ERESTART_RESTARTBLOCK) in hrtimer_nanosleep()
|
| /linux/arch/microblaze/kernel/ |
| H A D | signal.c | 235 case -ERESTART_RESTARTBLOCK: in handle_restart()
|
| /linux/arch/mips/kernel/ |
| H A D | signal.c | 833 case ERESTART_RESTARTBLOCK: in handle_signal() 884 case ERESTART_RESTARTBLOCK: in do_signal()
|
| /linux/fs/cachefiles/ |
| H A D | io.c | 170 case -ERESTART_RESTARTBLOCK: in cachefiles_read() 341 case -ERESTART_RESTARTBLOCK: in __cachefiles_write()
|
| /linux/arch/powerpc/platforms/cell/spufs/ |
| H A D | run.c | 290 case -ERESTART_RESTARTBLOCK: in spu_handle_restartsys()
|
| /linux/arch/arm64/kernel/ |
| H A D | signal.c | 1622 case -ERESTART_RESTARTBLOCK: in arch_do_signal_or_restart() 1641 retval == -ERESTART_RESTARTBLOCK || in arch_do_signal_or_restart() 1657 if (retval == -ERESTART_RESTARTBLOCK) in arch_do_signal_or_restart()
|
| /linux/arch/loongarch/kernel/ |
| H A D | signal.c | 992 case -ERESTART_RESTARTBLOCK: in handle_signal() 1037 case -ERESTART_RESTARTBLOCK: in arch_do_signal_or_restart()
|