Home
last modified time | relevance | path

Searched refs:inuse (Results 1 – 9 of 9) sorted by relevance

/petsc/src/vec/is/sf/impls/window/
H A Dsfwindow.c26 PetscBool inuse; member
470 …PetscCheck(!link->inuse, wcomm, PETSC_ERR_ARG_WRONGSTATE, "Communication already in progress on pe… in PetscSFGetWindow()
483 if (!link->inuse && (!epoch || !link->epoch) && bytes == (MPI_Aint)link->bytes) { in PetscSFGetWindow()
552 link->inuse = PETSC_TRUE; in PetscSFGetWindow()
725 link->inuse = PETSC_FALSE; in PetscSFRestoreWindow()
846 …PetscCheck(!wlink->inuse, wcomm, PETSC_ERR_ARG_WRONGSTATE, "Window still in use with address %p", … in PetscSFReset_Window()
889 link->inuse = PETSC_FALSE; in PetscSFRegisterPersistent_Window()
919 …PetscCheck(!link->inuse, wcomm, PETSC_ERR_ARG_WRONGSTATE, "Deregistering a window when communicati… in PetscSFDeregisterPersistent_Window()
/petsc/src/vec/is/sf/impls/basic/
H A Dsfbasic.h21 …PetscSFLink inuse /* Buffers being used for transactions that have not yet complete…
H A Dsfmpi.c238 link->next = bas->inuse; in PetscSFLinkCreate_MPI()
239 bas->inuse = link; in PetscSFLinkCreate_MPI()
H A Dsfbasic.c264 …PetscCheck(!bas->inuse, PetscObjectComm((PetscObject)sf), PETSC_ERR_ARG_WRONGSTATE, "Outstanding o… in PetscSFReset_Basic()
H A Dsfpack.c445 for (p = &bas->inuse; (link = *p); p = &link->next) { in PetscSFLinkGetInUse()
492 for (p = &bas->inuse; (link = *p); p = &link->next) { in PetscSFSetErrorOnUnsupportedOverlap()
/petsc/src/ts/adapt/interface/
H A Dtsadapt.c834 … char name[], PetscInt order, PetscInt stageorder, PetscReal ccfl, PetscReal cost, PetscBool inuse) in TSAdaptCandidateAdd() argument
841 if (inuse) { in TSAdaptCandidateAdd()
846 c = inuse ? 0 : !adapt->candidates.inuse_set + adapt->candidates.n; in TSAdaptCandidateAdd()
/petsc/src/vec/is/sf/impls/basic/nvshmem/
H A Dsfnvshmem.cu786 link->next = bas->inuse; in PetscSFLinkCreate_NVSHMEM()
787 bas->inuse = link; in PetscSFLinkCreate_NVSHMEM()
/petsc/src/vec/is/sf/impls/basic/neighbor/
H A Dsfneighbor.c256 …PetscCheck(!dat->inuse, PetscObjectComm((PetscObject)sf), PETSC_ERR_ARG_WRONGSTATE, "Outstanding o… in PetscSFReset_Neighbor()
/petsc/src/vec/is/sf/impls/basic/allgatherv/
H A Dsfallgatherv.c85 …PetscCheck(!dat->inuse, PetscObjectComm((PetscObject)sf), PETSC_ERR_ARG_WRONGSTATE, "Outstanding o… in PetscSFReset_Allgatherv()