Lines Matching defs:hbp
582 struct nfsrchash_bucket *hbp;
586 hbp = NFSRCAHASH(rp->rc_sockref);
587 mtx_lock(&hbp->mtx);
590 LIST_INSERT_HEAD(&hbp->tbl, rp, rc_ahash);
592 mtx_unlock(&hbp->mtx);
785 struct nfsrchash_bucket *hbp;
792 hbp = NFSRCAHASH(rp->rc_sockref);
793 mtx_lock(&hbp->mtx);
796 mtx_unlock(&hbp->mtx);
841 struct nfsrchash_bucket *hbp;
849 hbp = NFSRCAHASH(sockref);
850 mtx_lock(&hbp->mtx);
851 LIST_FOREACH_SAFE(rp, &hbp->tbl, rc_ahash, nextrp) {
862 mtx_unlock(&hbp->mtx);