Lines Matching refs:hbp
589 struct nfsrchash_bucket *hbp; in nfsrvd_sentcache() local
593 hbp = NFSRCAHASH(rp->rc_sockref); in nfsrvd_sentcache()
594 mtx_lock(&hbp->mtx); in nfsrvd_sentcache()
597 LIST_INSERT_HEAD(&hbp->tbl, rp, rc_ahash); in nfsrvd_sentcache()
599 mtx_unlock(&hbp->mtx); in nfsrvd_sentcache()
792 struct nfsrchash_bucket *hbp; in nfsrc_freecache() local
799 hbp = NFSRCAHASH(rp->rc_sockref); in nfsrc_freecache()
800 mtx_lock(&hbp->mtx); in nfsrc_freecache()
803 mtx_unlock(&hbp->mtx); in nfsrc_freecache()
846 struct nfsrchash_bucket *hbp; in nfsrc_trimcache() local
854 hbp = NFSRCAHASH(sockref); in nfsrc_trimcache()
855 mtx_lock(&hbp->mtx); in nfsrc_trimcache()
856 LIST_FOREACH_SAFE(rp, &hbp->tbl, rc_ahash, nextrp) { in nfsrc_trimcache()
867 mtx_unlock(&hbp->mtx); in nfsrc_trimcache()