Home
last modified time | relevance | path

Searched defs:shmid (Results 51 - 75 of 102) sorted by relevance

12345

/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmat/
H A Dhugeshmat04.c48 int status, shmid; in shared_hugepage() local
/third_party/ltp/testcases/kernel/syscalls/ipc/shmat/
H A Dshmat02.c35 int *shmid; member
/kernel/linux/linux-5.10/tools/testing/selftests/vm/
H A Dwrite_to_hugetlbfs.c32 static int shmid; variable
[all...]
/kernel/linux/linux-6.6/arch/xtensa/kernel/
H A Dsyscall.c39 asmlinkage long xtensa_shmat(int shmid, char __user *shmaddr, int shmflg) in xtensa_shmat() argument
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Dwrite_to_hugetlbfs.c32 static int shmid; variable
[all...]
/kernel/liteos_a/syscall/
H A Dvm_syscall.c81 void *SysShmAt(int shmid, const void *shmaddr, int shmflg) in SysShmAt() argument
93 int SysShmCtl(int shmid, int cmd, struct shmid_ds *buf) in SysShmCtl() argument
/kernel/liteos_a/testsuites/unittest/container/smoke/
H A DIt_ipc_container_004.cpp46 int shmid = shmget((key_t)SHM_TEST_KEY1, sizeof(struct shared_use_st), SHM_TEST_OPEN_PERM | IPC_CREAT); in childFunc1() local
84 int shmid = shmget((key_t)SHM_TEST_KEY1, sizeof(struct shared_use_st), SHM_TEST_OPEN_PERM | IPC_CREAT); in childFunc() local
163 int shmid = shmget((key_t)SHM_TEST_KEY1, sizeof(struct shared_use_st), SHM_TEST_OPEN_PERM | IPC_CREAT); ItIpcContainer004() local
[all...]
H A DIt_ipc_container_006.cpp46 int shmid = shmget((key_t)SHM_TEST_KEY1, sizeof(struct shared_use_st), SHM_TEST_OPEN_PERM | IPC_CREAT); in childFunc1() local
117 int shmid = shmget((key_t)SHM_TEST_KEY1, sizeof(struct shared_use_st), SHM_TEST_OPEN_PERM | IPC_CREAT); in childFunc() local
[all...]
/kernel/liteos_a/testsuites/unittest/process/plimits/smoke/
H A DIt_process_plimits_ipc_010.cpp55 int shmid = -1; in ItProcessPlimitsIpc010() local
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dshmndk.cpp38 int shmid; in Shmget() local
50 int shmid; in Shmdt() local
64 int shmid = shmget(ftok(path, id), VALUE100, IPC_CREAT | TEST_MODE); in Shmctl() local
75 int shmid; in Shmat() local
[all...]
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmctl/
H A Dhugeshmctl02.c39 int *shmid; member
54 static int libc_shmctl(int shmid, int cmd, void *buf) in libc_shmctl() argument
59 static int sys_shmctl(int shmid, int cmd, void *buf) in sys_shmctl() argument
/third_party/ltp/testcases/kernel/syscalls/ipc/shmctl/
H A Dshmctl02.c47 static int libc_shmctl(int shmid, int cmd, void *buf) in libc_shmctl() argument
52 static int sys_shmctl(int shmid, int cmd, void *buf) in sys_shmctl() argument
H A Dshmctl04.c62 int shmid, size, rss, swap; in parse_proc_sysvipc() local
117 int i, shmid, cnt = 0; in verify_shminfo() local
/third_party/ltp/testcases/kernel/syscalls/setns/
H A Dsetns02.c36 static int shmid; variable
/third_party/toybox/toys/pending/
H A Dipcs.c152 int max_nr, i, shmid; in shm_array() local
[all...]
/test/xts/dcts/common/
H A Dshm_utils.cpp34 static int shmid; // 共享内存标识符 variable
/third_party/alsa-lib/src/pcm/
H A Dpcm_mmap.c233 int snd_pcm_channel_info_shm(snd_pcm_t *pcm, snd_pcm_channel_info_t *info, int shmid) in snd_pcm_channel_info_shm() argument
[all...]
/third_party/ltp/lib/
H A Dtst_safe_sysv_ipc.c160 void *safe_shmat(const char *file, const int lineno, int shmid, in safe_shmat() argument
192 int safe_shmctl(const char *file, const int lineno, int shmid, int cmd, in safe_shmctl() argument
/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H A Dtsoftinj.c121 int shmid = 0; in shm_hugepage() local
H A Dhugepage.h105 int shmid; in alloc_shm_hugepage() local
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H A Dhugepage.h105 int shmid; in alloc_shm_hugepage() local
H A Dtsoftinj.c121 int shmid = 0; in shm_hugepage() local
/base/startup/init/interfaces/innerkits/include/param/
H A Dsys_param.h89 int shmid; member
/device/qemu/riscv32_virt/liteos_m/board/hardware/display/
H A Ddisplay_gralloc.c40 int32_t shmid; member
/kernel/liteos_a/testsuites/unittest/container/
H A DIt_container_test.h133 explicit ShmFinalizer(void* shm, int shmid) in ShmFinalizer() argument

Completed in 10 milliseconds

12345