Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/ipc/
H A Dsem.c154 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() argument
1340 static int semctl_info(struct ipc_namespace *ns, int semid, int cmd, void __user *p) in semctl_info() argument
1376 static int semctl_setval(struct ipc_namespace *ns, int semid, int semnum, int val) in semctl_setval() argument
1436 static int semctl_main(struct ipc_namespace *ns, int semid, in argument
1636 semctl_down(struct ipc_namespace *ns, int semid, int cmd, struct semid64_ds *semid64) semctl_down() argument
1686 ksys_semctl(int semid, int semnum, int cmd, unsigned long arg, int version) ksys_semctl() argument
1750 ksys_old_semctl(int semid, int semnum, int cmd, unsigned long arg) ksys_old_semctl() argument
1811 compat_ksys_semctl(int semid, int semnum, int cmd, int arg, int version) compat_ksys_semctl() argument
1866 compat_ksys_old_semctl(int semid, int semnum, int cmd, int arg) compat_ksys_old_semctl() argument
1911 __lookup_undo(struct sem_undo_list *ulp, int semid) __lookup_undo() argument
1924 lookup_undo(struct sem_undo_list *ulp, int semid) lookup_undo() argument
1949 find_alloc_undo(struct ipc_namespace *ns, int semid) find_alloc_undo() argument
2029 do_semtimedop(int semid, struct sembuf __user *tsops, unsigned nsops, const struct timespec64 *timeout) do_semtimedop() argument
2294 ksys_semtimedop(int semid, struct sembuf __user *tsops, unsigned int nsops, const struct __kernel_timespec __user *timeout) ksys_semtimedop() argument
2314 compat_ksys_semtimedop(int semid, struct sembuf __user *tsems, unsigned int nsops, const struct old_timespec32 __user *timeout) compat_ksys_semtimedop() argument
2391 int semid, i; exit_sem() local
[all...]

Completed in 4 milliseconds