Searched refs:sc_plh (Results 1 – 1 of 1) sorted by relevance
336 struct port_label_hash sc_plh; member2951 struct port_label_hash *plh = &stackshot_ctx.sc_plh; in stackshot_plh_est_size()2968 stackshot_ctx.sc_plh = (struct port_label_hash){.plh_size = 0}; /* structure assignment */ in stackshot_plh_reset()3016 PLH_STAT_OP(os_atomic_inc(&stackshot_ctx.sc_plh.plh_bad, relaxed)); in stackshot_plh_setup()3026 stackshot_ctx.sc_plh = plh; /* structure assignment */ in stackshot_plh_setup()3057 uint16_t plh_size = stackshot_ctx.sc_plh.plh_size; in stackshot_plh_resetgen()3076 struct port_label_hash *plh = &stackshot_ctx.sc_plh; in stackshot_plh_lookup_locked()3146 struct port_label_hash *plh = &stackshot_ctx.sc_plh; in kdp_stackshot_plh_record_locked()3202 plh_lock(&stackshot_ctx.sc_plh); in kdp_stackshot_plh_record()3204 plh_unlock(&stackshot_ctx.sc_plh); in kdp_stackshot_plh_record()[all …]