Symbol: LIST_FOREACH_SAFE
lib/libnvmf/nvmf_tcp.c
1125
LIST_FOREACH_SAFE(cb, &qp->rx_buffers, link, ncb) {
lib/libnvmf/nvmf_tcp.c
1128
LIST_FOREACH_SAFE(cb, &qp->tx_buffers, link, ncb) {
lib/libpmcstat/libpmcstat_logging.c
629
LIST_FOREACH_SAFE(pi, &pmcstat_image_hash[i], pi_next,
lib/libpmcstat/libpmcstat_logging.c
643
LIST_FOREACH_SAFE(pp, &pmcstat_process_hash[i], pp_next,
lib/libpmcstat/libpmcstat_process.c
224
LIST_FOREACH_SAFE(pp, &pmcstat_process_hash[hash], pp_next, pptmp)
lib/libpmcstat/libpmcstat_string.c
134
LIST_FOREACH_SAFE(ps, &pmcstat_string_hash[i], ps_next,
lib/libthr/thread/thr_pshared.c
111
LIST_FOREACH_SAFE(h, hd, link, h1) {
sbin/ggate/ggated/ggated.c
473
LIST_FOREACH_SAFE(conn, &connections, c_next, tconn) {
sbin/routed/if.c
1159
LIST_FOREACH_SAFE(ifp, &ifnet, int_list, ifp1) {
sys/arm64/iommu/iommu.c
453
LIST_FOREACH_SAFE(entry, &iommu_list, next, tmp) {
sys/cam/ctl/ctl.c
12199
LIST_FOREACH_SAFE(io, &lun->ooa_queue, ooa_links, next_io) {
sys/cam/ctl/ctl.c
12228
LIST_FOREACH_SAFE(io, &lun->ooa_queue, ooa_links, next_io) {
sys/dev/bhnd/bhndb/bhndb_subr.c
608
LIST_FOREACH_SAFE(dwr, &dwa->refs, dw_link, dwr_next) {
sys/dev/bhnd/nvram/bhnd_nvram_store.c
223
LIST_FOREACH_SAFE(alias, &sc->aliases[i], na_link, anext)
sys/dev/bhnd/nvram/bhnd_nvram_store.c
230
LIST_FOREACH_SAFE(path, &sc->paths[i], np_link, pnext)
sys/dev/cxgbe/t4_clip.c
440
LIST_FOREACH_SAFE(cde, &clip_db[i], link, cde_tmp) {
sys/dev/cxgbe/t4_clip.c
501
LIST_FOREACH_SAFE(ce, &sc->clip_table[i], link, ce_temp) {
sys/dev/cxgbe/t4_clip.c
699
LIST_FOREACH_SAFE(ce, &sc->clip_table[i], link, ce_temp) {
sys/dev/cxgbe/t4_filter.c
151
LIST_FOREACH_SAFE(f, &head[i], link_tid, ftmp) {
sys/dev/cxgbe/t4_filter.c
159
LIST_FOREACH_SAFE(f, &head[i], link_4t, ftmp) {
sys/dev/cxgbe/tom/t4_listen.c
447
LIST_FOREACH_SAFE(lctx, &td->listen_hash[bucket], link, l) {
sys/dev/fb/fbd.c
220
LIST_FOREACH_SAFE(entry, &fb_list_head, fb_list, tmp) {
sys/dev/fb/fbd.c
268
LIST_FOREACH_SAFE(entry, &fb_list_head, fb_list, tmp) {
sys/dev/firmware/arm/scmi.c
296
LIST_FOREACH_SAFE(req, &rp->head, next, tmp) {
sys/dev/hwpmc/hwpmc_mod.c
2413
LIST_FOREACH_SAFE(pt, &pmc_threadfreelist, pt_next, next) {
sys/dev/hwpmc/hwpmc_mod.c
2812
LIST_FOREACH_SAFE(ptgt, &pm->pm_targets, pt_next, tmp) {
sys/dev/hwpmc/hwpmc_mod.c
5819
LIST_FOREACH_SAFE(po, ph, po_next, tmp) {
sys/dev/hwpmc/hwpmc_mod.c
857
LIST_FOREACH_SAFE(pm, &po->po_pmcs, pm_next, tmp) {
sys/dev/hwt/hwt_backend.c
209
LIST_FOREACH_SAFE(entry, &hwt_backends, next, tmp) {
sys/dev/hwt/hwt_ownerhash.c
133
LIST_FOREACH_SAFE(ho, hoh, next, tmp) {
sys/dev/ixl/ixl_pf_main.c
1452
LIST_FOREACH_SAFE(f, &vsi->ftl, ftle, tmp) {
sys/dev/ixl/ixl_pf_main.c
1567
LIST_FOREACH_SAFE(f, to_add, ftle, fn) {
sys/dev/ixl/ixl_pf_main.c
1616
LIST_FOREACH_SAFE(f, to_del, ftle, f_temp) {
sys/dev/ixl/ixl_pf_main.c
715
LIST_FOREACH_SAFE(f, &vsi->ftl, ftle, fn) {
sys/dev/mlx5/mlx5_en/mlx5_en_flow_table.c
891
LIST_FOREACH_SAFE(hn, &(hash)[i], hlist, tmp)
sys/dev/proto/proto_busdma.c
377
LIST_FOREACH_SAFE(md, &busdma->mds, mds, md1)
sys/dev/proto/proto_busdma.c
379
LIST_FOREACH_SAFE(tag, &busdma->tags, tags, tag1)
sys/dev/vmware/vmci/vmci_kernel_if.h
33
LIST_FOREACH_SAFE(_e, _l, n, t)
sys/dev/wg/if_wg.c
710
LIST_FOREACH_SAFE(aip, &peer->p_aips, a_entry, taip) {
sys/dev/wg/if_wg.c
722
LIST_FOREACH_SAFE(aip, &peer->p_aips, a_entry, taip) {
sys/dev/wg/wg_cookie.c
407
LIST_FOREACH_SAFE(r, &rl->rl_table[i], r_entry, tr) {
sys/dev/xen/xenstore/xenstore_dev.c
425
LIST_FOREACH_SAFE(trans, &u->transactions, list, tmpt) {
sys/dev/xen/xenstore/xenstore_dev.c
431
LIST_FOREACH_SAFE(watch, &u->watches, list, tmpw) {
sys/fs/fuse/fuse_vnops.c
1349
LIST_FOREACH_SAFE(fufh, &fvdat->handles, next, fufh_tmp) {
sys/fs/fuse/fuse_vnops.c
2174
LIST_FOREACH_SAFE(fufh, &fvdat->handles, next, fufh_tmp) {
sys/fs/nfsclient/nfs_clrpcops.c
878
LIST_FOREACH_SAFE(lop, &lp->nfsl_lock, nfslo_list, nlop) {
sys/fs/nfsclient/nfs_clrpcops.c
938
LIST_FOREACH_SAFE(lp, &op->nfso_lock, nfsl_list, nlp)
sys/fs/nfsclient/nfs_clstate.c
1609
LIST_FOREACH_SAFE(lp, lhp, nfsl_list, nlp) {
sys/fs/nfsclient/nfs_clstate.c
1719
LIST_FOREACH_SAFE(lop, &lp->nfsl_lock, nfslo_list, nlop) {
sys/fs/nfsclient/nfs_clstate.c
1753
LIST_FOREACH_SAFE(owp, &dp->nfsdl_owner, nfsow_list, nowp) {
sys/fs/nfsclient/nfs_clstate.c
1794
LIST_FOREACH_SAFE(dip, &clp->nfsc_devinfo, nfsdi_list, ndip)
sys/fs/nfsclient/nfs_clstate.c
1798
LIST_FOREACH_SAFE(owp, &clp->nfsc_owner, nfsow_list, nowp) {
sys/fs/nfsclient/nfs_clstate.c
1799
LIST_FOREACH_SAFE(op, &owp->nfsow_open, nfso_list, nop) {
sys/fs/nfsclient/nfs_clstate.c
1886
LIST_FOREACH_SAFE(owp, &clp->nfsc_owner, nfsow_list, nowp) {
sys/fs/nfsclient/nfs_clstate.c
1888
LIST_FOREACH_SAFE(op, &owp->nfsow_open, nfso_list, nop) {
sys/fs/nfsclient/nfs_clstate.c
1963
LIST_FOREACH_SAFE(owp, &clp->nfsc_owner, nfsow_list, nowp) {
sys/fs/nfsclient/nfs_clstate.c
1965
LIST_FOREACH_SAFE(lp, &op->nfso_lock, nfsl_list, nlp) {
sys/fs/nfsclient/nfs_clstate.c
1984
LIST_FOREACH_SAFE(lp, &dp->nfsdl_lock, nfsl_list, nlp) {
sys/fs/nfsclient/nfs_clstate.c
2464
LIST_FOREACH_SAFE(op, &extra_open, nfso_list, nop) {
sys/fs/nfsclient/nfs_clstate.c
2835
LIST_FOREACH_SAFE(owp, &clp->nfsc_owner, nfsow_list, nowp) {
sys/fs/nfsclient/nfs_clstate.c
3024
LIST_FOREACH_SAFE(dip, &clp->nfsc_devinfo, nfsdi_list, ndip) {
sys/fs/nfsclient/nfs_clstate.c
3076
LIST_FOREACH_SAFE(lp, &lfhp->nfslfh_lock, nfsl_list,
sys/fs/nfsclient/nfs_clstate.c
3428
LIST_FOREACH_SAFE(owp, &dp->nfsdl_owner, nfsow_list, nowp) {
sys/fs/nfsclient/nfs_clstate.c
3494
LIST_FOREACH_SAFE(op, &delayed, nfso_list, nop) {
sys/fs/nfsclient/nfs_clstate.c
5652
LIST_FOREACH_SAFE(nflp, newfhlp, nfsfl_list, tflp) {
sys/fs/nfsclient/nfs_clstate.c
5725
LIST_FOREACH_SAFE(flp, &layp->nfsly_flayread, nfsfl_list, nflp) {
sys/fs/nfsclient/nfs_clstate.c
5729
LIST_FOREACH_SAFE(flp, &layp->nfsly_flayrw, nfsfl_list, nflp) {
sys/fs/nfsclient/nfs_clstate.c
5733
LIST_FOREACH_SAFE(rp, &layp->nfsly_recall, nfsrecly_list, nrp) {
sys/fs/nfsserver/nfs_nfsdcache.c
825
LIST_FOREACH_SAFE(rp, &NFSD_VNET(nfsrchash_table)[i].tbl,
sys/fs/nfsserver/nfs_nfsdcache.c
830
LIST_FOREACH_SAFE(rp, &NFSD_VNET(nfsrvudphashtbl)[i], rc_hash,
sys/fs/nfsserver/nfs_nfsdcache.c
856
LIST_FOREACH_SAFE(rp, &hbp->tbl, rc_ahash, nextrp) {
sys/fs/nfsserver/nfs_nfsdcache.c
914
LIST_FOREACH_SAFE(rp,
sys/fs/nfsserver/nfs_nfsdcache.c
965
LIST_FOREACH_SAFE(rp,
sys/fs/nfsserver/nfs_nfsdsocket.c
793
LIST_FOREACH_SAFE(clp, &NFSD_VNET(nfsclienthash)[i],
sys/fs/nfsserver/nfs_nfsdstate.c
1471
LIST_FOREACH_SAFE(stp, &clp->lc_open, ls_list, nstp) {
sys/fs/nfsserver/nfs_nfsdstate.c
1478
LIST_FOREACH_SAFE(sep, &clp->lc_session, sess_list, nsep)
sys/fs/nfsserver/nfs_nfsdstate.c
1526
LIST_FOREACH_SAFE(stp, sthp, ls_list, nstp) {
sys/fs/nfsserver/nfs_nfsdstate.c
1605
LIST_FOREACH_SAFE(tstp, &stp->ls_open, ls_list, nstp)
sys/fs/nfsserver/nfs_nfsdstate.c
1714
LIST_FOREACH_SAFE(rlp, &lfp->lf_rollback, rlck_list,
sys/fs/nfsserver/nfs_nfsdstate.c
4958
LIST_FOREACH_SAFE(sp, &sf->nsf_head, nst_list, nsp) {
sys/fs/nfsserver/nfs_nfsdstate.c
5075
LIST_FOREACH_SAFE(sp, &sf->nsf_head, nst_list, nsp) {
sys/fs/nfsserver/nfs_nfsdstate.c
567
LIST_FOREACH_SAFE(sep, &old_sess, sess_list, nsep) {
sys/fs/nfsserver/nfs_nfsdstate.c
5862
LIST_FOREACH_SAFE(clp, &NFSD_VNET(nfsclienthash)[i], lc_hash,
sys/fs/nfsserver/nfs_nfsdstate.c
5864
LIST_FOREACH_SAFE(stp, &clp->lc_open, ls_list, nstp) {
sys/fs/nfsserver/nfs_nfsdstate.c
6169
LIST_FOREACH_SAFE(rlp, &lfp->lf_rollback, rlck_list, nrlp) {
sys/fs/nfsserver/nfs_nfsdstate.c
6204
LIST_FOREACH_SAFE(rlp, &lfp->lf_rollback, rlck_list, nrlp)
sys/fs/nfsserver/nfs_nfsdstate.c
6251
LIST_FOREACH_SAFE(clp, &NFSD_VNET(nfsclienthash)[i], lc_hash,
sys/fs/nfsserver/nfs_nfsdstate.c
6265
LIST_FOREACH_SAFE(lfp, &NFSD_VNET(nfslockhash)[i], lf_hash,
sys/fs/nfsserver/nfs_nfsdstate.c
7643
LIST_FOREACH_SAFE(mrp, &nfsrv_dontlisthead, nfsmr_list, nmrp)
sys/fs/nfsserver/nfs_nfsdstate.c
9053
LIST_FOREACH_SAFE(stp, &lfp->lf_deleg, ls_file, nstp)
sys/fs/tmpfs/tmpfs_vnops.c
1839
LIST_FOREACH_SAFE(tnp, &tm->tm_nodes_used, tn_entries, tnp1) {
sys/fs/unionfs/union_subr.c
524
LIST_FOREACH_SAFE(unp_t1, hd, un_hash, unp_t2) {
sys/fs/unionfs/union_subr.c
566
LIST_FOREACH_SAFE(unsp, &(unp->un_unshead), uns_list, unsp_tmp) {
sys/geom/concat/g_concat.c
191
LIST_FOREACH_SAFE(cp1, &gp->consumer, consumer, tmp) {
sys/geom/concat/g_concat.c
704
LIST_FOREACH_SAFE(cp, &gp->consumer, consumer, cp1) {
sys/geom/eli/g_eli.c
1596
LIST_FOREACH_SAFE(gp, &mp->geom, geom, gp2) {
sys/geom/eli/g_eli_ctl.c
1129
LIST_FOREACH_SAFE(gp, &mp->geom, geom, gp2) {
sys/geom/eli/g_eli_ctl.c
934
LIST_FOREACH_SAFE(gp, &mp->geom, geom, gp2) {
sys/geom/geom_disk.c
841
LIST_FOREACH_SAFE(dap, &dp->d_aliases, da_next, daptmp)
sys/geom/geom_disk.c
926
LIST_FOREACH_SAFE(dap, &dp->d_aliases, da_next, daptmp)
sys/geom/geom_event.c
134
LIST_FOREACH_SAFE(cp, &pp->consumers, consumers, next_cp) {
sys/geom/geom_event.c
204
LIST_FOREACH_SAFE(cp, &pp->consumers, consumers, cp2) {
sys/geom/geom_subr.c
502
LIST_FOREACH_SAFE(gp, &mp->geom, geom, gp2) {
sys/geom/geom_subr.c
503
LIST_FOREACH_SAFE(pp, &gp->provider, provider, pp2) {
sys/geom/geom_subr.c
511
LIST_FOREACH_SAFE(pp, &gp->provider, provider, pp2) {
sys/geom/geom_subr.c
515
LIST_FOREACH_SAFE(cp, &gp->consumer, consumer, cp2) {
sys/geom/geom_subr.c
588
LIST_FOREACH_SAFE(cp, &pp->consumers, consumers, next_cp) {
sys/geom/geom_subr.c
710
LIST_FOREACH_SAFE(cp, &pp->consumers, consumers, cp2) {
sys/geom/geom_subr.c
728
LIST_FOREACH_SAFE(cp, &pp->consumers, consumers, cp2) {
sys/geom/geom_subr.c
821
LIST_FOREACH_SAFE(gap, &pp->aliases, ga_next, gaptmp)
sys/geom/journal/g_journal.c
2669
LIST_FOREACH_SAFE(gp, &mp->geom, geom, gp2) {
sys/geom/mirror/g_mirror.c
2440
LIST_FOREACH_SAFE(disk, &sc->sc_disks, d_next, tdisk) {
sys/geom/mirror/g_mirror.c
3555
LIST_FOREACH_SAFE(gp, &mp->geom, geom, gp2) {
sys/geom/mirror/g_mirror.c
600
LIST_FOREACH_SAFE(cp, &sc->sc_sync.ds_geom->consumer, consumer, tmpcp) {
sys/geom/mountver/g_mountver.c
666
LIST_FOREACH_SAFE(gp, &mp->geom, geom, gp2) {
sys/geom/multipath/g_multipath.c
1297
LIST_FOREACH_SAFE(cp, &gp->consumer, consumer, cp1) {
sys/geom/multipath/g_multipath.c
683
LIST_FOREACH_SAFE(cp, &gp->consumer, consumer, cp1) {
sys/geom/part/g_part.c
1185
LIST_FOREACH_SAFE(entry, &table->gpt_entry, gpe_entry, tmp) {
sys/geom/part/g_part.c
1495
LIST_FOREACH_SAFE(entry, &table->gpt_entry, gpe_entry, tmp) {
sys/geom/part/g_part.c
937
LIST_FOREACH_SAFE(entry, &table->gpt_entry, gpe_entry, tmp) {
sys/geom/raid/g_raid.c
2465
LIST_FOREACH_SAFE(gp, &mp->geom, geom, gp2) {
sys/geom/raid3/g_raid3.c
3583
LIST_FOREACH_SAFE(gp, &mp->geom, geom, gp2) {
sys/geom/shsec/g_shsec.c
210
LIST_FOREACH_SAFE(cp1, &gp->consumer, consumer, tmp) {
sys/geom/stripe/g_stripe.c
219
LIST_FOREACH_SAFE(cp1, &gp->consumer, consumer, tmp) {
sys/geom/stripe/g_stripe.c
919
LIST_FOREACH_SAFE(cp, &gp->consumer, consumer, cp1) {
sys/geom/virstor/g_virstor.c
1421
LIST_FOREACH_SAFE(c, &gp->consumer, consumer, tmp) {
sys/kern/kern_cpuset.c
1623
LIST_FOREACH_SAFE(dset, &cpuset_domains, ds_link, tmp)
sys/kern/kern_exit.c
161
LIST_FOREACH_SAFE(p2, &p->p_reaplist, p_reapsibling, ptmp) {
sys/kern/kern_hhook.c
500
LIST_FOREACH_SAFE(hhh, &V_hhook_vhead_list, hhh_vnext, tmphhh) {
sys/kern/kern_lockf.c
1141
LIST_FOREACH_SAFE(e, &lock->lf_inedges, le_inlink, ne) {
sys/kern/kern_lockf.c
783
LIST_FOREACH_SAFE(lock, &state->ls_pending, lf_link, nlock) {
sys/kern/kern_lockf.c
820
LIST_FOREACH_SAFE(lock, &state->ls_active, lf_link, nlock) {
sys/kern/kern_osd.c
165
LIST_FOREACH_SAFE(osd, &osdm[type].osd_list, osd_next, tosd)
sys/kern/kern_rctl.c
935
LIST_FOREACH_SAFE(link, &racct->r_rule_links, rrl_next, linktmp) {
sys/kern/kern_timeout.c
476
LIST_FOREACH_SAFE(c, sc, c_links.le, next) {
sys/kern/kern_umtx.c
4482
LIST_FOREACH_SAFE(reg, USHM_OBJ_UMTX(object), ushm_obj_link, reg1) {
sys/kern/subr_firmware.c
517
LIST_FOREACH_SAFE(fp, &firmware_table, link, tmp) {
sys/kern/subr_rtc.c
259
LIST_FOREACH_SAFE(rtc, &rtc_list, rtc_entries, tmp) {
sys/kern/subr_sleepqueue.c
1169
LIST_FOREACH_SAFE(sq, &sc->sc_queues, sq_hash, sq1) {
sys/kern/sysv_sem.c
522
LIST_FOREACH_SAFE(suptr, &semu_list, un_next, suptr1) {
sys/kern/uipc_mqueue.c
1579
LIST_FOREACH_SAFE(pn, &mqfs_data.mi_root->mn_children,
sys/kern/uipc_shm.c
1054
LIST_FOREACH_SAFE(shmm, &shm_dictionary[i], sm_link, tshmm) {
sys/kern/uipc_usrreq.c
4162
LIST_FOREACH_SAFE(unp, &unp_deadhead, unp_dead, unptmp)
sys/kern/vfs_cache.c
3066
LIST_FOREACH_SAFE(ncp, &vp->v_cache_src, nc_src, nnp) {
sys/net/if_vxlan.c
3627
LIST_FOREACH_SAFE(sc, &list, vxl_ifdetach_list, tsc) {
sys/net/if_vxlan.c
612
LIST_FOREACH_SAFE(fe, &sc->vxl_ftable[i], vxlfe_hash, tfe) {
sys/net/if_vxlan.c
628
LIST_FOREACH_SAFE(fe, &sc->vxl_ftable[i], vxlfe_hash, tfe) {
sys/netgraph/ng_base.c
1026
LIST_FOREACH_SAFE(node, &V_ng_ID_hash[i], nd_idnodes, node2) {
sys/netgraph/ng_base.c
995
LIST_FOREACH_SAFE(node, &V_ng_name_hash[i], nd_nodes, node2) {
sys/netinet/igmp.c
3677
LIST_FOREACH_SAFE(igi, igi_head, igi_link, tigi) {
sys/netinet/igmp.c
739
LIST_FOREACH_SAFE(igi, &V_igi_head, igi_link, tigi) {
sys/netinet/ip_mroute.c
1579
LIST_FOREACH_SAFE(rt, &mfct->mfchashtbl[i], mfc_hash, nrt) {
sys/netinet/ip_mroute.c
659
LIST_FOREACH_SAFE(rt, &mfct->mfchashtbl[i], mfc_hash,
sys/netinet/ip_mroute.c
862
LIST_FOREACH_SAFE(rt, &mfct->mfchashtbl[i], mfc_hash, nrt) {
sys/netinet/libalias/alias_sctp.c
1530
LIST_FOREACH_SAFE(G_Addr, &(assoc->Gaddr), list_Gaddr, G_Addr_tmp) {
sys/netinet/libalias/alias_sctp.c
1545
LIST_FOREACH_SAFE(G_Addr, &(assoc->Gaddr), list_Gaddr, G_Addr_tmp) {
sys/netinet/sctp_asconf.c
2085
LIST_FOREACH_SAFE(laddr, &inp->sctp_addr_list, sctp_nxt_addr, nladdr) {
sys/netinet/sctp_asconf.c
2267
LIST_FOREACH_SAFE(l, &asc->list_of_work, sctp_nxt_addr, nl) {
sys/netinet/sctp_asconf.c
3216
LIST_FOREACH_SAFE(laddr, &inp->sctp_addr_list, sctp_nxt_addr, nladdr) {
sys/netinet/sctp_pcb.c
1743
LIST_FOREACH_SAFE(tinp, head, sctp_hash, ninp) {
sys/netinet/sctp_pcb.c
3258
LIST_FOREACH_SAFE(stcb, &inp->sctp_asoc_list, sctp_tcblist, nstcb) {
sys/netinet/sctp_pcb.c
3405
LIST_FOREACH_SAFE(stcb, &inp->sctp_asoc_list, sctp_tcblist, nstcb) {
sys/netinet/sctp_pcb.c
3532
LIST_FOREACH_SAFE(shared_key, &inp->sctp_ep.shared_keys, next, nshared_key) {
sys/netinet/sctp_pcb.c
3543
LIST_FOREACH_SAFE(laddr, &inp->sctp_addr_list, sctp_nxt_addr, nladdr) {
sys/netinet/sctp_pcb.c
3549
LIST_FOREACH_SAFE(stcb, &inp->sctp_asoc_free_list, sctp_tcblist, nstcb) {
sys/netinet/sctp_pcb.c
4989
LIST_FOREACH_SAFE(laddr, &asoc->sctp_restricted_addrs, sctp_nxt_addr, naddr) {
sys/netinet/sctp_pcb.c
5021
LIST_FOREACH_SAFE(shared_key, &asoc->shared_keys, next, nshared_key) {
sys/netinet/sctp_pcb.c
5777
LIST_FOREACH_SAFE(wi, &SCTP_BASE_INFO(addr_wq), sctp_nxt_addr, nwi) {
sys/netinet/sctp_pcb.c
5793
LIST_FOREACH_SAFE(vrf, vrf_bucket, next_vrf, nvrf) {
sys/netinet/sctp_pcb.c
5794
LIST_FOREACH_SAFE(ifn, &vrf->ifnlist, next_ifn, nifn) {
sys/netinet/sctp_pcb.c
5795
LIST_FOREACH_SAFE(ifa, &ifn->ifalist, next_ifa, nifa) {
sys/netinet/sctputil.c
1655
LIST_FOREACH_SAFE(wi, &SCTP_BASE_INFO(addr_wq), sctp_nxt_addr, nwi) {
sys/netinet/siftr.c
1231
LIST_FOREACH_SAFE(counter, counter_hash + i, nodes,
sys/netinet/tcp_lro.c
611
LIST_FOREACH_SAFE(le, &lc->lro_active, next, le_tmp) {
sys/netinet/tcp_lro.c
634
LIST_FOREACH_SAFE(le, &lc->lro_active, next, le_tmp) {
sys/netinet6/in6_mcast.c
626
LIST_FOREACH_SAFE(imm, &ifa6->ia6_memberships,
sys/netinet6/nd6.c
1057
LIST_FOREACH_SAFE(pr, &V_nd_prefix, ndpr_entry, npr) {
sys/netinet6/nd6.c
1193
LIST_FOREACH_SAFE(pr, &V_nd_prefix, ndpr_entry, npr) {
sys/netinet6/nd6.c
1809
LIST_FOREACH_SAFE(pr, &V_nd_prefix, ndpr_entry, next) {
sys/netinet6/nd6_rtr.c
1379
LIST_FOREACH_SAFE(pfr, &pr->ndpr_advrtrs, pfr_entry, next)
sys/netipsec/key.c
957
LIST_FOREACH_SAFE(entry, &V_spdcachehashtbl[hashv], chain, tmpentry) {
sys/netpfil/ipfw/ip_fw_nat.c
1156
LIST_FOREACH_SAFE(ptr, &chain->nat, _next, ptr_temp) {
sys/netpfil/ipfw/ip_fw_nat.c
164
LIST_FOREACH_SAFE(r, head, _next, tmp_r) {
sys/netpfil/ipfw/ip_fw_nat.c
176
LIST_FOREACH_SAFE(s, &r->spool_chain, _next, tmp_s) {
sys/netpfil/pf/pf.c
1409
LIST_FOREACH_SAFE(sn, head, entry, tmp) {
sys/netpfil/pf/pf.c
3061
LIST_FOREACH_SAFE(cur, &sh->nodes, entry, next)
sys/netpfil/pf/pf_if.c
457
LIST_FOREACH_SAFE(kif, &V_pfi_unlinked_kifs, pfik_list, kif1) {
sys/netpfil/pf/pf_ioctl.c
7106
LIST_FOREACH_SAFE(sn, &sh->nodes, entry, tmp)
sys/powerpc/aim/mmu_oea64.c
2770
LIST_FOREACH_SAFE(pvo, vm_page_to_pvoh(m), pvo_vlink, next_pvo) {
sys/powerpc/aim/mmu_oea64.c
2793
LIST_FOREACH_SAFE(pvo, &freequeue, pvo_vlink, next_pvo)
sys/rpc/rpcsec_gss/rpcsec_gss.c
476
LIST_FOREACH_SAFE(pr, &gd->gd_reqs, pr_link, npr) {
sys/rpc/rpcsec_gss/rpcsec_gss.c
485
LIST_FOREACH_SAFE(pr, &reqs, pr_link, npr) {
sys/rpc/rpcsec_gss/rpcsec_gss.c
670
LIST_FOREACH_SAFE(pr, &gd->gd_reqs, pr_link, npr) {
sys/rpc/rpcsec_gss/rpcsec_gss.c
698
LIST_FOREACH_SAFE(pr, &reqs, pr_link, npr)
sys/rpc/rpcsec_gss/rpcsec_gss.c
719
LIST_FOREACH_SAFE(pr, &reqs, pr_link, npr) {
sys/security/mac_veriexec/veriexec_metadata.c
138
LIST_FOREACH_SAFE(ip, &(lp->file_head), entries, tip) {
sys/ufs/ffs/ffs_softdep.c
1083
LIST_FOREACH_SAFE(wk, dst, wk_list, wkn) {
sys/ufs/ffs/ffs_softdep.c
10959
LIST_FOREACH_SAFE(wk, wkhd, wk_list, wkn) {
sys/ufs/ffs/ffs_softdep.c
12177
LIST_FOREACH_SAFE(jaddref, &bmsafemap->sm_jaddrefhd,
sys/ufs/ffs/ffs_softdep.c
12205
LIST_FOREACH_SAFE(jnewblk, &bmsafemap->sm_jnewblkhd, jn_deps,
sys/ufs/ffs/ffs_softdep.c
14644
LIST_FOREACH_SAFE(wk, &ump->softdep_alldeps[D_INDIRDEP],
sys/ufs/ffs/ffs_softdep.c
6444
LIST_FOREACH_SAFE(aip, &indirdep->ir_deplisthd, ai_next, aipn)
sys/ufs/ffs/ffs_softdep.c
6447
LIST_FOREACH_SAFE(aip, &indirdep->ir_donehd, ai_next, aipn)
sys/ufs/ffs/ffs_softdep.c
6453
LIST_FOREACH_SAFE(aip, &indirdep->ir_writehd, ai_next, aipn)
sys/ufs/ffs/ffs_softdep.c
6456
LIST_FOREACH_SAFE(aip, &indirdep->ir_completehd, ai_next, aipn)
sys/ufs/ffs/ffs_softdep.c
6955
LIST_FOREACH_SAFE(wk, &inodedep->id_bufwait, wk_list, wkn) {
sys/ufs/ffs/ffs_softdep.c
7432
LIST_FOREACH_SAFE(dirrem, &pagedep->pd_dirremhd, dm_next, tmp) {
sys/ufs/ffs/ffs_softdep.c
7512
LIST_FOREACH_SAFE(wk, &bp->b_dep, wk_list, wkn) {
sys/vm/uma_core.c
1684
LIST_FOREACH_SAFE(slab, &freeslabs, us_link, tmp)
sys/x86/iommu/intel_idpgtbl.c
309
LIST_FOREACH_SAFE(tbl, &idpgtbls, link, tbl1) {
usr.bin/truss/setup.c
356
LIST_FOREACH_SAFE(t, &p->threadlist, entries, t2) {
usr.bin/truss/setup.c
368
LIST_FOREACH_SAFE(p, &info->proclist, entries, p2) {
usr.sbin/bhyve/mevent.c
239
LIST_FOREACH_SAFE(mevp, &change_head, me_list, tmpp) {
usr.sbin/inetd/inetd.c
2497
LIST_FOREACH_SAFE(conn, &sep->se_conn[i], co_link, conn_temp) {
usr.sbin/jail/command.c
890
LIST_FOREACH_SAFE(ph, &phash[i], le, tph)
usr.sbin/pmcstat/pmcpl_callgraph.c
118
LIST_FOREACH_SAFE(cgc, &cg->pcg_children, pcg_sibling, cgtmp)
usr.sbin/pmcstat/pmcpl_callgraph.c
700
LIST_FOREACH_SAFE(pch, &pmcstat_cgnode_hash[i], pch_next,
usr.sbin/pmcstat/pmcpl_gprof.c
373
LIST_FOREACH_SAFE(pgf, &pi->pi_gmlist, pgf_next, pgftmp) {
usr.sbin/rpc.lockd/lockd_lock.c
1277
LIST_FOREACH_SAFE(ifl, &blockedlocklist_head, nfslocklist, nfl) {