Home
last modified time | relevance | path

Searched refs:appHandle (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dmpi.c403 (void *)circularQ->memoryRegion.appHandle, in mpiMsgPrepare()
408 ossaCacheFlush(circularQ->agRoot, (void *)circularQ->memoryRegion.appHandle, in mpiMsgPrepare()
530 …ossaCachePreFlush(circularQ->agRoot, (void *)circularQ->memoryRegion.appHandle, (void *)msgHeader,… in mpiMsgProduce()
533 …ossaCacheFlush(circularQ->agRoot, (void *)circularQ->memoryRegion.appHandle, (void *)msgHeader, ci… in mpiMsgProduce()
690 …ossaCacheInvalidate(circularQ->agRoot, (void *)circularQ->memoryRegion.appHandle, (void *)msgHeade… in mpiMsgConsume()
730 …ossaCacheInvalidate(circularQ->agRoot, (void *)circularQ->memoryRegion.appHandle, (void *)msgHeade… in mpiMsgConsume()
H A Dmpi.h112 void* appHandle; /**< Handle used for the application to free memory */ member
H A Dsainit.c1002 …mpiMemoryAllocated.region[i].appHandle = memoryAllocated->agMemory[MPI_IBQ_OBQ_INDEX + i].osH… in saInitialize()