Home
last modified time | relevance | path

Searched defs:semid (Results 1 – 3 of 3) sorted by relevance

/linux/ipc/
H A Dsem.c154 int semid; /* semaphore set identifier */ member
1234 static int semctl_stat(struct ipc_namespace *ns, int semid, in semctl_stat() argument
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
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) semctl_down() argument
1651 ksys_semctl(int semid,int semnum,int cmd,unsigned long arg,int version) ksys_semctl() argument
1705 SYSCALL_DEFINE4(semctl,int,semid,int,semnum,int,cmd,unsigned long,arg) SYSCALL_DEFINE4() argument
1711 ksys_old_semctl(int semid,int semnum,int cmd,unsigned long arg) ksys_old_semctl() argument
1718 SYSCALL_DEFINE4(old_semctl,int,semid,int,semnum,int,cmd,unsigned long,arg) SYSCALL_DEFINE4() argument
1774 compat_ksys_semctl(int semid,int semnum,int cmd,int arg,int version) compat_ksys_semctl() argument
1819 COMPAT_SYSCALL_DEFINE4(semctl,int,semid,int,semnum,int,cmd,int,arg) COMPAT_SYSCALL_DEFINE4() argument
1825 compat_ksys_old_semctl(int semid,int semnum,int cmd,int arg) compat_ksys_old_semctl() argument
1832 COMPAT_SYSCALL_DEFINE4(old_semctl,int,semid,int,semnum,int,cmd,int,arg) COMPAT_SYSCALL_DEFINE4() argument
1869 __lookup_undo(struct sem_undo_list * ulp,int semid) __lookup_undo() argument
1881 lookup_undo(struct sem_undo_list * ulp,int semid) lookup_undo() argument
1906 find_alloc_undo(struct ipc_namespace * ns,int semid) find_alloc_undo() argument
1983 __do_semtimedop(int semid,struct sembuf * sops,unsigned nsops,const struct timespec64 * timeout,struct ipc_namespace * ns) __do_semtimedop() argument
2222 do_semtimedop(int semid,struct sembuf __user * tsops,unsigned nsops,const struct timespec64 * timeout) do_semtimedop() argument
2256 ksys_semtimedop(int semid,struct sembuf __user * tsops,unsigned int nsops,const struct __kernel_timespec __user * timeout) ksys_semtimedop() argument
2268 SYSCALL_DEFINE4(semtimedop,int,semid,struct sembuf __user *,tsops,unsigned int,nsops,const struct __kernel_timespec __user *,timeout) SYSCALL_DEFINE4() argument
2275 compat_ksys_semtimedop(int semid,struct sembuf __user * tsems,unsigned int nsops,const struct old_timespec32 __user * timeout) compat_ksys_semtimedop() argument
2288 SYSCALL_DEFINE4(semtimedop_time32,int,semid,struct sembuf __user *,tsems,unsigned int,nsops,const struct old_timespec32 __user *,timeout) SYSCALL_DEFINE4() argument
2296 SYSCALL_DEFINE3(semop,int,semid,struct sembuf __user *,tsops,unsigned,nsops) SYSCALL_DEFINE3() argument
2350 int semid, i; exit_sem() local
[all...]
/linux/arch/arm/kernel/
H A Dsys_oabi-compat.c337 asmlinkage long sys_oabi_semtimedop(int semid, in sys_oabi_semtimedop()
383 asmlinkage long sys_oabi_semop(int semid, struct oabi_sembuf __user *tsops, in sys_oabi_semop()
407 asmlinkage long sys_oabi_semtimedop(int semid, in sys_oabi_semtimedop()
415 asmlinkage long sys_oabi_semop(int semid, struct oabi_sembuf __user *tsops, in sys_oabi_semop()
/linux/tools/testing/selftests/mm/
H A Drmap.c55 int semid; member