Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/kern/
HDvfs_cache.c1130 struct mtx *dvlp, *dvlp2; in cache_lookup_nomakeentry() local
1138 dvlp2 = NULL; in cache_lookup_nomakeentry()
1146 if (dvlp2 != NULL) in cache_lookup_nomakeentry()
1147 mtx_unlock(dvlp2); in cache_lookup_nomakeentry()
1154 dvp, &dvlp2)) in cache_lookup_nomakeentry()
1158 if (dvlp2 != NULL) in cache_lookup_nomakeentry()
1159 mtx_unlock(dvlp2); in cache_lookup_nomakeentry()
1164 if (dvlp2 != NULL) in cache_lookup_nomakeentry()
1165 mtx_unlock(dvlp2); in cache_lookup_nomakeentry()
1250 struct mtx *dvlp, *dvlp2; in cache_lookup() local
[all …]