Searched refs:plh_curgen_max (Results 1 – 1 of 1) sorted by relevance
1039 int16_t plh_curgen_max; /* max idx seen for this gen */ member1094 .plh_curgen_max = 0, in stackshot_plh_setup()1146 if (plh->plh_curgen_min == STACKSHOT_PLH_SIZE_MAX && plh->plh_curgen_max == 0) { in stackshot_plh_resetgen()1151 plh->plh_curgen_max = 0; in stackshot_plh_resetgen()1218 if (plh->plh_curgen_max < cur) { in stackshot_plh_lookup()1219 plh->plh_curgen_max = cur; in stackshot_plh_lookup()1233 int16_t curgen_max = plh->plh_curgen_max; in kdp_stackshot_plh_record()