| /linux/arch/sparc/kernel/ ! |
| H A D | process.c | 40 if ((unsigned long)ret >= -ERESTART_RESTARTBLOCK) in sparc_fork() 68 if ((unsigned long)ret >= -ERESTART_RESTARTBLOCK) in sparc_vfork() 117 if ((unsigned long)ret >= -ERESTART_RESTARTBLOCK) in sparc_clone()
|
| 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()
|
| /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
|
| H A D | thread_info.h | 88 return -ERESTART_RESTARTBLOCK;
|
| /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/x86/kernel/ ! |
| H A D | signal.c | 267 case -ERESTART_RESTARTBLOCK: in handle_signal() 354 case -ERESTART_RESTARTBLOCK: in arch_do_signal_or_restart()
|
| /linux/arch/openrisc/kernel/ ! |
| H A D | signal.c | 284 case -ERESTART_RESTARTBLOCK: in do_signal() 306 retval == -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/s390/kernel/ ! |
| H A D | signal.c | 458 case -ERESTART_RESTARTBLOCK: in arch_do_signal_or_restart() 489 case -ERESTART_RESTARTBLOCK: in arch_do_signal_or_restart()
|
| /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/arm/kernel/ ! |
| H A D | signal.c | 557 case -ERESTART_RESTARTBLOCK: in do_signal() 583 retval == -ERESTART_RESTARTBLOCK in do_signal()
|
| /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()
|
| /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()
|