Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_cache.c1871 struct mtx *dvlp, *dvlp2; in cache_remove_cnp() local
1878 dvlp2 = NULL; in cache_remove_cnp()
1884 if (dvlp2 != NULL) in cache_remove_cnp()
1885 mtx_unlock(dvlp2); in cache_remove_cnp()
1890 if (!cache_zap_locked_vnode_kl2(ncp, dvp, &dvlp2)) in cache_remove_cnp()
1894 if (dvlp2 != NULL) in cache_remove_cnp()
1895 mtx_unlock(dvlp2); in cache_remove_cnp()
1900 if (dvlp2 != NULL) in cache_remove_cnp()
1901 mtx_unlock(dvlp2); in cache_remove_cnp()