Home
last modified time | relevance | path

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

/components/mm/
A Dmm_aspace.h30 #define MM_PGTBL_LOCK_INIT(aspace) (rt_spin_lock_init(&((aspace)->pgtbl_lock)))
31 #define MM_PGTBL_LOCK(aspace) (rt_spin_lock(&((aspace)->pgtbl_lock)))
32 #define MM_PGTBL_UNLOCK(aspace) (rt_spin_unlock(&((aspace)->pgtbl_lock)))
46 mm_spinlock_t pgtbl_lock; member

Completed in 2 milliseconds