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

/freebsd-12-stable/lib/libpmcstat/
H A Dlibpmcstat_process.c227 LIST_FOREACH_SAFE(pp, &pmcstat_process_hash[hash], pp_next, pptmp)
239 LIST_REMOVE(pp, pp_next);
257 LIST_INSERT_HEAD(&pmcstat_process_hash[hash], pp, pp_next);
H A Dlibpmcstat.h249 LIST_ENTRY(pmcstat_process) pp_next; /* hash-next */ member in struct:pmcstat_process
H A Dlibpmcstat_logging.c646 LIST_FOREACH_SAFE(pp, &pmcstat_process_hash[i], pp_next,
652 LIST_REMOVE(pp, pp_next);
/freebsd-12-stable/sys/net/
H A Dif_sppp.h142 struct sppp *pp_next; /* next interface in keepalive list */ member in struct:sppp
/freebsd-12-stable/usr.sbin/ctld/
H A Dctld.h136 TAILQ_ENTRY(pport) pp_next; member in struct:pport
H A Dctld.c131 TAILQ_FOREACH_SAFE(pp, &conf->conf_pports, pp_next, pptmp)
1181 TAILQ_INSERT_TAIL(&conf->conf_pports, pp, pp_next);
1190 TAILQ_FOREACH(pp, &conf->conf_pports, pp_next) {
1213 TAILQ_REMOVE(&pp->pp_conf->conf_pports, pp, pp_next);
2628 TAILQ_FOREACH(pp, &oldconf->conf_pports, pp_next)
/freebsd-12-stable/sys/dev/hwpmc/
H A Dhwpmc_mod.c2597 LIST_FOREACH(pp, pph, pp_next)
2602 LIST_REMOVE(pp, pp_next);
2609 LIST_INSERT_HEAD(pph, ppnew, pp_next);
2638 LIST_REMOVE(pp, pp_next);
5834 LIST_FOREACH(pp, prh, pp_next)
/freebsd-12-stable/sys/sys/
H A Dpmc.h842 LIST_ENTRY(pmc_process) pp_next; /* hash chain */ member in struct:pmc_process

Completed in 179 milliseconds