Searched refs:pmt_root (Results 1 – 1 of 1) sorted by relevance
8890 struct pmt_counter **const pmt_root = pmt_get_scope_root(scope); in pmt_add_counter() local8923 pcounter = pmt_find_counter(*pmt_root, name); in pmt_add_counter()8953 pcounter->next = *pmt_root; in pmt_add_counter()8954 *pmt_root = pcounter; in pmt_add_counter()