Searched refs:semop (Results 1 – 11 of 11) sorted by relevance
| /linux/tools/testing/selftests/powerpc/syscalls/ |
| H A D | ipc.h | 3 DO_TEST(semop, __NR_semop)
|
| /linux/tools/testing/selftests/memfd/ |
| H A D | memfd_test.c | 1364 if (semop(sem, &sembuf, 1) < 0) { in sysctl_nested_wait() 1449 if (semop(sem, &sembuf, 1) < 0) { in sysctl_nested_child() 1468 if (semop(sem, &sembuf, 1) < 0) { in sysctl_nested_child() 1492 if (semop(sem, &sembuf, 1) < 0) { in sysctl_nested_child() 1511 if (semop(sem, &sembuf, 1) < 0) { in sysctl_nested_child() 1529 if (semop(sem, &sembuf, 1) < 0) { in sysctl_nested_child()
|
| /linux/kernel/ |
| H A D | sys_ni.c | 133 COND_SYSCALL(semop);
|
| /linux/tools/testing/selftests/mm/ |
| H A D | rmap.c | 133 semop(data->semid, &sem_wait, 1); in propagate_children()
|
| /linux/tools/perf/arch/mips/entry/syscalls/ |
| H A D | syscall_n64.tbl | 73 63 n64 semop sys_semop
|
| /linux/scripts/ |
| H A D | syscall.tbl | 237 193 common semop sys_semop
|
| /linux/tools/scripts/ |
| H A D | syscall.tbl | 237 193 common semop sys_semop
|
| /linux/tools/perf/arch/x86/entry/syscalls/ |
| H A D | syscall_64.tbl | 77 65 common semop sys_semop
|
| /linux/tools/perf/arch/xtensa/entry/syscalls/ |
| H A D | syscall.tbl | 179 163 common semop sys_semop
|
| /linux/tools/perf/arch/arm/entry/syscalls/ |
| H A D | syscall.tbl | 316 298 common semop sys_semop sys_oabi_semop
|
| /linux/ipc/ |
| H A D | sem.c | 2296 SYSCALL_DEFINE3(semop, int, semid, struct sembuf __user *, tsops, in SYSCALL_DEFINE3() argument
|