Searched refs:msrp (Results 1 – 1 of 1) sorted by relevance
10653 struct msr_counter *msrp; in add_counter() local10665 msrp = find_msrp_by_name(sys.tp, name); in add_counter()10666 if (msrp) { in add_counter()10677 msrp = find_msrp_by_name(sys.cp, name); in add_counter()10678 if (msrp) { in add_counter()10689 msrp = find_msrp_by_name(sys.pp, name); in add_counter()10690 if (msrp) { in add_counter()10705 if (msrp == NULL) { in add_counter()10706 msrp = calloc(1, sizeof(struct msr_counter)); in add_counter()10707 if (msrp == NULL) in add_counter()[all …]