Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/powerpc/syscalls/
Dipc.h3 DO_TEST(semop, __NR_semop)
/Linux-v4.19/kernel/
Dsys_ni.c213 COND_SYSCALL(semop);
/Linux-v4.19/arch/parisc/kernel/
Dsyscall_table.S283 ENTRY_SAME(semop) /* 185 */
/Linux-v4.19/arch/x86/entry/syscalls/
Dsyscall_64.tbl76 65 common semop __x64_sys_semop
/Linux-v4.19/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl76 65 common semop __x64_sys_semop
/Linux-v4.19/arch/arm/tools/
Dsyscall.tbl315 298 common semop sys_semop sys_oabi_semop
/Linux-v4.19/Documentation/ia64/
Derr_inject.txt418 semop(semid[cpu], &lock, 1);
429 semop(semid[cpu], &unlock, 1);
/Linux-v4.19/ipc/
Dsem.c2236 SYSCALL_DEFINE3(semop, int, semid, struct sembuf __user *, tsops, in SYSCALL_DEFINE3() argument