HomeSort by: relevance | last modified time | path
    Searched defs:pm_mtx (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/ia64/include/
pmap.h 112 kmutex_t pm_mtx; member in struct:pmap
123 #define PMAP_LOCK(pmap) mutex_enter(&(pmap)->pm_mtx)
124 #define PMAP_LOCK_ASSERT(pmap) KASSERT(mutex_owned(&(pmap)->pm_mtx))
125 #define PMAP_LOCK_DESTROY(pmap) mutex_destroy(&(pmap)->pm_mtx)
126 #define PMAP_LOCK_INIT(pmap) mutex_init(&(pmap)->pm_mtx, MUTEX_DEFAULT, IPL_NONE)
127 #define PMAP_LOCKED(pmap) mutex_owned(&(pmap)->pm_mtx)
128 #define PMAP_MTX(pmap) (&(pmap)->pm_mtx)
129 #define PMAP_TRYLOCK(pmap) mutex_tryenter(&(pmap)->pm_mtx)
130 #define PMAP_UNLOCK(pmap) mutex_exit(&(pmap)->pm_mtx)
pmap.h 112 kmutex_t pm_mtx; member in struct:pmap
123 #define PMAP_LOCK(pmap) mutex_enter(&(pmap)->pm_mtx)
124 #define PMAP_LOCK_ASSERT(pmap) KASSERT(mutex_owned(&(pmap)->pm_mtx))
125 #define PMAP_LOCK_DESTROY(pmap) mutex_destroy(&(pmap)->pm_mtx)
126 #define PMAP_LOCK_INIT(pmap) mutex_init(&(pmap)->pm_mtx, MUTEX_DEFAULT, IPL_NONE)
127 #define PMAP_LOCKED(pmap) mutex_owned(&(pmap)->pm_mtx)
128 #define PMAP_MTX(pmap) (&(pmap)->pm_mtx)
129 #define PMAP_TRYLOCK(pmap) mutex_tryenter(&(pmap)->pm_mtx)
130 #define PMAP_UNLOCK(pmap) mutex_exit(&(pmap)->pm_mtx)
pmap.h 112 kmutex_t pm_mtx; member in struct:pmap
123 #define PMAP_LOCK(pmap) mutex_enter(&(pmap)->pm_mtx)
124 #define PMAP_LOCK_ASSERT(pmap) KASSERT(mutex_owned(&(pmap)->pm_mtx))
125 #define PMAP_LOCK_DESTROY(pmap) mutex_destroy(&(pmap)->pm_mtx)
126 #define PMAP_LOCK_INIT(pmap) mutex_init(&(pmap)->pm_mtx, MUTEX_DEFAULT, IPL_NONE)
127 #define PMAP_LOCKED(pmap) mutex_owned(&(pmap)->pm_mtx)
128 #define PMAP_MTX(pmap) (&(pmap)->pm_mtx)
129 #define PMAP_TRYLOCK(pmap) mutex_tryenter(&(pmap)->pm_mtx)
130 #define PMAP_UNLOCK(pmap) mutex_exit(&(pmap)->pm_mtx)
pmap.h 112 kmutex_t pm_mtx; member in struct:pmap
123 #define PMAP_LOCK(pmap) mutex_enter(&(pmap)->pm_mtx)
124 #define PMAP_LOCK_ASSERT(pmap) KASSERT(mutex_owned(&(pmap)->pm_mtx))
125 #define PMAP_LOCK_DESTROY(pmap) mutex_destroy(&(pmap)->pm_mtx)
126 #define PMAP_LOCK_INIT(pmap) mutex_init(&(pmap)->pm_mtx, MUTEX_DEFAULT, IPL_NONE)
127 #define PMAP_LOCKED(pmap) mutex_owned(&(pmap)->pm_mtx)
128 #define PMAP_MTX(pmap) (&(pmap)->pm_mtx)
129 #define PMAP_TRYLOCK(pmap) mutex_tryenter(&(pmap)->pm_mtx)
130 #define PMAP_UNLOCK(pmap) mutex_exit(&(pmap)->pm_mtx)
pmap.h 112 kmutex_t pm_mtx; member in struct:pmap
123 #define PMAP_LOCK(pmap) mutex_enter(&(pmap)->pm_mtx)
124 #define PMAP_LOCK_ASSERT(pmap) KASSERT(mutex_owned(&(pmap)->pm_mtx))
125 #define PMAP_LOCK_DESTROY(pmap) mutex_destroy(&(pmap)->pm_mtx)
126 #define PMAP_LOCK_INIT(pmap) mutex_init(&(pmap)->pm_mtx, MUTEX_DEFAULT, IPL_NONE)
127 #define PMAP_LOCKED(pmap) mutex_owned(&(pmap)->pm_mtx)
128 #define PMAP_MTX(pmap) (&(pmap)->pm_mtx)
129 #define PMAP_TRYLOCK(pmap) mutex_tryenter(&(pmap)->pm_mtx)
130 #define PMAP_UNLOCK(pmap) mutex_exit(&(pmap)->pm_mtx)
pmap.h 112 kmutex_t pm_mtx; member in struct:pmap
123 #define PMAP_LOCK(pmap) mutex_enter(&(pmap)->pm_mtx)
124 #define PMAP_LOCK_ASSERT(pmap) KASSERT(mutex_owned(&(pmap)->pm_mtx))
125 #define PMAP_LOCK_DESTROY(pmap) mutex_destroy(&(pmap)->pm_mtx)
126 #define PMAP_LOCK_INIT(pmap) mutex_init(&(pmap)->pm_mtx, MUTEX_DEFAULT, IPL_NONE)
127 #define PMAP_LOCKED(pmap) mutex_owned(&(pmap)->pm_mtx)
128 #define PMAP_MTX(pmap) (&(pmap)->pm_mtx)
129 #define PMAP_TRYLOCK(pmap) mutex_tryenter(&(pmap)->pm_mtx)
130 #define PMAP_UNLOCK(pmap) mutex_exit(&(pmap)->pm_mtx)

Completed in 73 milliseconds