Searched refs:pp_next (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/lib/libpmcstat/ |
| D | libpmcstat_process.c | 227 LIST_FOREACH_SAFE(pp, &pmcstat_process_hash[hash], pp_next, pptmp) in pmcstat_process_lookup() 239 LIST_REMOVE(pp, pp_next); in pmcstat_process_lookup() 257 LIST_INSERT_HEAD(&pmcstat_process_hash[hash], pp, pp_next); in pmcstat_process_lookup()
|
| D | libpmcstat_logging.c | 646 LIST_FOREACH_SAFE(pp, &pmcstat_process_hash[i], pp_next, in pmcstat_shutdown_logging() 652 LIST_REMOVE(pp, pp_next); in pmcstat_shutdown_logging()
|
| D | libpmcstat.h | 249 LIST_ENTRY(pmcstat_process) pp_next; /* hash-next */
|
| /freebsd-12-stable/sys/net/ |
| D | if_sppp.h | 142 struct sppp *pp_next; /* next interface in keepalive list */ member
|
| /freebsd-12-stable/usr.sbin/ctld/ |
| D | ctld.c | 131 TAILQ_FOREACH_SAFE(pp, &conf->conf_pports, pp_next, pptmp) in conf_delete() 1181 TAILQ_INSERT_TAIL(&conf->conf_pports, pp, pp_next); in pport_new() 1190 TAILQ_FOREACH(pp, &conf->conf_pports, pp_next) { in pport_find() 1213 TAILQ_REMOVE(&pp->pp_conf->conf_pports, pp, pp_next); in pport_delete() 2628 TAILQ_FOREACH(pp, &oldconf->conf_pports, pp_next) in conf_new_from_file()
|
| D | ctld.h | 136 TAILQ_ENTRY(pport) pp_next;
|
| /freebsd-12-stable/sys/sys/ |
| D | pmc.h | 844 LIST_ENTRY(pmc_process) pp_next; /* hash chain */
|
| /freebsd-12-stable/sys/dev/hwpmc/ |
| D | hwpmc_mod.c | 2597 LIST_FOREACH(pp, pph, pp_next) in pmc_find_process_descriptor() 2602 LIST_REMOVE(pp, pp_next); in pmc_find_process_descriptor() 2609 LIST_INSERT_HEAD(pph, ppnew, pp_next); in pmc_find_process_descriptor() 2638 LIST_REMOVE(pp, pp_next); in pmc_remove_process_descriptor() 5819 LIST_FOREACH(pp, prh, pp_next) in pmc_cleanup()
|