Searched refs:semid (Results 1 - 6 of 6) sorted by relevance

/linux-master/ipc/
H A Dsem.c154 int semid; /* semaphore set identifier */ member in struct:sem_undo
272 " key semid perms nsems uid gid cuid cgid otime ctime\n",
1156 un->semid = -1;
1234 static int semctl_stat(struct ipc_namespace *ns, int semid, argument
1245 sma = sem_obtain_object(ns, semid);
1251 sma = sem_obtain_object_check(ns, semid);
1308 static int semctl_info(struct ipc_namespace *ns, int semid, argument
1343 static int semctl_setval(struct ipc_namespace *ns, int semid, int semnum, argument
1356 sma = sem_obtain_object_check(ns, semid);
1405 static int semctl_main(struct ipc_namespace *ns, int semid, in argument
1601 semctl_down(struct ipc_namespace *ns, int semid, int cmd, struct semid64_ds *semid64) argument
1651 ksys_semctl(int semid, int semnum, int cmd, unsigned long arg, int version) argument
1711 ksys_old_semctl(int semid, int semnum, int cmd, unsigned long arg) argument
1774 compat_ksys_semctl(int semid, int semnum, int cmd, int arg, int version) argument
1825 compat_ksys_old_semctl(int semid, int semnum, int cmd, int arg) argument
1869 __lookup_undo(struct sem_undo_list *ulp, int semid) argument
1881 lookup_undo(struct sem_undo_list *ulp, int semid) argument
1906 find_alloc_undo(struct ipc_namespace *ns, int semid) argument
1983 __do_semtimedop(int semid, struct sembuf *sops, unsigned nsops, const struct timespec64 *timeout, struct ipc_namespace *ns) argument
2222 do_semtimedop(int semid, struct sembuf __user *tsops, unsigned nsops, const struct timespec64 *timeout) argument
2256 ksys_semtimedop(int semid, struct sembuf __user *tsops, unsigned int nsops, const struct __kernel_timespec __user *timeout) argument
2275 compat_ksys_semtimedop(int semid, struct sembuf __user *tsems, unsigned int nsops, const struct old_timespec32 __user *timeout) argument
2350 int semid, i; local
[all...]
H A Dutil.h282 long compat_ksys_old_semctl(int semid, int semnum, int cmd, int arg);
/linux-master/arch/arm/include/asm/
H A Dsyscalls.h32 asmlinkage long sys_oabi_semtimedop(int semid,
36 asmlinkage long sys_oabi_semop(int semid, struct oabi_sembuf __user *tsops,
/linux-master/arch/arm/kernel/
H A Dsys_oabi-compat.c339 asmlinkage long sys_oabi_semtimedop(int semid, argument
376 err = __do_semtimedop(semid, sops, nsops, &ts, ns);
379 err = __do_semtimedop(semid, sops, nsops, NULL, ns);
385 asmlinkage long sys_oabi_semop(int semid, struct oabi_sembuf __user *tsops, argument
388 return sys_oabi_semtimedop(semid, tsops, nsops, NULL);
409 asmlinkage long sys_oabi_semtimedop(int semid, argument
417 asmlinkage long sys_oabi_semop(int semid, struct oabi_sembuf __user *tsops, argument
/linux-master/include/linux/
H A Dsyscalls.h734 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,
1272 long ksys_semtimedop(int semid, struct sembuf __user *tsops,
1276 long ksys_old_semctl(int semid, int semnum, int cmd, unsigned long arg);
1286 long compat_ksys_semtimedop(int semid, struct sembuf __user *tsems,
1289 long __do_semtimedop(int semid, struct sembuf *tsems, unsigned int nsops,
H A Dcompat.h748 asmlinkage long compat_sys_semctl(int semid, int semnum, int cmd, int arg);

Completed in 532 milliseconds