| /netbsd-src/sys/fs/nfs/server/ |
| H A D | nfs_nfsdcache.c | 819 LIST_FOREACH_SAFE(rp, &nfsrchash_table[i].tbl, rc_hash, nextrp) in nfsrvd_cleancache() 825 LIST_FOREACH_SAFE(rp, &nfsrvudphashtbl[i], rc_hash, nextrp) { in nfsrvd_cleancache() 851 LIST_FOREACH_SAFE(rp, &hbp->tbl, rc_ahash, nextrp) { in nfsrc_trimcache() 906 LIST_FOREACH_SAFE(rp, &nfsrchash_table[i].tbl, rc_hash, in nfsrc_trimcache() 956 LIST_FOREACH_SAFE(rp, &nfsrchash_table[i].tbl, in nfsrc_trimcache()
|
| H A D | nfs_nfsdstate.c | 1194 LIST_FOREACH_SAFE(stp, &clp->lc_open, ls_list, nstp) in nfsrv_cleanclient() 1197 LIST_FOREACH_SAFE(sep, &clp->lc_session, sess_list, nsep) in nfsrv_cleanclient() 1244 LIST_FOREACH_SAFE(stp, sthp, ls_list, nstp) { in nfsrv_freedeleglist() 1320 LIST_FOREACH_SAFE(tstp, &stp->ls_open, ls_list, nstp) in nfsrv_freeopen() 1418 LIST_FOREACH_SAFE(rlp, &lfp->lf_rollback, rlck_list, in nfsrv_freeallnfslocks() 4517 LIST_FOREACH_SAFE(sp, &sf->nsf_head, nst_list, nsp) { in nfsrv_setupstable() 4634 LIST_FOREACH_SAFE(sp, &sf->nsf_head, nst_list, nsp) { in nfsrv_updatestable() 5371 LIST_FOREACH_SAFE(clp, &nfsclienthash[i], lc_hash, nclp) { in nfsrv_throwawayopens() 5372 LIST_FOREACH_SAFE(stp, &clp->lc_open, ls_list, nstp) { in nfsrv_throwawayopens() 5666 LIST_FOREACH_SAFE(rlp, &lfp->lf_rollback, rlck_list, nrlp) { in nfsrv_locallock_rollback() [all …]
|
| H A D | nfs_nfsdsocket.c | 692 LIST_FOREACH_SAFE(clp, &nfsclienthash[i], lc_hash, in nfsrvd_compound()
|
| /netbsd-src/sys/net/ |
| H A D | if_llatbl.c | 198 LIST_FOREACH_SAFE(lle, &llt->lle_head[i], lle_next, next) { in htable_foreach_lle() 290 LIST_FOREACH_SAFE(lle, &pmd.dchain, lle_chain, next) in htable_prefix_free() 307 LIST_FOREACH_SAFE(lle, head, lle_chain, next) in llentries_unlink() 465 LIST_FOREACH_SAFE(lle, &dchain, lle_chain, next) in lltable_purge_entries()
|
| /netbsd-src/external/bsd/elftoolchain/dist/common/ |
| H A D | _elftc.h | 81 #ifndef LIST_FOREACH_SAFE 82 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro
|
| /netbsd-src/external/bsd/nvi/dist/ip/ |
| H A D | ip_term.c | 64 LIST_FOREACH_SAFE(qp, &gp->seqq, q, nqp) { in ip_term_end()
|
| /netbsd-src/sys/fs/nfs/client/ |
| H A D | nfs_clstate.c | 1420 LIST_FOREACH_SAFE(lp, lhp, nfsl_list, nlp) { in nfscl_freealllocks() 1502 LIST_FOREACH_SAFE(lop, &lp->nfsl_lock, nfslo_list, nlop) { in nfscl_freelockowner() 1536 LIST_FOREACH_SAFE(owp, &dp->nfsdl_owner, nfsow_list, nowp) { in nfscl_cleandeleg() 1572 LIST_FOREACH_SAFE(owp, &clp->nfsc_owner, nfsow_list, nowp) { in nfscl_cleanclient() 1573 LIST_FOREACH_SAFE(op, &owp->nfsow_open, nfso_list, nop) { in nfscl_cleanclient() 1656 LIST_FOREACH_SAFE(owp, &clp->nfsc_owner, nfsow_list, nowp) { in nfscl_expireclient() 1658 LIST_FOREACH_SAFE(op, &owp->nfsow_open, nfso_list, nop) { in nfscl_expireclient() 1683 LIST_FOREACH_SAFE(lp, &dp->nfsdl_lock, nfsl_list, nlp) { in nfscl_cleanup_common() 1723 LIST_FOREACH_SAFE(owp, &clp->nfsc_owner, nfsow_list, nowp) { in nfscl_cleanupkext() 1725 LIST_FOREACH_SAFE(lp, &op->nfso_lock, nfsl_list, nlp) { in nfscl_cleanupkext() [all …]
|
| H A D | nfs_clrpcops.c | 676 LIST_FOREACH_SAFE(lop, &lp->nfsl_lock, nfslo_list, nlop) { in nfsrpc_doclose() 730 LIST_FOREACH_SAFE(lp, &op->nfso_lock, nfsl_list, nlp) in nfsrpc_doclose()
|
| /netbsd-src/sys/netinet6/ |
| H A D | mld6.c | 459 LIST_FOREACH_SAFE(in6m, &ifp->if_multiaddrs, in6m_entry, next) { in mld_input() 903 LIST_FOREACH_SAFE(in6m, &ifp->if_multiaddrs, in6m_entry, next) { in in6_purge_multi()
|
| H A D | in6_pcb.c | 781 LIST_FOREACH_SAFE(imm, &im6o->im6o_memberships, in in6pcb_purgeif0()
|
| H A D | ip6_output.c | 2749 LIST_FOREACH_SAFE(imm, &im6o->im6o_memberships, i6mm_chain, nimm) { in ip6_freemoptions()
|
| /netbsd-src/sys/dev/mii/ |
| H A D | mii.c | 254 LIST_FOREACH_SAFE(child, &mii->mii_phys, mii_list, nchild) { in mii_detach()
|
| /netbsd-src/external/bsd/nvi/dist/cl/ |
| H A D | cl_term.c | 199 LIST_FOREACH_SAFE(qp, &gp->seqq, q, nqp) in cl_term_end()
|
| /netbsd-src/share/man/man3/ |
| H A D | Makefile | 147 queue.3 LIST_FOREACH_SAFE.3 \
|
| /netbsd-src/lib/libnvmm/ |
| H A D | libnvmm.c | 131 LIST_FOREACH_SAFE(ent, areas, list, nxt) { in __area_delete()
|
| /netbsd-src/sys/kern/ |
| H A D | kern_hook.c | 545 LIST_FOREACH_SAFE(hd, &l->hl_list, hk_list, nexthd) { in simplehook_dohooks()
|
| H A D | uipc_domain.c | 605 LIST_FOREACH_SAFE(fp, &filehead, f_list, np) { in sysctl_unpcblist()
|
| H A D | subr_vmem.c | 373 LIST_FOREACH_SAFE(bt, &vm->vm_freetags, bt_freelist, next_bt) { in bt_freetrim()
|
| /netbsd-src/external/cddl/osnet/dist/uts/common/dtrace/ |
| H A D | fasttrap.c | 1577 LIST_FOREACH_SAFE(scrblk, &proc->ftpc_scrblks, ftsb_next, in fasttrap_proc_release() 1582 LIST_FOREACH_SAFE(scrspc, &proc->ftpc_fscr, ftss_next, scrspctmp) { in fasttrap_proc_release() 1586 LIST_FOREACH_SAFE(scrspc, &proc->ftpc_ascr, ftss_next, scrspctmp) { in fasttrap_proc_release()
|
| /netbsd-src/sys/arch/aarch64/aarch64/ |
| H A D | pmap.c | 621 LIST_FOREACH_SAFE(pg, &pm->pm_vmlist, pageq.list, tmp) { in _pmap_sweep_pdp() 667 LIST_FOREACH_SAFE(pg, &pm->pm_vmlist, pageq.list, pgtmp) { in _pmap_free_pdp_all() 2102 LIST_FOREACH_SAFE(pv, &pm->pm_pvlist, pv_proc, pvtmp) { in pmap_remove_all()
|
| /netbsd-src/sys/sys/ |
| H A D | queue.h | 204 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro
|
| /netbsd-src/sys/modules/lua/ |
| H A D | lua.c | 752 LIST_FOREACH_SAFE(s, &lua_states, lua_next, ns) in klua_close()
|
| /netbsd-src/external/bsd/nvi/dist/ex/ |
| H A D | ex_cscope.c | 500 LIST_FOREACH_SAFE(csc, &exp->cscq, q, csc_next) { in cscope_find()
|
| /netbsd-src/sys/uvm/ |
| H A D | uvm_swap.c | 421 LIST_FOREACH_SAFE(spp, &swap_priority, spi_swappri, nextspp) { in swaplist_trim()
|
| /netbsd-src/sys/netipsec/ |
| H A D | key.c | 5175 LIST_FOREACH_SAFE(acq, &key_misc.acqlist, chain, nextacq) { in key_timehandler_acq() 5194 LIST_FOREACH_SAFE(acq, &key_misc.spacqlist, chain, nextacq) { in key_timehandler_spacq()
|