Searched refs:nextrp (Results 1 – 1 of 1) sorted by relevance
612 struct nfsrvcache *rp, *nextrp; in nfsrc_gettcp() local631 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() local826 rc_hash, nextrp) in nfsrvd_cleancache()831 nextrp) { in nfsrvd_cleancache()847 struct nfsrvcache *rp, *nextrp; in nfsrc_trimcache() local856 LIST_FOREACH_SAFE(rp, &hbp->tbl, rc_ahash, nextrp) { in nfsrc_trimcache()[all …]