Searched refs:PetscSFLinkReclaim (Results 1 – 5 of 5) sorted by relevance
208 PetscCall(PetscSFLinkReclaim(sf, &link)); in PetscSFReduceEnd_Allgatherv()239 PetscCall(PetscSFLinkReclaim(sf, &link)); in PetscSFBcastToZero_Allgatherv()309 PetscCall(PetscSFLinkReclaim(sf, &link)); in PetscSFFetchAndOpBegin_Allgatherv()
109 PetscCall(PetscSFLinkReclaim(sf, &link)); in PetscSFBcastToZero_Allgather()
380 PetscCall(PetscSFLinkReclaim(sf, &link)); in PetscSFBcastEnd_Basic()416 PetscCall(PetscSFLinkReclaim(sf, &link)); in PetscSFReduceEnd_Basic()445 PetscCall(PetscSFLinkReclaim(sf, &link)); in PetscSFFetchAndOpEnd_Basic()
216 PETSC_INTERN PetscErrorCode PetscSFLinkReclaim(PetscSF, PetscSFLink *);
465 PetscErrorCode PetscSFLinkReclaim(PetscSF sf, PetscSFLink *mylink) in PetscSFLinkReclaim() function