Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dkern_stackshot.c204 uint8_t *pgs_gen; /* last 'gen #' seen in */ member
2971 SIZE_EST(size * sizeof(*stackshot_cpu_ctx.scc_plh_gen.pgs_gen) * real_ncpus) + in stackshot_plh_est_size()
2998 .pgs_gen = NULL, in stackshot_plh_setup()
3013 …cpu_ctx->scc_plh_gen.pgs_gen = stackshot_alloc_with_size(size * sizeof(*cpu_ctx->scc_plh_gen.pgs_g… in stackshot_plh_setup()
3014 if (cpu_ctx->scc_plh_gen.pgs_gen == NULL) { in stackshot_plh_setup()
3019 cpu_ctx->scc_plh_gen.pgs_gen[x] = 0; in stackshot_plh_setup()
3078 pgs->pgs_gen[x] = 0; in stackshot_plh_resetgen()
3143 pgs->pgs_gen[cur] = pgs->pgs_curgen; in stackshot_plh_lookup_locked()
3175 if (pgs->pgs_gen[idx] != curgen) { in kdp_stackshot_plh_record_locked()