Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/pms/RefTisa/sallsdk/spc/
HDmpi.c402 (void *)circularQ->memoryRegion.appHandle, in mpiMsgPrepare()
407 ossaCacheFlush(circularQ->agRoot, (void *)circularQ->memoryRegion.appHandle, in mpiMsgPrepare()
529 …ossaCachePreFlush(circularQ->agRoot, (void *)circularQ->memoryRegion.appHandle, (void *)msgHeader,… in mpiMsgProduce()
532 …ossaCacheFlush(circularQ->agRoot, (void *)circularQ->memoryRegion.appHandle, (void *)msgHeader, ci… in mpiMsgProduce()
689 …ossaCacheInvalidate(circularQ->agRoot, (void *)circularQ->memoryRegion.appHandle, (void *)msgHeade… in mpiMsgConsume()
729 …ossaCacheInvalidate(circularQ->agRoot, (void *)circularQ->memoryRegion.appHandle, (void *)msgHeade… in mpiMsgConsume()
HDmpi.h111 void* appHandle; /**< Handle used for the application to free memory */ member
HDsainit.c1001 …mpiMemoryAllocated.region[i].appHandle = memoryAllocated->agMemory[MPI_IBQ_OBQ_INDEX + i].osH… in saInitialize()