Searched refs:blps (Results 1 – 1 of 1) sorted by relevance
2289 struct mtx *blps[2]; in cache_enter_lock() local2292 blps[0] = HASH2BUCKETLOCK(hash); in cache_enter_lock()2294 blps[1] = NULL; in cache_enter_lock()2305 blps[1] = NCP2BUCKETLOCK(ncp); in cache_enter_lock()2316 blps[1] == NCP2BUCKETLOCK(ncp) && in cache_enter_lock()2324 cache_lock_buckets_cel(cel, blps[0], blps[1]); in cache_enter_lock()2332 struct mtx *blps[2]; in cache_enter_lock_dd() local2335 blps[0] = HASH2BUCKETLOCK(hash); in cache_enter_lock_dd()2337 blps[1] = NULL; in cache_enter_lock_dd()2346 blps[1] = NCP2BUCKETLOCK(ncp); in cache_enter_lock_dd()[all …]