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