Searched defs:shmid (Results 1 – 4 of 4) sorted by relevance
| /device/soc/rockchip/common/sdk_linux/ipc/ |
| D | shm.c | 989 static int shmctl_down(struct ipc_namespace *ns, int shmid, int cmd, struct shmid64_ds *shmid64) in shmctl_down() 1078 static int shmctl_stat(struct ipc_namespace *ns, int shmid, int cmd, struct shmid64_ds *tbuf) in shmctl_stat() 1163 static int shmctl_do_lock(struct ipc_namespace *ns, int shmid, int cmd) in shmctl_do_lock() 1240 static long ksys_shmctl(int shmid, int cmd, struct shmid_ds __user *buf, int version) in ksys_shmctl() 1302 SYSCALL_DEFINE3(shmctl, int, shmid, int, cmd, struct shmid_ds __user *, buf) in SYSCALL_DEFINE3() argument 1308 long ksys_old_shmctl(int shmid, int cmd, struct shmid_ds __user *buf) in ksys_old_shmctl() 1315 SYSCALL_DEFINE3(old_shmctl, int, shmid, int, cmd, struct shmid_ds __user *, buf) in SYSCALL_DEFINE3() argument 1440 static long compat_ksys_shmctl(int shmid, int cmd, void __user *uptr, int version) in compat_ksys_shmctl() 1503 COMPAT_SYSCALL_DEFINE3(shmctl, int, shmid, int, cmd, void __user *, uptr) in COMPAT_SYSCALL_DEFINE3() argument 1509 long compat_ksys_old_shmctl(int shmid, int cmd, void __user *uptr) in compat_ksys_old_shmctl() [all …]
|
| /device/board/bearpi/bearpi_hm_micro/hal/display/ |
| D | display_layer.c | 48 int32_t shmid; member 169 int32_t shmid; in AllocShm() local 265 int32_t shmid; in MmapShm() local 305 int32_t shmid = ((PriBufferHandle*)buffer)->shmid; in UnmapShm() local
|
| /device/qemu/hardware/display/ |
| D | display_gralloc.c | 43 int32_t shmid; member 135 int32_t shmid; in AllocShm() local 343 int32_t shmid; in MmapShm() local 430 int32_t shmid = ((PriBufferHandle*)buffer)->shmid; in UnmapShm() local
|
| /device/qemu/riscv32_virt/liteos_m/board/hardware/display/ |
| D | display_gralloc.c | 40 int32_t shmid; member
|