Home
last modified time | relevance | path

Searched refs:semop (Results 1 – 11 of 11) sorted by relevance

/linux/tools/testing/selftests/powerpc/syscalls/
H A Dipc.h3 DO_TEST(semop, __NR_semop)
/linux/tools/testing/selftests/memfd/
H A Dmemfd_test.c1364 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 Dsys_ni.c133 COND_SYSCALL(semop);
/linux/tools/testing/selftests/mm/
H A Drmap.c133 semop(data->semid, &sem_wait, 1); in propagate_children()
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl73 63 n64 semop sys_semop
/linux/scripts/
H A Dsyscall.tbl237 193 common semop sys_semop
/linux/tools/scripts/
H A Dsyscall.tbl237 193 common semop sys_semop
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl77 65 common semop sys_semop
/linux/tools/perf/arch/xtensa/entry/syscalls/
H A Dsyscall.tbl179 163 common semop sys_semop
/linux/tools/perf/arch/arm/entry/syscalls/
H A Dsyscall.tbl316 298 common semop sys_semop sys_oabi_semop
/linux/ipc/
H A Dsem.c2296 SYSCALL_DEFINE3(semop, int, semid, struct sembuf __user *, tsops, in SYSCALL_DEFINE3() argument