Searched refs:pmc_td (Results 1 – 1 of 1) sorted by relevance
2599 struct pmc_thread *pmc_td; in pmc_destroy_process_descriptor() local2601 while ((pmc_td = LIST_FIRST(&pp->pp_tds)) != NULL) { in pmc_destroy_process_descriptor()2602 LIST_REMOVE(pmc_td, pt_next); in pmc_destroy_process_descriptor()2603 pmc_thread_descriptor_pool_free(pmc_td); in pmc_destroy_process_descriptor()