Home
last modified time | relevance | path

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

/linux-4.4.14/tools/testing/selftests/powerpc/syscalls/
Dipc.h2 DO_TEST(semop, __NR_semop)
/linux-4.4.14/arch/parisc/kernel/
Dsyscall_table.S283 ENTRY_SAME(semop) /* 185 */
/linux-4.4.14/arch/x86/entry/syscalls/
Dsyscall_64.tbl74 65 common semop sys_semop
/linux-4.4.14/Documentation/ia64/
Derr_inject.txt418 semop(semid[cpu], &lock, 1);
429 semop(semid[cpu], &unlock, 1);
/linux-4.4.14/ipc/
Dsem.c2027 SYSCALL_DEFINE3(semop, int, semid, struct sembuf __user *, tsops, in SYSCALL_DEFINE3() argument