Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\migrate.c Create Date:2022-07-28 15:58:20
Last Modify:2022-05-20 09:53:13 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:migration_entry_wait_huge

Proto:void migration_entry_wait_huge(struct vm_area_struct *vma, struct mm_struct *mm, pte_t *pte)

Type:void

Parameter:

TypeParameterName
struct vm_area_struct *vma
struct mm_struct *mm
pte_t *pte
350  ptl = huge_pte_lockptr(hstate_vma(vma), mm, pte)
351  Something used the pte of a page under migration. We need to* get to the page and wait until migration is finished.* When we return from this function the fault will be retried.