Lines Matching defs:blp
938 struct mtx *blp;
940 blp = NCP2BUCKETLOCK(ncp);
941 mtx_assert(blp, MA_OWNED);
947 struct mtx *blp;
949 blp = NCP2BUCKETLOCK(ncp);
950 mtx_assert(blp, MA_NOTOWNED);
1538 struct mtx *blp;
1564 blp = HASH2BUCKETLOCK(hash);
1568 mtx_lock(blp);
1584 MPASS(blp == NCP2BUCKETLOCK(ncp));
1591 mtx_unlock(blp);
1675 struct mtx *blp;
1681 blp = NCP2BUCKETLOCK(ncp);
1682 mtx_lock(blp);
1684 mtx_unlock(blp);
1692 struct mtx *blp;
1707 blp = NCP2BUCKETLOCK(ncp);
1729 mtx_lock(blp);
1731 mtx_unlock(blp);
1752 struct mtx *blp)
1761 mtx_lock(blp);
1780 mtx_unlock(blp);
1786 mtx_unlock(blp);
1793 uint32_t hash, struct mtx *blp)
1806 mtx_unlock(blp);
1812 mtx_unlock(blp);
1813 return (cache_zap_unlocked_bucket(ncp, cnp, dvp, dvlp, vlp, hash, blp));
1820 struct mtx *blp;
1867 blp = HASH2BUCKETLOCK(hash);
1872 mtx_lock(blp);
1881 mtx_unlock(blp);
1885 error = cache_zap_locked_bucket(ncp, cnp, hash, blp);
2061 struct mtx *blp;
2072 blp = HASH2BUCKETLOCK(hash);
2073 mtx_lock(blp);
2082 mtx_unlock(blp);
2097 mtx_unlock(blp);
2111 error = cache_zap_locked_bucket(ncp, cnp, hash, blp);
2127 mtx_unlock(blp);
2242 struct mtx *blp[2];
2245 CTASSERT((nitems(((struct celockstate *)0)->blp) == 2));
2335 MPASS(cel->blp[0] == NULL);
2336 MPASS(cel->blp[1] == NULL);
2342 cel->blp[0] = blp1;
2345 cel->blp[1] = blp2;
2352 if (cel->blp[0] != NULL)
2353 mtx_unlock(cel->blp[0]);
2354 mtx_unlock(cel->blp[1]);
3098 struct mtx *blp;
3104 blp = HASH2BUCKETLOCK(hash);
3105 mtx_lock(blp);
3114 mtx_unlock(blp);