Searched refs:free_pmds (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/mm/ |
H A D | pgtable.c | 213 static void free_pmds(struct mm_struct *mm, pmd_t *pmds[], int count) in free_pmds() function 249 free_pmds(mm, pmds, count); in preallocate_pmds() 462 free_pmds(mm, u_pmds, PREALLOCATED_USER_PMDS); in pgd_alloc() 464 free_pmds(mm, pmds, PREALLOCATED_PMDS); in pgd_alloc()
|
/kernel/linux/linux-6.6/arch/x86/mm/ |
H A D | pgtable.c | 213 static void free_pmds(struct mm_struct *mm, pmd_t *pmds[], int count) in free_pmds() function 258 free_pmds(mm, pmds, count); in preallocate_pmds() 474 free_pmds(mm, u_pmds, PREALLOCATED_USER_PMDS); in pgd_alloc() 477 free_pmds(mm, pmds, PREALLOCATED_PMDS); in pgd_alloc()
|
Completed in 3 milliseconds