Searched defs:semid (Results 1 – 2 of 2) sorted by relevance
/linux/ipc/ |
A D | sem.c | 154 int semid; /* semaphore set identifier */ member 1235 static int semctl_stat(struct ipc_namespace *ns, int semid, in semctl_stat() 1309 static int semctl_info(struct ipc_namespace *ns, int semid, in semctl_info() 1603 static int semctl_down(struct ipc_namespace *ns, int semid, in semctl_down() 1827 long compat_ksys_old_semctl(int semid, int semnum, int cmd, int arg) in compat_ksys_old_semctl() 1987 long __do_semtimedop(int semid, struct sembuf *sops, in __do_semtimedop() 2226 static long do_semtimedop(int semid, struct sembuf __user *tsops, in do_semtimedop() 2260 long ksys_semtimedop(int semid, struct sembuf __user *tsops, in ksys_semtimedop() 2279 long compat_ksys_semtimedop(int semid, struct sembuf __user *tsems, in compat_ksys_semtimedop() 2300 SYSCALL_DEFINE3(semop, int, semid, struct sembuf __user *, tsops, in SYSCALL_DEFINE3() argument [all …]
|
/linux/arch/arm/kernel/ |
A D | sys_oabi-compat.c | 336 asmlinkage long sys_oabi_semtimedop(int semid, in sys_oabi_semtimedop() 382 asmlinkage long sys_oabi_semop(int semid, struct oabi_sembuf __user *tsops, in sys_oabi_semop() 406 asmlinkage long sys_oabi_semtimedop(int semid, in sys_oabi_semtimedop() 414 asmlinkage long sys_oabi_semop(int semid, struct oabi_sembuf __user *tsops, in sys_oabi_semop()
|
Completed in 8 milliseconds