Searched refs:semid (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/ipc/ |
D | sem.c | 154 int semid; /* semaphore set identifier */ member 1156 un->semid = -1; in freeary() 1234 static int semctl_stat(struct ipc_namespace *ns, int semid, in semctl_stat() argument 1245 sma = sem_obtain_object(ns, semid); in semctl_stat() 1251 sma = sem_obtain_object_check(ns, semid); in semctl_stat() 1308 static int semctl_info(struct ipc_namespace *ns, int semid, in semctl_info() argument 1343 static int semctl_setval(struct ipc_namespace *ns, int semid, int semnum, in semctl_setval() argument 1356 sma = sem_obtain_object_check(ns, semid); in semctl_setval() 1405 static int semctl_main(struct ipc_namespace *ns, int semid, int semnum, in semctl_main() argument 1416 sma = sem_obtain_object_check(ns, semid); in semctl_main() [all …]
|
D | util.h | 282 long compat_ksys_old_semctl(int semid, int semnum, int cmd, int arg);
|
/linux-6.12.1/arch/arm/kernel/ |
D | sys_oabi-compat.c | 339 asmlinkage long sys_oabi_semtimedop(int semid, in sys_oabi_semtimedop() argument 376 err = __do_semtimedop(semid, sops, nsops, &ts, ns); in sys_oabi_semtimedop() 379 err = __do_semtimedop(semid, sops, nsops, NULL, ns); in sys_oabi_semtimedop() 385 asmlinkage long sys_oabi_semop(int semid, struct oabi_sembuf __user *tsops, in sys_oabi_semop() argument 388 return sys_oabi_semtimedop(semid, tsops, nsops, NULL); in sys_oabi_semop() 409 asmlinkage long sys_oabi_semtimedop(int semid, in sys_oabi_semtimedop() argument 417 asmlinkage long sys_oabi_semop(int semid, struct oabi_sembuf __user *tsops, in sys_oabi_semop() argument
|
/linux-6.12.1/arch/arm/include/asm/ |
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.12.1/include/linux/ |
D | syscalls.h | 734 asmlinkage long sys_semctl(int semid, int semnum, int cmd, unsigned long arg); 735 asmlinkage long sys_old_semctl(int semid, int semnum, int cmd, unsigned long arg); 736 asmlinkage long sys_semtimedop(int semid, struct sembuf __user *sops, 739 asmlinkage long sys_semtimedop_time32(int semid, struct sembuf __user *sops, 742 asmlinkage long sys_semop(int semid, struct sembuf __user *sops, 1281 long ksys_semtimedop(int semid, struct sembuf __user *tsops, 1285 long ksys_old_semctl(int semid, int semnum, int cmd, unsigned long arg); 1295 long compat_ksys_semtimedop(int semid, struct sembuf __user *tsems, 1298 long __do_semtimedop(int semid, struct sembuf *tsems, unsigned int nsops,
|
D | compat.h | 748 asmlinkage long compat_sys_semctl(int semid, int semnum, int cmd, int arg);
|