Lines Matching defs:semid
96 #define sem_checkid(sma, semid) ipc_checkid(&sma->sem_perm, semid) argument
761 static int semctl_nolock(struct ipc_namespace *ns, int semid, in semctl_nolock()
846 static int semctl_main(struct ipc_namespace *ns, int semid, int semnum, in semctl_main()
1038 static int semctl_down(struct ipc_namespace *ns, int semid, in semctl_down()
1118 asmlinkage long SyS_semctl(int semid, int semnum, int cmd, union semun arg) in SyS_semctl()
1155 static struct sem_undo *__lookup_undo(struct sem_undo_list *ulp, int semid) in __lookup_undo()
1166 static struct sem_undo *lookup_undo(struct sem_undo_list *ulp, int semid) in lookup_undo()
1191 static struct sem_undo *find_alloc_undo(struct ipc_namespace *ns, int semid) in find_alloc_undo()
1290 SYSCALL_DEFINE4(semtimedop, int, semid, struct sembuf __user *, tsops, in SYSCALL_DEFINE4() argument
1491 SYSCALL_DEFINE3(semop, int, semid, struct sembuf __user *, tsops, in SYSCALL_DEFINE3() argument
1546 int semid; in exit_sem() local