Home
last modified time | relevance | path

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

12

/linux/arch/um/kernel/
H A Dsignal.c63 case -ERESTART_RESTARTBLOCK: in handle_signal()
116 case -ERESTART_RESTARTBLOCK: in do_signal()
/linux/include/linux/
H A Derrno.h18 #define ERESTART_RESTARTBLOCK 516 /* restart by calling sys_restart_syscall */ macro
/linux/arch/csky/kernel/
H A Dsignal.c189 case -ERESTART_RESTARTBLOCK: in handle_signal()
236 case -ERESTART_RESTARTBLOCK: in do_signal()
/linux/arch/riscv/kernel/
H A Dsignal.c523 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 Dsignal.c148 case -ERESTART_RESTARTBLOCK: in handle_signal()
204 case -ERESTART_RESTARTBLOCK: in do_signal()
/linux/arch/powerpc/kernel/
H A Dsignal.c202 case ERESTART_RESTARTBLOCK: in check_syscall_restart()
225 if (ret == ERESTART_RESTARTBLOCK) in check_syscall_restart()
/linux/arch/nios2/kernel/
H A Dsignal.c255 case ERESTART_RESTARTBLOCK: in do_signal()
274 retval == ERESTART_RESTARTBLOCK || in do_signal()
/linux/arch/xtensa/kernel/
H A Dsignal.c470 case -ERESTART_RESTARTBLOCK: in do_signal()
512 case -ERESTART_RESTARTBLOCK: in do_signal()
/linux/arch/arc/kernel/
H A Dsignal.c348 case -ERESTART_RESTARTBLOCK: in arc_restart_syscall()
425 } else if (regs->r0 == -ERESTART_RESTARTBLOCK) { in do_signal()
/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()
/linux/arch/parisc/kernel/
H A Dsignal.c462 case -ERESTART_RESTARTBLOCK: in syscall_restart()
493 case -ERESTART_RESTARTBLOCK: { in insert_restart_trampoline()
/linux/arch/sparc/kernel/
H A Dsignal_32.c434 case ERESTART_RESTARTBLOCK: in syscall_restart()
510 case ERESTART_RESTARTBLOCK: in do_signal()
H A Dsignal_64.c455 case ERESTART_RESTARTBLOCK: in syscall_restart()
536 case ERESTART_RESTARTBLOCK: in do_signal()
H A Dsignal32.c641 case ERESTART_RESTARTBLOCK: in syscall_restart32()
691 case ERESTART_RESTARTBLOCK: in do_signal32()
/linux/lib/
H A Derrname.c183 E(ERESTART_RESTARTBLOCK),
/linux/rust/kernel/
H A Derror.rs75 declare_err!(ERESTART_RESTARTBLOCK, "Restart by calling sys_restart_syscall.");
/linux/arch/alpha/kernel/
H A Dsignal.c463 case ERESTART_RESTARTBLOCK: in syscall_restart()
509 case ERESTART_RESTARTBLOCK: in do_signal()
/linux/kernel/time/
H A Dalarmtimer.c734 return -ERESTART_RESTARTBLOCK; in alarmtimer_do_nsleep()
802 if (ret != -ERESTART_RESTARTBLOCK) in alarm_timer_nsleep()
H A Dhrtimer.c2112 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 Dsignal.c235 case -ERESTART_RESTARTBLOCK: in handle_restart()
/linux/arch/mips/kernel/
H A Dsignal.c833 case ERESTART_RESTARTBLOCK: in handle_signal()
884 case ERESTART_RESTARTBLOCK: in do_signal()
/linux/fs/cachefiles/
H A Dio.c170 case -ERESTART_RESTARTBLOCK: in cachefiles_read()
341 case -ERESTART_RESTARTBLOCK: in __cachefiles_write()
/linux/arch/powerpc/platforms/cell/spufs/
H A Drun.c290 case -ERESTART_RESTARTBLOCK: in spu_handle_restartsys()
/linux/arch/arm64/kernel/
H A Dsignal.c1622 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 Dsignal.c992 case -ERESTART_RESTARTBLOCK: in handle_signal()
1037 case -ERESTART_RESTARTBLOCK: in arch_do_signal_or_restart()

12