Home
last modified time | relevance | path

Searched defs:shared (Results 1 - 25 of 236) sorted by relevance

12345678910

/kernel/liteos_a/testsuites/unittest/basic/mem/shm/full/
H A Dshm_test_006.cpp38 void *shared = NULL; in Testcase() local
[all...]
H A Dshm_test_008.cpp39 void *shared = NULL; in Testcase() local
H A Dshm_test_007.cpp38 char *shared = NULL; in Testcase() local
[all...]
H A Dshm_test_001.cpp45 struct shared_use_st *shared = nullptr; in ShmReadFunc() local
85 struct shared_use_st *shared = nullptr; in ShmWriteFunc() local
[all...]
/kernel/liteos_a/testsuites/unittest/basic/mem/shm/smoke/
H A Dshm_test_011.cpp37 int *shared = NULL; in Testcase() local
[all...]
/kernel/linux/linux-5.10/arch/arm/xen/
H A Dgrant-table.c43 void arch_gnttab_unmap(void *shared, unsigned long nr_gframes) in arch_gnttab_unmap() argument
/kernel/linux/linux-6.6/arch/arm/xen/
H A Dgrant-table.c43 void arch_gnttab_unmap(void *shared, unsigned long nr_gframes) in arch_gnttab_unmap() argument
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-thin-metadata.h137 bool shared:1; member
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dradeon_sync.c88 radeon_sync_resv(struct radeon_device *rdev, struct radeon_sync *sync, struct dma_resv *resv, bool shared) radeon_sync_resv() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dradeon_sync.c89 radeon_sync_resv(struct radeon_device *rdev, struct radeon_sync *sync, struct dma_resv *resv, bool shared) radeon_sync_resv() argument
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-thin-metadata.h138 bool shared:1; member
/kernel/liteos_a/testsuites/unittest/process/plimits/smoke/
H A DIt_process_plimits_ipc_009.cpp51 void *shared = nullptr; in ItProcessPlimitsIpc009() local
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H A Daic7770_osm.c64 int shared; in aic7770_map_int() local
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A Daic7770_osm.c64 int shared; in aic7770_map_int() local
/kernel/liteos_m/kal/posix/src/
H A Dsemaphore.c68 int sem_init(sem_t *sem, int shared, unsigned int value) in sem_init() argument
/kernel/liteos_a/testsuites/unittest/container/smoke/
H A DIt_ipc_container_005.cpp40 struct shared_use_st *shared = NULL; in childFunc() local
93 struct shared_use_st *shared = NULL; in testChild() local
/kernel/liteos_a/testsuites/unittest/process/basic/process/full/
H A Dprocess_test_042.cpp40 int *shared = (int *)shmat(shmid, nullptr, 0); in Child2() local
57 int *shared = (int *)shmat(shmid, nullptr, 0); in Child1() local
83 int *shared = NULL; GroupProcess() local
[all...]
/test/xts/acts/kernel_lite/ipc_posix/shared_memory/
H A DShmTest.cpp48 char *shared = nullptr; in HWTEST_F() local
105 char *shared = nullptr; HWTEST_F() local
181 char *shared = nullptr; HWTEST_F() local
245 char *shared = nullptr; HWTEST_F() local
299 void *shared = nullptr; HWTEST_F() local
316 EXPECT_NE(sharedTmp, (void*)-1) << "> shmat : error : sharedTmp = " << sharedTmp << "shared = " << shared; HWTEST_F() local
353 char *shared = static_cast<char*>(shmat(shmid, nullptr, 0)); HWTEST_F() local
[all...]
/foundation/ai/ai_engine/services/common/platform/os_wrapper/ipc/source/
H A Daie_ipc.cpp69 char *shared = reinterpret_cast<char *>(shmat(shmId, nullptr, 0)); in IpcIoPushSharedMemory() local
131 char *shared in IpcIoPopSharedMemory() local
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/test/src/base/
H A DSharedPtrTest.cpp297 BASE_NS::shared_ptr<int> shared; in HWTEST_F() local
308 BASE_NS::shared_ptr<CORE_NS::IInterface> shared; HWTEST_F() local
[all...]
/kernel/linux/linux-5.10/arch/x86/xen/
H A Dgrant-table.c35 void *shared = *__shared; in arch_gnttab_map_shared() local
57 grant_status_t *shared = *__shared; in arch_gnttab_map_status() local
75 void arch_gnttab_unmap(void *shared, unsigned long nr_gframes) in arch_gnttab_unmap() argument
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-tm-spr.c11 struct shared { struct
/kernel/linux/linux-5.10/include/linux/
H A Ddma-resv.h60 struct dma_fence __rcu *shared[]; member
[all...]
/kernel/linux/linux-6.6/arch/x86/xen/
H A Dgrant-table.c35 void *shared = *__shared; in arch_gnttab_map_shared() local
57 grant_status_t *shared = *__shared; in arch_gnttab_map_status() local
75 void arch_gnttab_unmap(void *shared, unsigned long nr_gframes) in arch_gnttab_unmap() argument
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-tm-spr.c11 struct shared { struct

Completed in 7 milliseconds

12345678910