Home
last modified time | relevance | path

Searched defs:shared_data (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/futex/
Dfutex_cmp_requeue01.c21 struct shared_data { struct
27 static struct shared_data *sd; argument
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline_cache.c323 struct v3dv_pipeline_shared_data *shared_data; in v3dv_pipeline_cache_search_for_pipeline() local
348 struct v3dv_pipeline_shared_data *shared_data) in v3dv_pipeline_shared_data_destroy()
426 struct v3dv_pipeline_shared_data *shared_data, in pipeline_cache_upload_shared_data()
Dv3dv_private.h2290 struct v3dv_pipeline_shared_data *shared_data; member
2412 v3dv_pipeline_shared_data_ref(struct v3dv_pipeline_shared_data *shared_data) in v3dv_pipeline_shared_data_ref()
2424 struct v3dv_pipeline_shared_data *shared_data) in v3dv_pipeline_shared_data_unref()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dloss_with_reduction_impl.cu89 __device__ __forceinline__ void WarpReduce(T *shared_data, const int tid) { in WarpReduce()
142 __device__ __forceinline__ void BlockReduce(T *shared_data, const unsigned int tid) { in BlockReduce()
223 __inline__ __device__ void Reduce(T *output, T *shared_data, const unsigned int tid) { in Reduce()