Lines Matching defs:semid
154 int semid; /* semaphore set identifier */ member
1219 static int semctl_stat(struct ipc_namespace *ns, int semid, in semctl_stat()
1293 static int semctl_info(struct ipc_namespace *ns, int semid, in semctl_info()
1328 static int semctl_setval(struct ipc_namespace *ns, int semid, int semnum, in semctl_setval()
1390 static int semctl_main(struct ipc_namespace *ns, int semid, int semnum, in semctl_main()
1587 static int semctl_down(struct ipc_namespace *ns, int semid, in semctl_down()
1637 long ksys_semctl(int semid, int semnum, int cmd, unsigned long arg) in ksys_semctl()
1692 SYSCALL_DEFINE4(semctl, int, semid, int, semnum, int, cmd, unsigned long, arg) in SYSCALL_DEFINE4() argument
1747 long compat_ksys_semctl(int semid, int semnum, int cmd, int arg) in compat_ksys_semctl()
1793 COMPAT_SYSCALL_DEFINE4(semctl, int, semid, int, semnum, int, cmd, int, arg) in COMPAT_SYSCALL_DEFINE4() argument
1829 static struct sem_undo *__lookup_undo(struct sem_undo_list *ulp, int semid) in __lookup_undo()
1840 static struct sem_undo *lookup_undo(struct sem_undo_list *ulp, int semid) in lookup_undo()
1865 static struct sem_undo *find_alloc_undo(struct ipc_namespace *ns, int semid) in find_alloc_undo()
1943 static long do_semtimedop(int semid, struct sembuf __user *tsops, in do_semtimedop()
2196 long ksys_semtimedop(int semid, struct sembuf __user *tsops, in ksys_semtimedop()
2208 SYSCALL_DEFINE4(semtimedop, int, semid, struct sembuf __user *, tsops, in SYSCALL_DEFINE4() argument
2215 long compat_ksys_semtimedop(int semid, struct sembuf __user *tsems, in compat_ksys_semtimedop()
2228 COMPAT_SYSCALL_DEFINE4(semtimedop, int, semid, struct sembuf __user *, tsems, in COMPAT_SYSCALL_DEFINE4() argument
2236 SYSCALL_DEFINE3(semop, int, semid, struct sembuf __user *, tsops, in SYSCALL_DEFINE3() argument
2290 int semid, i; in exit_sem() local