Home
last modified time | relevance | path

Searched refs:mpiMemReq_t (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dmpi.h140 typedef struct mpiMemReq_s mpiMemReq_t; typedef
445 void mpiRequirementsGet(mpiConfig_t *config, mpiMemReq_t *memoryRequirement);
H A Dsatypes.h255 mpiMemReq_t mpiMemoryAllocated; /**< MPI memory */
H A Dmpi.c66 void mpiRequirementsGet(mpiConfig_t* config, mpiMemReq_t* memoryRequirement) in mpiRequirementsGet()
69 mpiMemReq_t* memoryMap; in mpiRequirementsGet()
H A Dsaproto.h59 mpiMemReq_t *memoryAllocated,
H A Dsainit.c84 static mpiMemReq_t mpiMemoryRequirement; in saGetRequirements()
93 si_memset(&mpiMemoryRequirement, 0, sizeof(mpiMemReq_t)); in saGetRequirements()
320 static mpiMemReq_t mpiMemoryAllocated; in saInitialize()
340 si_memset(&mpiMemoryAllocated, 0, sizeof(mpiMemReq_t)); in saInitialize()
1839 mpiMemReq_t* memoryAllocated, in mpiInitialize()