Home
last modified time | relevance | path

Searched refs:mpiMem_t (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/spc/
HDmpi.h124 typedef struct mpiMem_s mpiMem_t; typedef
138mpiMem_t region[MPI_MAX_MEM_REGIONS]; /**< Pointer to the array of structures that define memroy…
161 mpiMem_t memoryRegion; /**< Queue's memory region descriptor */
187 mpiMem_t memoryRegion; /**< Queue's memory region descriptor */
HDsainit.c2308 …memcpy(&saRoot->inboundQueue[qIdx].memoryRegion, &memoryAllocated->region[mIdx], sizeof(mpiMem_t)); in mpiInitialize()
2415 …emcpy(&saRoot->outboundQueue[qIdx].memoryRegion, &memoryAllocated->region[mIdx], sizeof(mpiMem_t)); in mpiInitialize()