Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_cache.c668 if (vlp != NULL) in cache_assert_vlp_locked()
1781 vlp = NULL; in cache_zap_locked_bucket()
2262 MPASS(cel->vlp[0] != NULL || cel->vlp[1] != NULL); in cache_unlock_vnodes_cel()
2286 if (vlp >= cel->vlp[1]) { in cache_lock_vnodes_cel_3()
2293 if (vlp < cel->vlp[0]) { in cache_lock_vnodes_cel_3()
2306 cel->vlp[2] = vlp; in cache_lock_vnodes_cel_3()
2920 mtx_lock(vlp); in cache_purge_impl()
3013 mtx_lock(vlp); in cache_purge_negative()
3374 mtx_lock(vlp); in vn_vptocnp()
3820 mtx_lock(vlp); in vn_dir_dd_ino()
[all …]
/freebsd/crypto/openssl/crypto/perlasm/
H A Ds390x.pm1024 sub vlp { subroutine
1029 vlp(@_,0);
1032 vlp(@_,1);
1035 vlp(@_,2);
1038 vlp(@_,3);
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrVector.td573 def VLP : UnaryVRRaGeneric<"vlp", 0xE7DF>;