Searched refs:semid (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/ipc/ |
| H A D | sem.c | 1156 un->semid = -1; in freeary() 1658 if (semid < 0) in ksys_semctl() 1783 if (semid < 0) in compat_ksys_semctl() 1875 if (un->semid == semid) in __lookup_undo() 1919 un = lookup_undo(ulp, semid); in find_alloc_undo() 1970 new->semid = semid; in find_alloc_undo() 1998 if (nsops < 1 || semid < 0) in __do_semtimedop() 2091 if (un && un->semid == -1) in __do_semtimedop() 2350 int semid, i; in exit_sem() local 2371 semid = un->semid; in exit_sem() [all …]
|
| H A D | util.h | 282 long compat_ksys_old_semctl(int semid, int semnum, int cmd, int arg);
|
| /linux-6.15/arch/arm/kernel/ |
| H A D | sys_oabi-compat.c | 337 asmlinkage long sys_oabi_semtimedop(int semid, in sys_oabi_semtimedop() argument 374 err = __do_semtimedop(semid, sops, nsops, &ts, ns); in sys_oabi_semtimedop() 377 err = __do_semtimedop(semid, sops, nsops, NULL, ns); in sys_oabi_semtimedop() 383 asmlinkage long sys_oabi_semop(int semid, struct oabi_sembuf __user *tsops, in sys_oabi_semop() argument 386 return sys_oabi_semtimedop(semid, tsops, nsops, NULL); in sys_oabi_semop() 407 asmlinkage long sys_oabi_semtimedop(int semid, in sys_oabi_semtimedop() argument 415 asmlinkage long sys_oabi_semop(int semid, struct oabi_sembuf __user *tsops, in sys_oabi_semop() argument
|
| /linux-6.15/arch/arm/include/asm/ |
| H A D | syscalls.h | 32 asmlinkage long sys_oabi_semtimedop(int semid, 36 asmlinkage long sys_oabi_semop(int semid, struct oabi_sembuf __user *tsops,
|
| /linux-6.15/include/linux/ |
| H A D | syscalls.h | 747 asmlinkage long sys_semctl(int semid, int semnum, int cmd, unsigned long arg); 748 asmlinkage long sys_old_semctl(int semid, int semnum, int cmd, unsigned long arg); 749 asmlinkage long sys_semtimedop(int semid, struct sembuf __user *sops, 752 asmlinkage long sys_semtimedop_time32(int semid, struct sembuf __user *sops, 755 asmlinkage long sys_semop(int semid, struct sembuf __user *sops, 1298 long ksys_semtimedop(int semid, struct sembuf __user *tsops, 1302 long ksys_old_semctl(int semid, int semnum, int cmd, unsigned long arg); 1312 long compat_ksys_semtimedop(int semid, struct sembuf __user *tsems, 1315 long __do_semtimedop(int semid, struct sembuf *tsems, unsigned int nsops,
|
| H A D | compat.h | 748 asmlinkage long compat_sys_semctl(int semid, int semnum, int cmd, int arg);
|