Searched refs:sc_plh (Results 1 – 1 of 1) sorted by relevance
332 struct port_label_hash sc_plh; member2899 struct port_label_hash *plh = &stackshot_ctx.sc_plh; in stackshot_plh_est_size()2916 stackshot_ctx.sc_plh = (struct port_label_hash){.plh_size = 0}; /* structure assignment */ in stackshot_plh_reset()2964 PLH_STAT_OP(os_atomic_inc(&stackshot_ctx.sc_plh.plh_bad, relaxed)); in stackshot_plh_setup()2974 stackshot_ctx.sc_plh = plh; /* structure assignment */ in stackshot_plh_setup()3004 uint16_t plh_size = stackshot_ctx.sc_plh.plh_size; in stackshot_plh_resetgen()3023 struct port_label_hash *plh = &stackshot_ctx.sc_plh; in stackshot_plh_lookup_locked()3093 struct port_label_hash *plh = &stackshot_ctx.sc_plh; in kdp_stackshot_plh_record_locked()3149 plh_lock(&stackshot_ctx.sc_plh); in kdp_stackshot_plh_record()3151 plh_unlock(&stackshot_ctx.sc_plh); in kdp_stackshot_plh_record()[all …]