Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dkern_stackshot.c274 struct _stackshot_plh_gen_state scc_plh_gen; member
2971 SIZE_EST(size * sizeof(*stackshot_cpu_ctx.scc_plh_gen.pgs_gen) * real_ncpus) + in stackshot_plh_est_size()
2997 cpu_ctx->scc_plh_gen = (struct _stackshot_plh_gen_state){ 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()
3067 struct _stackshot_plh_gen_state *pgs = &stackshot_cpu_ctx.scc_plh_gen; in stackshot_plh_resetgen()
3142 struct _stackshot_plh_gen_state *pgs = &stackshot_cpu_ctx.scc_plh_gen; in stackshot_plh_lookup_locked()
3158 struct _stackshot_plh_gen_state *pgs = &stackshot_cpu_ctx.scc_plh_gen; in kdp_stackshot_plh_record_locked()