Searched defs:semid (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/ipc/ |
A D | sem.c | 154 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() 1985 long __do_semtimedop(int semid, struct sembuf *sops, in __do_semtimedop() 2224 static long do_semtimedop(int semid, struct sembuf __user *tsops, in do_semtimedop() 2258 long ksys_semtimedop(int semid, struct sembuf __user *tsops, in ksys_semtimedop() 2277 long compat_ksys_semtimedop(int semid, struct sembuf __user *tsems, in compat_ksys_semtimedop() 2298 SYSCALL_DEFINE3(semop, int, semid, struct sembuf __user *, tsops, in SYSCALL_DEFINE3() argument [all …]
|
/linux-6.3-rc2/arch/arm/kernel/ |
A D | sys_oabi-compat.c | 337 asmlinkage long sys_oabi_semtimedop(int semid, in sys_oabi_semtimedop() 383 asmlinkage long sys_oabi_semop(int semid, struct oabi_sembuf __user *tsops, in sys_oabi_semop() 407 asmlinkage long sys_oabi_semtimedop(int semid, in sys_oabi_semtimedop() 415 asmlinkage long sys_oabi_semop(int semid, struct oabi_sembuf __user *tsops, in sys_oabi_semop()
|
Completed in 47 milliseconds