Searched refs:hotdepth (Results 1 – 2 of 2) sorted by relevance
1400 int hotdepth; member1461 stack__.hotdepth += (hot__ || stack__.hotdepth); \1476 stack__.hotdepth = PetscMax(stack__.hotdepth - 1, 0); \1631 petscstack.hotdepth = PetscMax(petscstack.hotdepth - 1, 0); \
84 if (petscstack.hotdepth > 0 && petsc_checkpointer_intensity < 2) return PETSC_TRUE; in PetscCheckPointer()