Searched refs:pmc_td (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/hwpmc/
H A Dhwpmc_mod.c2649 struct pmc_thread *pmc_td; local
2651 while ((pmc_td = LIST_FIRST(&pp->pp_tds)) != NULL) {
2652 LIST_REMOVE(pmc_td, pt_next);
2653 pmc_thread_descriptor_pool_free(pmc_td);

Completed in 136 milliseconds