Searched defs:tsops (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/kernel/ |
D | sys_oabi-compat.c | 325 struct oabi_sembuf __user *tsops, in sys_oabi_semtimedop() 367 asmlinkage long sys_oabi_semop(int semid, struct oabi_sembuf __user *tsops, in sys_oabi_semop()
|
/kernel/linux/linux-5.10/ipc/ |
D | sem.c | 1983 static long do_semtimedop(int semid, struct sembuf __user *tsops, in do_semtimedop() 2237 long ksys_semtimedop(int semid, struct sembuf __user *tsops, in ksys_semtimedop() 2249 SYSCALL_DEFINE4(semtimedop, int, semid, struct sembuf __user *, tsops, in SYSCALL_DEFINE4() argument 2277 SYSCALL_DEFINE3(semop, int, semid, struct sembuf __user *, tsops, in SYSCALL_DEFINE3() argument
|