Lines Matching refs:blps
2382 struct mtx *blps[2]; in cache_enter_lock() local
2385 blps[0] = HASH2BUCKETLOCK(hash); in cache_enter_lock()
2387 blps[1] = NULL; in cache_enter_lock()
2398 blps[1] = NCP2BUCKETLOCK(ncp); in cache_enter_lock()
2409 blps[1] == NCP2BUCKETLOCK(ncp) && in cache_enter_lock()
2417 cache_lock_buckets_cel(cel, blps[0], blps[1]); in cache_enter_lock()
2425 struct mtx *blps[2]; in cache_enter_lock_dd() local
2428 blps[0] = HASH2BUCKETLOCK(hash); in cache_enter_lock_dd()
2430 blps[1] = NULL; in cache_enter_lock_dd()
2439 blps[1] = NCP2BUCKETLOCK(ncp); in cache_enter_lock_dd()
2446 blps[1] == NCP2BUCKETLOCK(ncp) && in cache_enter_lock_dd()
2454 cache_lock_buckets_cel(cel, blps[0], blps[1]); in cache_enter_lock_dd()