• Home
  • Raw
  • Download

Lines Matching defs:semid

154     int semid;                  /* semaphore set identifier */  member
1265 static int semctl_stat(struct ipc_namespace *ns, int semid, int cmd, struct semid64_ds *semid64) in semctl_stat()
1340 static int semctl_info(struct ipc_namespace *ns, int semid, int cmd, void __user *p) in semctl_info()
1376 static int semctl_setval(struct ipc_namespace *ns, int semid, int semnum, int val) in semctl_setval()
1436 static int semctl_main(struct ipc_namespace *ns, int semid, int semnum, int cmd, void __user *p) in semctl_main()
1636 static int semctl_down(struct ipc_namespace *ns, int semid, int cmd, struct semid64_ds *semid64) in semctl_down()
1686 static long ksys_semctl(int semid, int semnum, int cmd, unsigned long arg, int version) in ksys_semctl()
1744 SYSCALL_DEFINE4(semctl, int, semid, int, semnum, int, cmd, unsigned long, arg) in SYSCALL_DEFINE4() argument
1750 long ksys_old_semctl(int semid, int semnum, int cmd, unsigned long arg) in ksys_old_semctl()
1757 SYSCALL_DEFINE4(old_semctl, int, semid, int, semnum, int, cmd, unsigned long, arg) in SYSCALL_DEFINE4() argument
1811 static long compat_ksys_semctl(int semid, int semnum, int cmd, int arg, int version) in compat_ksys_semctl()
1860 COMPAT_SYSCALL_DEFINE4(semctl, int, semid, int, semnum, int, cmd, int, arg) in COMPAT_SYSCALL_DEFINE4() argument
1866 long compat_ksys_old_semctl(int semid, int semnum, int cmd, int arg) in compat_ksys_old_semctl()
1873 COMPAT_SYSCALL_DEFINE4(old_semctl, int, semid, int, semnum, int, cmd, int, arg) in COMPAT_SYSCALL_DEFINE4() argument
1911 static struct sem_undo *__lookup_undo(struct sem_undo_list *ulp, int semid) in __lookup_undo()
1924 static struct sem_undo *lookup_undo(struct sem_undo_list *ulp, int semid) in lookup_undo()
1949 static struct sem_undo *find_alloc_undo(struct ipc_namespace *ns, int semid) in find_alloc_undo()
2029 static long do_semtimedop(int semid, struct sembuf __user *tsops, unsigned nsops, const struct time… in do_semtimedop()
2294 long ksys_semtimedop(int semid, struct sembuf __user *tsops, unsigned int nsops, in ksys_semtimedop()
2307 SYSCALL_DEFINE4(semtimedop, int, semid, struct sembuf __user *, tsops, unsigned int, nsops, in SYSCALL_DEFINE4() argument
2314 long compat_ksys_semtimedop(int semid, struct sembuf __user *tsems, unsigned int nsops, in compat_ksys_semtimedop()
2327 SYSCALL_DEFINE4(semtimedop_time32, int, semid, struct sembuf __user *, tsems, unsigned int, nsops, in SYSCALL_DEFINE4() argument
2334 SYSCALL_DEFINE3(semop, int, semid, struct sembuf __user *, tsops, unsigned, nsops) in SYSCALL_DEFINE3() argument
2391 int semid, i; in exit_sem() local