Searched refs:pagetable_pmd_ctor (Results 1 – 5 of 5) sorted by relevance
67 启用PMD分页锁需要在PMD表分配时调用pagetable_pmd_ctor(),在释放时调76 注意:pagetable_pte_ctor()和pagetable_pmd_ctor()可能失败--必94 分配在pagetable_pmd_ctor()中。
42 if (!pagetable_pmd_ctor(mm, ptdesc)) { in pmd_alloc_one()
146 if (!pagetable_pmd_ctor(mm, ptdesc)) { in pmd_alloc_one_noprof()
487 BUG_ON(!ptdesc || !pagetable_pmd_ctor(NULL, ptdesc)); in alloc_pmd_late()
3878 static inline bool pagetable_pmd_ctor(struct mm_struct *mm, in pagetable_pmd_ctor() function