Home
last modified time | relevance | path

Searched defs:semid (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/ipc/
H A Dsem.c154 int semid; /* semaphore set identifier */ member
1234 static int semctl_stat(struct ipc_namespace *ns, int semid, in semctl_stat()
1308 static int semctl_info(struct ipc_namespace *ns, int semid, in semctl_info()
1601 static int semctl_down(struct ipc_namespace *ns, int semid, in semctl_down()
1825 long compat_ksys_old_semctl(int semid, int semnum, int cmd, int arg) in compat_ksys_old_semctl()
1983 long __do_semtimedop(int semid, struct sembuf *sops, in __do_semtimedop()
2222 static long do_semtimedop(int semid, struct sembuf __user *tsops, in do_semtimedop()
2256 long ksys_semtimedop(int semid, struct sembuf __user *tsops, in ksys_semtimedop()
2275 long compat_ksys_semtimedop(int semid, struct sembuf __user *tsems, in compat_ksys_semtimedop()
2296 SYSCALL_DEFINE3(semop, int, semid, struct sembuf __user *, tsops, in SYSCALL_DEFINE3() argument
[all …]
/openbmc/linux/arch/arm/kernel/
H A Dsys_oabi-compat.c339 asmlinkage long sys_oabi_semtimedop(int semid, in sys_oabi_semtimedop()
385 asmlinkage long sys_oabi_semop(int semid, struct oabi_sembuf __user *tsops, in sys_oabi_semop()
409 asmlinkage long sys_oabi_semtimedop(int semid, in sys_oabi_semtimedop()
417 asmlinkage long sys_oabi_semop(int semid, struct oabi_sembuf __user *tsops, in sys_oabi_semop()
/openbmc/openbmc-tools/adcapp/src/
H A DEINTR_wrappers.c97 int sigwrap_semop(int semid, struct sembuf *sops, size_t nsops) in sigwrap_semop()
/openbmc/openbmc-tools/pwmtachtool/src/
H A DEINTR_wrappers.c97 int sigwrap_semop(int semid, struct sembuf *sops, size_t nsops) in sigwrap_semop()
/openbmc/qemu/linux-user/
H A Dsyscall.c3876 static inline abi_long target_to_host_semarray(int semid, unsigned short **host_array, in target_to_host_semarray()
3912 static inline abi_long host_to_target_semarray(int semid, abi_ulong target_addr, in host_to_target_semarray()
3943 static inline abi_long do_semctl(int semid, int semnum, int cmd, in do_semctl()
4057 static inline abi_long do_semtimedop(int semid, in do_semtimedop()