Searched refs:semid (Results 1 – 5 of 5) sorted by relevance
/linux/ipc/ |
H A 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 …]
|
H A D | util.h | 282 long compat_ksys_old_semctl(int semid, int semnum, int cmd, int arg);
|
/linux/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/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/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, 1294 long ksys_semtimedop(int semid, struct sembuf __user *tsops, 1298 long ksys_old_semctl(int semid, int semnum, int cmd, unsigned long arg); 1308 long compat_ksys_semtimedop(int semid, struct sembuf __user *tsems, 1311 long __do_semtimedop(int semid, struct sembuf *tsems, unsigned int nsops,
|