Home
last modified time | relevance | path

Searched refs:pgs_gen (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.1.9/osfmk/kern/
H A Dkern_stackshot.c201 uint8_t *pgs_gen; /* last 'gen #' seen in */ member
2960 SIZE_EST(size * sizeof(*stackshot_cpu_ctx.scc_plh_gen.pgs_gen) * real_ncpus) + in stackshot_plh_est_size()
2987 .pgs_gen = NULL, in stackshot_plh_setup()
3002 …cpu_ctx->scc_plh_gen.pgs_gen = stackshot_alloc_with_size(size * sizeof(*cpu_ctx->scc_plh_gen.pgs_g… in stackshot_plh_setup()
3003 if (cpu_ctx->scc_plh_gen.pgs_gen == NULL) { in stackshot_plh_setup()
3008 cpu_ctx->scc_plh_gen.pgs_gen[x] = 0; in stackshot_plh_setup()
3067 pgs->pgs_gen[x] = 0; in stackshot_plh_resetgen()
3132 pgs->pgs_gen[cur] = pgs->pgs_curgen; in stackshot_plh_lookup_locked()
3164 if (pgs->pgs_gen[idx] != curgen) { in kdp_stackshot_plh_record_locked()