Searched defs:semid (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/arch/arm/kernel/ |
H A D | sys_oabi-compat.c | 308 asmlinkage long sys_oabi_semtimedop(int semid, sys_oabi_semtimedop() argument 347 asmlinkage long sys_oabi_semop(int semid, struct oabi_sembuf __user *tsops, sys_oabi_semop() argument
|
/linux-4.4.14/ipc/ |
H A D | sem.c | 128 int semid; /* semaphore set identifier */ member in struct:sem_undo 1178 static int semctl_nolock(struct ipc_namespace *ns, int semid, semctl_nolock() argument 1267 static int semctl_setval(struct ipc_namespace *ns, int semid, int semnum, semctl_setval() argument 1338 static int semctl_main(struct ipc_namespace *ns, int semid, int semnum, semctl_main() argument 1531 static int semctl_down(struct ipc_namespace *ns, int semid, semctl_down() argument 1652 static struct sem_undo *__lookup_undo(struct sem_undo_list *ulp, int semid) __lookup_undo() argument 1663 static struct sem_undo *lookup_undo(struct sem_undo_list *ulp, int semid) lookup_undo() argument 1688 static struct sem_undo *find_alloc_undo(struct ipc_namespace *ns, int semid) find_alloc_undo() argument 2082 int semid, i; exit_sem() local
|
Completed in 50 milliseconds