Lines Matching defs:semid
128 int semid; /* semaphore set identifier */ member
145 #define sem_checkid(sma, semid) ipc_checkid(&sma->sem_perm, semid) argument
1178 static int semctl_nolock(struct ipc_namespace *ns, int semid, in semctl_nolock()
1267 static int semctl_setval(struct ipc_namespace *ns, int semid, int semnum, in semctl_setval()
1338 static int semctl_main(struct ipc_namespace *ns, int semid, int semnum, in semctl_main()
1531 static int semctl_down(struct ipc_namespace *ns, int semid, in semctl_down()
1587 SYSCALL_DEFINE4(semctl, int, semid, int, semnum, int, cmd, unsigned long, arg) in SYSCALL_DEFINE4() argument
1652 static struct sem_undo *__lookup_undo(struct sem_undo_list *ulp, int semid) in __lookup_undo()
1663 static struct sem_undo *lookup_undo(struct sem_undo_list *ulp, int semid) in lookup_undo()
1688 static struct sem_undo *find_alloc_undo(struct ipc_namespace *ns, int semid) in find_alloc_undo()
1792 SYSCALL_DEFINE4(semtimedop, int, semid, struct sembuf __user *, tsops, in SYSCALL_DEFINE4() argument
2027 SYSCALL_DEFINE3(semop, int, semid, struct sembuf __user *, tsops, in SYSCALL_DEFINE3() argument
2082 int semid, i; in exit_sem() local