Searched refs:wins (Results 1 – 1 of 1) sorted by relevance
9 PetscSFWinLink wins; /* List of active windows */ member451 for (link = w->wins; reuse && link; link = link->next) { in PetscSFGetWindow()478 for (link = w->wins; reuse && link; link = link->next) { in PetscSFGetWindow()499 link->next = w->wins; in PetscSFGetWindow()503 w->wins = link; in PetscSFGetWindow()621 for (link = w->wins; link; link = link->next) { in PetscSFFindWindow()663 for (p = &w->wins; *p; p = &(*p)->next) { in PetscSFRestoreWindow()844 for (wlink = w->wins; wlink; wlink = wnext) { in PetscSFReset_Window()853 w->wins = NULL; in PetscSFReset_Window()877 link->next = w->wins; in PetscSFRegisterPersistent_Window()[all …]