Searched defs:semid (Results 1 – 5 of 5) sorted by relevance
/linux-3.3/ipc/ |
D | sem.c | 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 [all …]
|
D | compat.c | 674 long compat_sys_semtimedop(int semid, struct sembuf __user *tsems, in compat_sys_semtimedop()
|
/linux-3.3/arch/arm/kernel/ |
D | sys_oabi-compat.c | 304 asmlinkage long sys_oabi_semtimedop(int semid, in sys_oabi_semtimedop() 343 asmlinkage long sys_oabi_semop(int semid, struct oabi_sembuf __user *tsops, in sys_oabi_semop()
|
/linux-3.3/arch/parisc/kernel/ |
D | sys_parisc32.c | 203 asmlinkage long sys32_semctl(int semid, int semnum, int cmd, union semun arg) in sys32_semctl()
|
/linux-3.3/arch/mips/kernel/ |
D | linux32.c | 229 SYSCALL_DEFINE4(n32_semctl, int, semid, int, semnum, int, cmd, u32, arg) in SYSCALL_DEFINE4() argument
|