Searched refs:TAILQ_FOREACH_SAFE (Results 1 - 25 of 186) sorted by relevance

12345678

/freebsd-13-stable/sys/contrib/dpdk_rte_lpm/
H A Drte_tailq.h129 #ifndef TAILQ_FOREACH_SAFE
130 #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ macro
/freebsd-13-stable/lib/libusb/
H A Dlibusb_global_linux.h80 #ifndef TAILQ_FOREACH_SAFE
81 #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ macro
H A Dlibusb10_hotplug.c135 TAILQ_FOREACH_SAFE(adev, &ctx->hotplug_devs, hotplug_entry, temp) {
142 TAILQ_FOREACH_SAFE(acbh, &ctx->hotplug_cbh, entry, bcbh) {
154 TAILQ_FOREACH_SAFE(adev, &hotplug_devs, hotplug_entry, temp) {
162 TAILQ_FOREACH_SAFE(acbh, &ctx->hotplug_cbh, entry, bcbh) {
/freebsd-13-stable/sys/dev/xdma/
H A Dxdma_bank.c82 TAILQ_FOREACH_SAFE(xr, &xchan->bank, xr_next, xr_tmp) {
H A Dxdma_bio.c55 TAILQ_FOREACH_SAFE(xr, &xchan->queue_out, xr_next, xr_tmp) {
H A Dxdma_mbuf.c61 TAILQ_FOREACH_SAFE(xr, &xchan->queue_out, xr_next, xr_tmp) {
H A Dxdma_queue.c55 TAILQ_FOREACH_SAFE(xr, &xchan->queue_out, xr_next, xr_tmp) {
H A Dxdma.c273 TAILQ_FOREACH_SAFE(ih, &xchan->ie_handlers, ih_next, ih_tmp) {
335 TAILQ_FOREACH_SAFE(ih, &xchan->ie_handlers, ih_next, ih_tmp) {
/freebsd-13-stable/sys/dev/usb/controller/
H A Dgeneric_ehci_fdt.c205 TAILQ_FOREACH_SAFE(clk, &sc->clk_list, next, clk_tmp) {
219 TAILQ_FOREACH_SAFE(rst, &sc->rst_list, next, rst_tmp) {
227 TAILQ_FOREACH_SAFE(phy, &sc->phy_list, next, phy_tmp) {
H A Dgeneric_ohci.c287 TAILQ_FOREACH_SAFE(phy, &sc->phy_list, next, phy_tmp) {
297 TAILQ_FOREACH_SAFE(rst, &sc->rst_list, next, rst_tmp) {
305 TAILQ_FOREACH_SAFE(clk, &sc->clk_list, next, clk_tmp) {
/freebsd-13-stable/contrib/lib9p/
H A Dhashtable.c63 TAILQ_FOREACH_SAFE(item, &he->hte_items, hti_link, tmp) {
146 TAILQ_FOREACH_SAFE(item, &entry->hte_items, hti_link, tmp) {
/freebsd-13-stable/usr.sbin/autofs/
H A Dautounmountd.c145 TAILQ_FOREACH_SAFE(af, &automounted, af_next, tmpaf) {
193 TAILQ_FOREACH_SAFE(af, &automounted, af_next, tmpaf) {
/freebsd-13-stable/usr.sbin/ctld/
H A Dctld.c123 TAILQ_FOREACH_SAFE(lun, &conf->conf_luns, l_next, ltmp)
125 TAILQ_FOREACH_SAFE(targ, &conf->conf_targets, t_next, tmp)
127 TAILQ_FOREACH_SAFE(ag, &conf->conf_auth_groups, ag_next, cagtmp)
129 TAILQ_FOREACH_SAFE(pg, &conf->conf_portal_groups, pg_next, cpgtmp)
131 TAILQ_FOREACH_SAFE(pp, &conf->conf_pports, pp_next, pptmp)
133 TAILQ_FOREACH_SAFE(is, &conf->conf_isns, i_next, istmp)
517 TAILQ_FOREACH_SAFE(auth, &ag->ag_auths, a_next, auth_tmp)
519 TAILQ_FOREACH_SAFE(auth_name, &ag->ag_names, an_next, auth_name_tmp)
521 TAILQ_FOREACH_SAFE(auth_portal, &ag->ag_portals, ap_next,
641 TAILQ_FOREACH_SAFE(por
[all...]
/freebsd-13-stable/lib/libthr/thread/
H A Dthr_fork.c117 TAILQ_FOREACH_SAFE(af, &_thr_atfork_list, qe, af1) {
H A Dthr_list.c108 TAILQ_FOREACH_SAFE(td, &_thread_gc_list, gcle, td_next) {
/freebsd-13-stable/contrib/elftoolchain/common/
H A D_elftc.h274 #ifndef TAILQ_FOREACH_SAFE
275 #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ macro
/freebsd-13-stable/sys/dev/cxgbe/
H A Dt4_clip.c298 TAILQ_FOREACH_SAFE(ce, &stale, link, ce_temp) {
330 TAILQ_FOREACH_SAFE(ce, &sc->clip_table, link, ce_temp) {
/freebsd-13-stable/sys/cddl/dev/sdt/
H A Dsdt.c344 TAILQ_FOREACH_SAFE(prov, &sdt_prov_list, prov_entry, tmp) {
410 TAILQ_FOREACH_SAFE(prov, &sdt_prov_list, prov_entry, tmp) {
/freebsd-13-stable/lib/libpmcstat/
H A Dlibpmcstat_logging.c141 TAILQ_FOREACH_SAFE(pcm, &pp->pp_map, ppm_next, pcmtmp) {
344 TAILQ_FOREACH_SAFE(ppm, &pp->pp_map, ppm_next, ppmtmp) {
648 TAILQ_FOREACH_SAFE(ppm, &pp->pp_map, ppm_next, ppmtmp) {
H A Dlibpmcstat_process.c232 TAILQ_FOREACH_SAFE(ppm, &pp->pp_map, ppm_next,
/freebsd-13-stable/sys/geom/vinum/
H A Dgeom_vinum_raid5.c89 TAILQ_FOREACH_SAFE(bq, &wp->bits, queue, bq2) {
107 TAILQ_FOREACH_SAFE(wp, &p->packets, list, wp2) {
112 TAILQ_FOREACH_SAFE(bq, &wp->bits, queue, bq2) {
/freebsd-13-stable/sys/fs/fuse/
H A Dfuse_device.c461 TAILQ_FOREACH_SAFE(tick, &data->aw_head, tk_aw_link,
476 TAILQ_FOREACH_SAFE(itick, &data->aw_head, tk_aw_link,
/freebsd-13-stable/usr.sbin/jail/
H A Dstate.c318 TAILQ_FOREACH_SAFE(j, &cfjails, tq, tj) {
359 TAILQ_FOREACH_SAFE(j, &cfjails, tq, tj) {
/freebsd-13-stable/sbin/hastd/
H A Dhastd.c109 TAILQ_FOREACH_SAFE(tres, &cfg->hc_resources, hr_next, tmres) {
614 TAILQ_FOREACH_SAFE(cres, &cfg->hc_resources, hr_next, tres) {
629 TAILQ_FOREACH_SAFE(nres, &newcfg->hc_resources, hr_next, tres) {
662 TAILQ_FOREACH_SAFE(nres, &newcfg->hc_resources, hr_next, tres) {
H A Dhooks.c298 TAILQ_FOREACH_SAFE(hp, &hookprocs, hp_next, hp2) {

Completed in 419 milliseconds

12345678