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

/freebsd-13-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-13-stable/sys/dev/hwpmc/
H A Dhwpmc_mod.c927 LIST_FOREACH(pt, &pm->pm_targets, pt_next)
936 LIST_INSERT_HEAD(&pm->pm_targets, pt, pt_next);
956 LIST_FOREACH(pt_td, &pp->pp_tds, pt_next) {
1002 LIST_FOREACH(pt, &pp->pp_tds, pt_next)
1016 LIST_FOREACH(ptgt, &pm->pm_targets, pt_next)
1023 LIST_REMOVE(ptgt, pt_next);
2390 LIST_REMOVE(pt, pt_next);
2413 LIST_INSERT_HEAD(&pmc_threadfreelist, pt, pt_next);
2438 LIST_REMOVE(pt, pt_next);
2439 LIST_INSERT_HEAD(&tmplist, pt, pt_next);
[all...]
/freebsd-13-stable/sys/contrib/openzfs/module/icp/include/sys/crypto/
H A Dsched_impl.h99 struct kcf_prov_tried *pt_next; member in struct:kcf_prov_tried
/freebsd-13-stable/sys/contrib/openzfs/module/icp/core/
H A Dkcf_callprov.c39 list = list->pt_next;
56 l->pt_next = *list;
68 triedl = triedl->pt_next;
/freebsd-13-stable/sys/sys/
H A Dpmc.h705 LIST_ENTRY(pmc_target) pt_next; member in struct:pmc_target
814 LIST_ENTRY(pmc_thread) pt_next; /* linked list */ member in struct:pmc_thread
/freebsd-13-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 104 milliseconds