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

/freebsd-9.3-release/sys/ia64/include/
H A Dpmap.h95 #define PMAP_TRYLOCK(pmap) mtx_trylock(&(pmap)->pm_mtx) macro
/freebsd-9.3-release/sys/sparc64/include/
H A Dpmap.h84 #define PMAP_TRYLOCK(pmap) mtx_trylock(&(pmap)->pm_mtx) macro
/freebsd-9.3-release/sys/mips/include/
H A Dpmap.h117 #define PMAP_TRYLOCK(pmap) mtx_trylock(&(pmap)->pm_mtx) macro
/freebsd-9.3-release/sys/powerpc/include/
H A Dpmap.h220 #define PMAP_TRYLOCK(pmap) mtx_trylock(&(pmap)->pm_mtx) macro
/freebsd-9.3-release/sys/amd64/include/
H A Dpmap.h248 #define PMAP_TRYLOCK(pmap) mtx_trylock(&(pmap)->pm_mtx) macro
/freebsd-9.3-release/sys/i386/include/
H A Dpmap.h390 #define PMAP_TRYLOCK(pmap) mtx_trylock(&(pmap)->pm_mtx) macro
/freebsd-9.3-release/sys/arm/include/
H A Dpmap.h160 #define PMAP_TRYLOCK(pmap) mtx_trylock(&(pmap)->pm_mtx) macro

Completed in 141 milliseconds