Home
last modified time | relevance | path

Searched refs:nextrp (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdcache.c612 struct nfsrvcache *rp, *nextrp; in nfsrc_gettcp() local
631 nextrp = LIST_NEXT(rp, rc_hash); in nfsrc_gettcp()
646 rp = nextrp; in nfsrc_gettcp()
669 nextrp = LIST_NEXT(rp, rc_hash); in nfsrc_gettcp()
672 rp = nextrp; in nfsrc_gettcp()
821 struct nfsrvcache *rp, *nextrp; in nfsrvd_cleancache() local
826 rc_hash, nextrp) in nfsrvd_cleancache()
831 nextrp) { in nfsrvd_cleancache()
847 struct nfsrvcache *rp, *nextrp; in nfsrc_trimcache() local
856 LIST_FOREACH_SAFE(rp, &hbp->tbl, rc_ahash, nextrp) { in nfsrc_trimcache()
[all …]