Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_cache.c2166 struct mtx *blps[2]; in cache_enter_lock() local
2169 blps[0] = HASH2BUCKETLOCK(hash); in cache_enter_lock()
2171 blps[1] = NULL; in cache_enter_lock()
2182 blps[1] = NCP2BUCKETLOCK(ncp); in cache_enter_lock()
2193 blps[1] == NCP2BUCKETLOCK(ncp) && in cache_enter_lock()
2201 cache_lock_buckets_cel(cel, blps[0], blps[1]); in cache_enter_lock()
2209 struct mtx *blps[2]; in cache_enter_lock_dd() local
2212 blps[0] = HASH2BUCKETLOCK(hash); in cache_enter_lock_dd()
2214 blps[1] = NULL; in cache_enter_lock_dd()
2223 blps[1] = NCP2BUCKETLOCK(ncp); in cache_enter_lock_dd()
[all …]