Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dkern_stackshot.c339 struct port_label_hash sc_plh; member
2962 struct port_label_hash *plh = &stackshot_ctx.sc_plh; in stackshot_plh_est_size()
2979 stackshot_ctx.sc_plh = (struct port_label_hash){.plh_size = 0}; /* structure assignment */ in stackshot_plh_reset()
3027 PLH_STAT_OP(os_atomic_inc(&stackshot_ctx.sc_plh.plh_bad, relaxed)); in stackshot_plh_setup()
3037 stackshot_ctx.sc_plh = plh; /* structure assignment */ in stackshot_plh_setup()
3068 uint16_t plh_size = stackshot_ctx.sc_plh.plh_size; in stackshot_plh_resetgen()
3087 struct port_label_hash *plh = &stackshot_ctx.sc_plh; in stackshot_plh_lookup_locked()
3157 struct port_label_hash *plh = &stackshot_ctx.sc_plh; in kdp_stackshot_plh_record_locked()
3213 plh_lock(&stackshot_ctx.sc_plh); in kdp_stackshot_plh_record()
3215 plh_unlock(&stackshot_ctx.sc_plh); in kdp_stackshot_plh_record()
[all …]