Home
last modified time | relevance | path

Searched defs:semid (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/ipc/
Dsem.c96 #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
[all …]
Dcompat.c674 long compat_sys_semtimedop(int semid, struct sembuf __user *tsems, in compat_sys_semtimedop()
/linux-2.6.39/arch/arm/kernel/
Dsys_oabi-compat.c304 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-2.6.39/arch/parisc/kernel/
Dsys_parisc32.c203 asmlinkage long sys32_semctl(int semid, int semnum, int cmd, union semun arg) in sys32_semctl()
/linux-2.6.39/arch/mips/kernel/
Dlinux32.c229 SYSCALL_DEFINE4(n32_semctl, int, semid, int, semnum, int, cmd, u32, arg) in SYSCALL_DEFINE4() argument
/linux-2.6.39/include/linux/
Dsem.h128 int semid; /* semaphore set identifier */ member