Searched refs:sigsuspend (Results 1 – 12 of 12) sorted by relevance
| /linux/arch/um/drivers/ |
| H A D | chan_user.c | 224 sigsuspend(&sigs); in winch_thread()
|
| /linux/tools/perf/arch/powerpc/entry/syscalls/ |
| H A D | syscall.tbl | 97 72 32 sigsuspend sys_sigsuspend 98 72 64 sigsuspend sys_ni_syscall 99 72 spu sigsuspend sys_ni_syscall
|
| /linux/tools/perf/arch/sparc/entry/syscalls/ |
| H A D | syscall.tbl | 243 201 32 sigsuspend sys_sigsuspend 244 201 64 sigsuspend sys_nis_syscall
|
| /linux/kernel/ |
| H A D | signal.c | 4835 static int sigsuspend(sigset_t *set) in sigsuspend() function 4864 return sigsuspend(&newset); in SYSCALL_DEFINE2() 4878 return sigsuspend(&newset); in COMPAT_SYSCALL_DEFINE2() 4883 SYSCALL_DEFINE1(sigsuspend, old_sigset_t, mask) in SYSCALL_DEFINE1() argument 4887 return sigsuspend(&blocked); in SYSCALL_DEFINE1() 4891 SYSCALL_DEFINE3(sigsuspend, int, unused1, int, unused2, old_sigset_t, mask) in SYSCALL_DEFINE3() argument 4895 return sigsuspend(&blocked); in SYSCALL_DEFINE3()
|
| /linux/tools/perf/arch/s390/entry/syscalls/ |
| H A D | syscall.tbl | 57 72 common sigsuspend sys_sigsuspend
|
| /linux/arch/mips/kernel/ |
| H A D | signal.c | 589 SYSCALL_DEFINE1(sigsuspend, sigset_t __user *, uset) in SYSCALL_DEFINE1() argument
|
| /linux/tools/perf/arch/sh/entry/syscalls/ |
| H A D | syscall.tbl | 82 72 common sigsuspend sys_sigsuspend
|
| /linux/tools/perf/arch/alpha/entry/syscalls/ |
| H A D | syscall.tbl | 120 111 common sigsuspend sys_sigsuspend
|
| /linux/tools/perf/arch/arm64/entry/syscalls/ |
| H A D | syscall_32.tbl | 86 72 common sigsuspend sys_sigsuspend
|
| /linux/tools/perf/arch/arm/entry/syscalls/ |
| H A D | syscall.tbl | 87 72 common sigsuspend sys_sigsuspend
|
| /linux/tools/perf/arch/x86/entry/syscalls/ |
| H A D | syscall_32.tbl | 87 72 i386 sigsuspend sys_sigsuspend
|
| /linux/arch/ |
| H A D | Kconfig | 1447 Architecture has old sigsuspend(2) syscall, of one-argument variety 1452 Even weirder antique ABI - three-argument sigsuspend(2) 1458 as OLD_SIGSUSPEND | OLD_SIGSUSPEND3 - alpha has sigsuspend(2),
|