Home
last modified time | relevance | path

Searched refs:migration_entry_wait_huge (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/include/linux/
Dswapops.h351 extern void migration_entry_wait_huge(struct vm_area_struct *vma, pte_t *pte);
380 static inline void migration_entry_wait_huge(struct vm_area_struct *vma, pte_t *pte) { } in migration_entry_wait_huge() function
/Linux-v6.1/mm/
Dmigrate.c336 void migration_entry_wait_huge(struct vm_area_struct *vma, pte_t *pte) in migration_entry_wait_huge() function
Dhugetlb.c5840 migration_entry_wait_huge(vma, ptep); in hugetlb_fault()