Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dmpi.h123 typedef struct mpiMem_s mpiMem_t; typedef
137mpiMem_t region[MPI_MAX_MEM_REGIONS]; /**< Pointer to the array of structures that define memroy…
160 mpiMem_t memoryRegion; /**< Queue's memory region descriptor */
186 mpiMem_t memoryRegion; /**< Queue's memory region descriptor */
H A Dsainit.c2307 …memcpy(&saRoot->inboundQueue[qIdx].memoryRegion, &memoryAllocated->region[mIdx], sizeof(mpiMem_t)); in mpiInitialize()
2414 …emcpy(&saRoot->outboundQueue[qIdx].memoryRegion, &memoryAllocated->region[mIdx], sizeof(mpiMem_t)); in mpiInitialize()