HomeSort by relevance Sort by last modified time
    Searched refs:page_table_lock (Results 1 - 2 of 2) sorted by null

  /external/kernel-headers/original/linux/
mm.h 95 struct anon_vma *anon_vma; /* Serialized by page_table_lock */
845 * We use mm->page_table_lock to guard all pagetable pages of the mm.
849 #define pte_lockptr(mm, pmd) ({(void)(pmd); &(mm)->page_table_lock;})
    [all...]
sched.h 262 * The mm counters are not protected by its page_table_lock,
274 * The mm counters are protected by its page_table_lock,
315 spinlock_t page_table_lock; /* Protects page tables and some counters */ member in struct:mm_struct
323 * page_table_lock, in other configurations by being atomic.
    [all...]

Completed in 157 milliseconds