Lines Matching defs:semid
124 int semid; /* semaphore set identifier */ member
142 #define sem_checkid(sma, semid) ipc_checkid(&sma->sem_perm, semid) argument
801 static int semctl_nolock(struct ipc_namespace *ns, int semid, in semctl_nolock()
886 static int semctl_main(struct ipc_namespace *ns, int semid, int semnum, in semctl_main()
1078 static int semctl_down(struct ipc_namespace *ns, int semid, in semctl_down()
1158 asmlinkage long SyS_semctl(int semid, int semnum, int cmd, union semun arg) in SyS_semctl()
1195 static struct sem_undo *__lookup_undo(struct sem_undo_list *ulp, int semid) in __lookup_undo()
1206 static struct sem_undo *lookup_undo(struct sem_undo_list *ulp, int semid) in lookup_undo()
1231 static struct sem_undo *find_alloc_undo(struct ipc_namespace *ns, int semid) in find_alloc_undo()
1330 SYSCALL_DEFINE4(semtimedop, int, semid, struct sembuf __user *, tsops, in SYSCALL_DEFINE4() argument
1548 SYSCALL_DEFINE3(semop, int, semid, struct sembuf __user *, tsops, in SYSCALL_DEFINE3() argument
1603 int semid; in exit_sem() local