Searched refs:msrp (Results 1 – 1 of 1) sorted by relevance
10577 struct msr_counter *msrp; in add_counter() local10589 msrp = find_msrp_by_name(sys.tp, name); in add_counter()10590 if (msrp) { in add_counter()10601 msrp = find_msrp_by_name(sys.cp, name); in add_counter()10602 if (msrp) { in add_counter()10613 msrp = find_msrp_by_name(sys.pp, name); in add_counter()10614 if (msrp) { in add_counter()10629 if (msrp == NULL) { in add_counter()10630 msrp = calloc(1, sizeof(struct msr_counter)); in add_counter()10631 if (msrp == NULL) in add_counter()[all …]