Home
last modified time | relevance | path

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

/xnu-11215.61.5/osfmk/kern/
H A Dkern_stackshot.c332 struct port_label_hash sc_plh; member
2882 struct port_label_hash *plh = &stackshot_ctx.sc_plh; in stackshot_plh_est_size()
2899 stackshot_ctx.sc_plh = (struct port_label_hash){.plh_size = 0}; /* structure assignment */ in stackshot_plh_reset()
2947 PLH_STAT_OP(os_atomic_inc(&stackshot_ctx.sc_plh.plh_bad, relaxed)); in stackshot_plh_setup()
2957 stackshot_ctx.sc_plh = plh; /* structure assignment */ in stackshot_plh_setup()
2987 uint16_t plh_size = stackshot_ctx.sc_plh.plh_size; in stackshot_plh_resetgen()
3006 struct port_label_hash *plh = &stackshot_ctx.sc_plh; in stackshot_plh_lookup_locked()
3076 struct port_label_hash *plh = &stackshot_ctx.sc_plh; in kdp_stackshot_plh_record_locked()
3132 plh_lock(&stackshot_ctx.sc_plh); in kdp_stackshot_plh_record()
3134 plh_unlock(&stackshot_ctx.sc_plh); in kdp_stackshot_plh_record()
[all …]