HomeSort by: relevance | last modified time | path
    Searched refs:LIST_FOREACH_SAFE (Results 1 - 20 of 20) sorted by relevancy

  /src/sys/fs/nfs/server/
nfs_nfsdcache.c 819 LIST_FOREACH_SAFE(rp, &nfsrchash_table[i].tbl, rc_hash, nextrp)
825 LIST_FOREACH_SAFE(rp, &nfsrvudphashtbl[i], rc_hash, nextrp) {
851 LIST_FOREACH_SAFE(rp, &hbp->tbl, rc_ahash, nextrp) {
906 LIST_FOREACH_SAFE(rp, &nfsrchash_table[i].tbl, rc_hash,
956 LIST_FOREACH_SAFE(rp, &nfsrchash_table[i].tbl,
nfs_nfsdstate.c 1194 LIST_FOREACH_SAFE(stp, &clp->lc_open, ls_list, nstp)
1197 LIST_FOREACH_SAFE(sep, &clp->lc_session, sess_list, nsep)
1244 LIST_FOREACH_SAFE(stp, sthp, ls_list, nstp) {
1320 LIST_FOREACH_SAFE(tstp, &stp->ls_open, ls_list, nstp)
1418 LIST_FOREACH_SAFE(rlp, &lfp->lf_rollback, rlck_list,
4517 LIST_FOREACH_SAFE(sp, &sf->nsf_head, nst_list, nsp) {
4634 LIST_FOREACH_SAFE(sp, &sf->nsf_head, nst_list, nsp) {
5371 LIST_FOREACH_SAFE(clp, &nfsclienthash[i], lc_hash, nclp) {
5372 LIST_FOREACH_SAFE(stp, &clp->lc_open, ls_list, nstp) {
5666 LIST_FOREACH_SAFE(rlp, &lfp->lf_rollback, rlck_list, nrlp)
    [all...]
nfs_nfsdsocket.c 692 LIST_FOREACH_SAFE(clp, &nfsclienthash[i], lc_hash,
  /src/sys/net/
if_llatbl.c 198 LIST_FOREACH_SAFE(lle, &llt->lle_head[i], lle_next, next) {
290 LIST_FOREACH_SAFE(lle, &pmd.dchain, lle_chain, next)
307 LIST_FOREACH_SAFE(lle, head, lle_chain, next)
465 LIST_FOREACH_SAFE(lle, &dchain, lle_chain, next)
  /src/sys/fs/nfs/client/
nfs_clstate.c 1420 LIST_FOREACH_SAFE(lp, lhp, nfsl_list, nlp) {
1502 LIST_FOREACH_SAFE(lop, &lp->nfsl_lock, nfslo_list, nlop) {
1536 LIST_FOREACH_SAFE(owp, &dp->nfsdl_owner, nfsow_list, nowp) {
1572 LIST_FOREACH_SAFE(owp, &clp->nfsc_owner, nfsow_list, nowp) {
1573 LIST_FOREACH_SAFE(op, &owp->nfsow_open, nfso_list, nop) {
1656 LIST_FOREACH_SAFE(owp, &clp->nfsc_owner, nfsow_list, nowp) {
1658 LIST_FOREACH_SAFE(op, &owp->nfsow_open, nfso_list, nop) {
1683 LIST_FOREACH_SAFE(lp, &dp->nfsdl_lock, nfsl_list, nlp) {
1723 LIST_FOREACH_SAFE(owp, &clp->nfsc_owner, nfsow_list, nowp) {
1725 LIST_FOREACH_SAFE(lp, &op->nfso_lock, nfsl_list, nlp)
    [all...]
nfs_clrpcops.c 676 LIST_FOREACH_SAFE(lop, &lp->nfsl_lock, nfslo_list, nlop) {
730 LIST_FOREACH_SAFE(lp, &op->nfso_lock, nfsl_list, nlp)
  /src/sys/dev/mii/
mii.c 254 LIST_FOREACH_SAFE(child, &mii->mii_phys, mii_list, nchild) {
  /src/lib/libnvmm/
libnvmm.c 131 LIST_FOREACH_SAFE(ent, areas, list, nxt) {
  /src/sys/kern/
kern_hook.c 545 LIST_FOREACH_SAFE(hd, &l->hl_list, hk_list, nexthd) {
uipc_domain.c 605 LIST_FOREACH_SAFE(fp, &filehead, f_list, np) {
subr_vmem.c 373 LIST_FOREACH_SAFE(bt, &vm->vm_freetags, bt_freelist, next_bt) {
  /src/share/man/man3/
Makefile 147 queue.3 LIST_FOREACH_SAFE.3 \
  /src/sys/netinet6/
mld6.c 459 LIST_FOREACH_SAFE(in6m, &ifp->if_multiaddrs, in6m_entry, next) {
903 LIST_FOREACH_SAFE(in6m, &ifp->if_multiaddrs, in6m_entry, next) {
in6_pcb.c 781 LIST_FOREACH_SAFE(imm, &im6o->im6o_memberships,
ip6_output.c 2749 LIST_FOREACH_SAFE(imm, &im6o->im6o_memberships, i6mm_chain, nimm) {
  /src/sys/arch/aarch64/aarch64/
pmap.c 621 LIST_FOREACH_SAFE(pg, &pm->pm_vmlist, pageq.list, tmp) {
667 LIST_FOREACH_SAFE(pg, &pm->pm_vmlist, pageq.list, pgtmp) {
2102 LIST_FOREACH_SAFE(pv, &pm->pm_pvlist, pv_proc, pvtmp) {
  /src/sys/modules/lua/
lua.c 752 LIST_FOREACH_SAFE(s, &lua_states, lua_next, ns)
  /src/sys/sys/
queue.h 204 #define LIST_FOREACH_SAFE(var, head, field, tvar) \
  /src/sys/uvm/
uvm_swap.c 421 LIST_FOREACH_SAFE(spp, &swap_priority, spi_swappri, nextspp) {
  /src/sys/netipsec/
key.c 5175 LIST_FOREACH_SAFE(acq, &key_misc.acqlist, chain, nextacq) {
5194 LIST_FOREACH_SAFE(acq, &key_misc.spacqlist, chain, nextacq) {

Completed in 38 milliseconds