Searched refs:pmt_root (Results 1 – 1 of 1) sorted by relevance
10281 struct pmt_counter **const pmt_root = pmt_get_scope_root(scope); in pmt_add_counter() local10314 pcounter = pmt_find_counter(*pmt_root, name); in pmt_add_counter()10343 pcounter->next = *pmt_root; in pmt_add_counter()10344 *pmt_root = pcounter; in pmt_add_counter()