Lines Matching full:split
2 Split page table lock
8 scalability, split page table lock was introduced.
10 With split page table lock we have separate per-table lock to serialize
11 access to the table. At the moment we use split lock for PTE and PMD
40 Split page table lock for PTE tables is enabled compile-time if
42 If split lock is disabled, all tables are guarded by mm->page_table_lock.
44 Split page table lock for PMD tables is enabled, if it's enabled for PTE
47 Hugetlb and split page table lock
50 Hugetlb can support several page sizes. We use split lock only for PMD
56 takes pmd split lock for PMD_SIZE page, mm->page_table_lock
61 Support of split page table lock by an architecture
64 There's no need in special enabling of PTE split page table lock: everything
72 PMD split lock only makes sense if you have more than two page table
75 PMD split lock enabling requires pagetable_pmd_ctor() call on PMD table
90 page->ptl is used to access split page table lock, where 'page' is struct
101 split lock with enabled DEBUG_SPINLOCK or DEBUG_LOCK_ALLOC, but costs