Searched defs:PMAP_TRYLOCK (Results 1 - 9 of 9) sorted by relevance

/freebsd-11.0-release/sys/arm/include/
H A Dpmap-v6.h129 #define PMAP_TRYLOCK(pmap) mtx_trylock(&(pmap)->pm_mtx) macro
H A Dpmap-v4.h154 #define PMAP_TRYLOCK(pmap) mtx_trylock(&(pmap)->pm_mtx) macro
/freebsd-11.0-release/sys/sparc64/include/
H A Dpmap.h78 #define PMAP_TRYLOCK(pmap) mtx_trylock(&(pmap)->pm_mtx) macro
/freebsd-11.0-release/sys/mips/include/
H A Dpmap.h115 #define PMAP_TRYLOCK(pmap) mtx_trylock(&(pmap)->pm_mtx) macro
/freebsd-11.0-release/sys/arm64/include/
H A Dpmap.h121 #define PMAP_TRYLOCK(pmap) mtx_trylock(&(pmap)->pm_mtx) macro
/freebsd-11.0-release/sys/riscv/include/
H A Dpmap.h121 #define PMAP_TRYLOCK(pmap) mtx_trylock(&(pmap)->pm_mtx) macro
/freebsd-11.0-release/sys/powerpc/include/
H A Dpmap.h228 #define PMAP_TRYLOCK(pmap) mtx_trylock(&(pmap)->pm_mtx) macro
/freebsd-11.0-release/sys/i386/include/
H A Dpmap.h327 #define PMAP_TRYLOCK(pmap) mtx_trylock(&(pmap)->pm_mtx) macro
/freebsd-11.0-release/sys/amd64/include/
H A Dpmap.h346 #define PMAP_TRYLOCK(pmap) mtx_trylock(&(pmap)->pm_mtx) macro

Completed in 82 milliseconds