Home
last modified time | relevance | path

Searched refs:blps (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/kern/
H A Dvfs_cache.c2352 struct mtx *blps[2]; in cache_enter_lock() local
2355 blps[0] = HASH2BUCKETLOCK(hash); in cache_enter_lock()
2357 blps[1] = NULL; in cache_enter_lock()
2368 blps[1] = NCP2BUCKETLOCK(ncp); in cache_enter_lock()
2379 blps[1] == NCP2BUCKETLOCK(ncp) && in cache_enter_lock()
2387 cache_lock_buckets_cel(cel, blps[0], blps[1]); in cache_enter_lock()
2395 struct mtx *blps[2]; in cache_enter_lock_dd() local
2398 blps[0] = HASH2BUCKETLOCK(hash); in cache_enter_lock_dd()
2400 blps[1] = NULL; in cache_enter_lock_dd()
2409 blps[1] = NCP2BUCKETLOCK(ncp); in cache_enter_lock_dd()
[all …]