Home
last modified time | relevance | path

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

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