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

/freebsd-current/lib/libpmcstat/
H A Dlibpmcstat_process.c224 LIST_FOREACH_SAFE(pp, &pmcstat_process_hash[hash], pp_next, pptmp)
236 LIST_REMOVE(pp, pp_next);
254 LIST_INSERT_HEAD(&pmcstat_process_hash[hash], pp, pp_next);
H A Dlibpmcstat.h247 LIST_ENTRY(pmcstat_process) pp_next; /* hash-next */ member in struct:pmcstat_process
H A Dlibpmcstat_logging.c643 LIST_FOREACH_SAFE(pp, &pmcstat_process_hash[i], pp_next,
649 LIST_REMOVE(pp, pp_next);
/freebsd-current/usr.sbin/ctld/
H A Dctld.h135 TAILQ_ENTRY(pport) pp_next; member in struct:pport
H A Dctld.c133 TAILQ_FOREACH_SAFE(pp, &conf->conf_pports, pp_next, pptmp)
1191 TAILQ_INSERT_TAIL(&conf->conf_pports, pp, pp_next);
1200 TAILQ_FOREACH(pp, &conf->conf_pports, pp_next) {
1223 TAILQ_REMOVE(&pp->pp_conf->conf_pports, pp, pp_next);
2701 TAILQ_FOREACH(pp, &oldconf->conf_pports, pp_next)
/freebsd-current/sys/dev/hwpmc/
H A Dhwpmc_mod.c2551 LIST_FOREACH(pp, pph, pp_next) {
2557 LIST_REMOVE(pp, pp_next);
2563 LIST_INSERT_HEAD(pph, ppnew, pp_next);
2589 LIST_REMOVE(pp, pp_next);
5746 LIST_FOREACH(pp, prh, pp_next)
/freebsd-current/sys/sys/
H A Dpmc.h835 LIST_ENTRY(pmc_process) pp_next; /* hash chain */ member in struct:pmc_process

Completed in 132 milliseconds