Searched refs:preallocate_pmds (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/mm/ |
H A D | pgtable.c | 225 static int preallocate_pmds(struct mm_struct *mm, pmd_t *pmds[], int count) in preallocate_pmds() function 437 if (preallocate_pmds(mm, pmds, PREALLOCATED_PMDS) != 0) in pgd_alloc() 440 if (preallocate_pmds(mm, u_pmds, PREALLOCATED_USER_PMDS) != 0) in pgd_alloc()
|
/kernel/linux/linux-6.6/arch/x86/mm/ |
H A D | pgtable.c | 228 static int preallocate_pmds(struct mm_struct *mm, pmd_t *pmds[], int count) in preallocate_pmds() function 444 preallocate_pmds(mm, pmds, PREALLOCATED_PMDS) != 0) in pgd_alloc() 448 preallocate_pmds(mm, u_pmds, PREALLOCATED_USER_PMDS) != 0) in pgd_alloc()
|
Completed in 3 milliseconds