Lines Matching refs:nextrp
612 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()
878 nextrp) { in nfsrc_trimcache()
916 nextrp) { in nfsrc_trimcache()
967 rc_hash, nextrp) { in nfsrc_trimcache()