Searched refs:plh_curgen_max (Results 1 – 1 of 1) sorted by relevance
1037 int16_t plh_curgen_max; /* max idx seen for this gen */ member1092 .plh_curgen_max = 0, in stackshot_plh_setup()1144 if (plh->plh_curgen_min == STACKSHOT_PLH_SIZE_MAX && plh->plh_curgen_max == 0) { in stackshot_plh_resetgen()1149 plh->plh_curgen_max = 0; in stackshot_plh_resetgen()1216 if (plh->plh_curgen_max < cur) { in stackshot_plh_lookup()1217 plh->plh_curgen_max = cur; in stackshot_plh_lookup()1231 int16_t curgen_max = plh->plh_curgen_max; in kdp_stackshot_plh_record()