Searched refs:pmt_root (Results 1 – 1 of 1) sorted by relevance
9894 struct pmt_counter **const pmt_root = pmt_get_scope_root(scope); in pmt_add_counter() local9927 pcounter = pmt_find_counter(*pmt_root, name); in pmt_add_counter()9956 pcounter->next = *pmt_root; in pmt_add_counter()9957 *pmt_root = pcounter; in pmt_add_counter()