Searched refs:plh_gen (Results 1 – 1 of 1) sorted by relevance
1034 uint8_t *plh_gen; /* last 'gen #' seen in */ member1073 SIZE_EST(size * sizeof(*plh->plh_gen)) + in stackshot_plh_est_size()1101 plh.plh_gen = kcdata_endalloc(data, size * sizeof(*plh.plh_gen)); in stackshot_plh_setup()1103 …if (plh.plh_array == NULL || plh.plh_chains == NULL || plh.plh_gen == NULL || plh.plh_hash == NULL… in stackshot_plh_setup()1110 plh.plh_gen[x] = 0; in stackshot_plh_setup()1152 plh->plh_gen[x] = 0; in stackshot_plh_resetgen()1212 plh->plh_gen[cur] = plh->plh_curgen; in stackshot_plh_lookup()1244 if (plh->plh_gen[idx] != curgen) { in kdp_stackshot_plh_record()