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

/freebsd-12-stable/lib/libpmcstat/
H A Dlibpmcstat_process.c312 SLIST_INSERT_HEAD(&args->pa_targets, pt, pt_next);
351 SLIST_FOREACH(pt, &args->pa_targets, pt_next) {
H A Dlibpmcstat.h83 SLIST_ENTRY(pmcstat_target) pt_next; member in struct:pmcstat_target
/freebsd-12-stable/sys/dev/hwpmc/
H A Dhwpmc_mod.c925 LIST_FOREACH(pt, &pm->pm_targets, pt_next)
934 LIST_INSERT_HEAD(&pm->pm_targets, pt, pt_next);
954 LIST_FOREACH(pt_td, &pp->pp_tds, pt_next) {
1000 LIST_FOREACH(pt, &pp->pp_tds, pt_next)
1014 LIST_FOREACH(ptgt, &pm->pm_targets, pt_next)
1021 LIST_REMOVE(ptgt, pt_next);
2388 LIST_REMOVE(pt, pt_next);
2411 LIST_INSERT_HEAD(&pmc_threadfreelist, pt, pt_next);
2436 LIST_REMOVE(pt, pt_next);
2437 LIST_INSERT_HEAD(&tmplist, pt, pt_next);
[all...]
/freebsd-12-stable/sys/sys/
H A Dpmc.h708 LIST_ENTRY(pmc_target) pt_next; member in struct:pmc_target
817 LIST_ENTRY(pmc_thread) pt_next; /* linked list */ member in struct:pmc_thread
/freebsd-12-stable/usr.sbin/pmcstat/
H A Dpmcstat.c188 SLIST_INSERT_HEAD(&args.pa_targets, pt, pt_next);
216 SLIST_INSERT_HEAD(&args.pa_targets, pt, pt_next);

Completed in 182 milliseconds