Home
last modified time | relevance | path

Searched refs:pt_td (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/sys/
H A Dpmc.h811 struct thread *pt_td; /* target thread */ member
/freebsd/sys/dev/hwpmc/
H A Dhwpmc_mod.c901 struct pmc_thread *pt_td __diagused; in pmc_link_target_process()
948 LIST_FOREACH(pt_td, &pp->pp_tds, pt_next) { in pmc_link_target_process()
949 KASSERT(pt_td->pt_pmcs[ri].pt_pmcval == (pmc_value_t) 0, in pmc_link_target_process()
2453 if (pt->pt_td == td) in pmc_find_thread_descriptor()
2463 pt->pt_td = td; in pmc_find_thread_descriptor()