Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_cache.c1620 struct mtx *dvlp, *dvlp2; in cache_remove_cnp() local
1627 dvlp2 = NULL; in cache_remove_cnp()
1633 if (dvlp2 != NULL) in cache_remove_cnp()
1634 mtx_unlock(dvlp2); in cache_remove_cnp()
1639 if (!cache_zap_locked_vnode_kl2(ncp, dvp, &dvlp2)) in cache_remove_cnp()
1643 if (dvlp2 != NULL) in cache_remove_cnp()
1644 mtx_unlock(dvlp2); in cache_remove_cnp()
1649 if (dvlp2 != NULL) in cache_remove_cnp()
1650 mtx_unlock(dvlp2); in cache_remove_cnp()