Home
last modified time | relevance | path

Searched refs:ERESTART_RESTARTBLOCK (Results 1 – 25 of 43) sorted by relevance

12

/openbmc/linux/arch/sparc/kernel/
H A Dprocess.c35 if ((unsigned long)ret >= -ERESTART_RESTARTBLOCK) in sparc_fork()
60 if ((unsigned long)ret >= -ERESTART_RESTARTBLOCK) in sparc_vfork()
106 if ((unsigned long)ret >= -ERESTART_RESTARTBLOCK) in sparc_clone()
H A Dsignal_32.c434 case ERESTART_RESTARTBLOCK: in syscall_restart()
510 case ERESTART_RESTARTBLOCK: in do_signal()
/openbmc/linux/arch/um/kernel/
H A Dsignal.c63 case -ERESTART_RESTARTBLOCK: in handle_signal()
116 case -ERESTART_RESTARTBLOCK: in do_signal()
/openbmc/linux/include/linux/
H A Derrno.h18 #define ERESTART_RESTARTBLOCK 516 /* restart by calling sys_restart_syscall */ macro
H A Dthread_info.h73 return -ERESTART_RESTARTBLOCK; in set_restart_fn()
/openbmc/linux/arch/csky/kernel/
H A Dsignal.c189 case -ERESTART_RESTARTBLOCK: in handle_signal()
236 case -ERESTART_RESTARTBLOCK: in do_signal()
/openbmc/linux/arch/openrisc/kernel/
H A Dsignal.c250 case -ERESTART_RESTARTBLOCK: in do_signal()
272 retval == -ERESTART_RESTARTBLOCK in do_signal()
/openbmc/linux/arch/x86/kernel/
H A Dsignal.c239 case -ERESTART_RESTARTBLOCK: in handle_signal()
326 case -ERESTART_RESTARTBLOCK: in arch_do_signal_or_restart()
/openbmc/linux/arch/riscv/kernel/
H A Dsignal.c422 case -ERESTART_RESTARTBLOCK: in arch_do_signal_or_restart()
441 retval == -ERESTART_RESTARTBLOCK || in arch_do_signal_or_restart()
457 if (syscall && regs->epc == restart_addr && retval == -ERESTART_RESTARTBLOCK) in arch_do_signal_or_restart()
/openbmc/linux/arch/ia64/kernel/
H A Dsignal.c366 case ERESTART_RESTARTBLOCK: in ia64_do_signal()
396 || errno == ERESTART_RESTARTBLOCK) in ia64_do_signal()
404 if (errno == ERESTART_RESTARTBLOCK) in ia64_do_signal()
/openbmc/linux/arch/hexagon/kernel/
H A Dsignal.c148 case -ERESTART_RESTARTBLOCK: in handle_signal()
204 case -ERESTART_RESTARTBLOCK: in do_signal()
/openbmc/u-boot/include/linux/
H A Derrno.h152 #define ERESTART_RESTARTBLOCK 516 /* restart by calling sys_restart_syscall */ macro
/openbmc/linux/arch/powerpc/kernel/
H A Dsignal.c205 case ERESTART_RESTARTBLOCK: in check_syscall_restart()
228 if (ret == ERESTART_RESTARTBLOCK) in check_syscall_restart()
/openbmc/linux/arch/nios2/kernel/
H A Dsignal.c255 case ERESTART_RESTARTBLOCK: in do_signal()
274 retval == ERESTART_RESTARTBLOCK || in do_signal()
/openbmc/linux/arch/arc/kernel/
H A Dsignal.c347 case -ERESTART_RESTARTBLOCK: in arc_restart_syscall()
424 } else if (regs->r0 == -ERESTART_RESTARTBLOCK) { in do_signal()
/openbmc/linux/arch/xtensa/kernel/
H A Dsignal.c470 case -ERESTART_RESTARTBLOCK: in do_signal()
512 case -ERESTART_RESTARTBLOCK: in do_signal()
/openbmc/linux/arch/s390/kernel/
H A Dsignal.c474 case -ERESTART_RESTARTBLOCK: in arch_do_signal_or_restart()
508 case -ERESTART_RESTARTBLOCK: in arch_do_signal_or_restart()
/openbmc/linux/arch/sh/kernel/
H A Dsignal_32.c415 case -ERESTART_RESTARTBLOCK: in handle_syscall_restart()
488 } else if (regs->regs[0] == -ERESTART_RESTARTBLOCK) { in do_signal()
/openbmc/linux/arch/parisc/kernel/
H A Dsignal.c462 case -ERESTART_RESTARTBLOCK: in syscall_restart()
493 case -ERESTART_RESTARTBLOCK: { in insert_restart_trampoline()
/openbmc/linux/lib/
H A Derrname.c183 E(ERESTART_RESTARTBLOCK),
/openbmc/linux/rust/kernel/
H A Derror.rs69 declare_err!(ERESTART_RESTARTBLOCK, "Restart by calling sys_restart_syscall.");
/openbmc/linux/arch/arm/kernel/
H A Dsignal.c556 case -ERESTART_RESTARTBLOCK: in do_signal()
582 retval == -ERESTART_RESTARTBLOCK in do_signal()
/openbmc/linux/arch/alpha/kernel/
H A Dsignal.c463 case ERESTART_RESTARTBLOCK: in syscall_restart()
509 case ERESTART_RESTARTBLOCK: in do_signal()
/openbmc/linux/fs/cachefiles/
H A Dio.c168 case -ERESTART_RESTARTBLOCK: in cachefiles_read()
340 case -ERESTART_RESTARTBLOCK: in __cachefiles_write()
/openbmc/linux/kernel/time/
H A Dalarmtimer.c806 return -ERESTART_RESTARTBLOCK; in alarmtimer_do_nsleep()
874 if (ret != -ERESTART_RESTARTBLOCK) in alarm_timer_nsleep()

12