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

/freebsd-9.3-release/usr.sbin/pmcstat/
H A Dpmcstat_log.h52 LIST_ENTRY(pmcstat_process) pp_next; /* hash-next */ member in struct:pmcstat_process
H A Dpmcstat_log.c1237 LIST_FOREACH_SAFE(pp, &pmcstat_process_hash[hash], pp_next, pptmp)
1249 LIST_REMOVE(pp, pp_next);
1267 LIST_INSERT_HEAD(&pmcstat_process_hash[hash], pp, pp_next);
2178 LIST_FOREACH_SAFE(pp, &pmcstat_process_hash[i], pp_next,
2184 LIST_REMOVE(pp, pp_next);
/freebsd-9.3-release/sys/net/
H A Dif_sppp.h142 struct sppp *pp_next; /* next interface in keepalive list */ member in struct:sppp
/freebsd-9.3-release/sys/sys/
H A Dpmc.h757 LIST_ENTRY(pmc_process) pp_next; /* hash chain */ member in struct:pmc_process
/freebsd-9.3-release/sys/dev/hwpmc/
H A Dhwpmc_mod.c2084 LIST_FOREACH(pp, pph, pp_next)
2089 LIST_REMOVE(pp, pp_next);
2094 LIST_INSERT_HEAD(pph, ppnew, pp_next);
2118 LIST_REMOVE(pp, pp_next);
5015 LIST_FOREACH(pp, prh, pp_next)

Completed in 90 milliseconds