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

/freebsd-12-stable/sys/dev/hwpmc/
H A Dhwpmc_mod.c905 struct pmc_thread *pt_td; local
954 LIST_FOREACH(pt_td, &pp->pp_tds, pt_next) {
955 KASSERT(pt_td->pt_pmcs[ri].pt_pmcval == (pmc_value_t) 0,
2500 if (pt->pt_td == td)
2509 pt->pt_td = td;
/freebsd-12-stable/sys/sys/
H A Dpmc.h818 struct thread *pt_td; /* target thread */ member in struct:pmc_thread

Completed in 117 milliseconds