Function report |
Source Code:mm\migrate.c |
Create Date:2022-07-28 15:58:19 |
| Last Modify:2022-05-20 09:53:13 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:migration_entry_wait
Proto:void migration_entry_wait(struct mm_struct *mm, pmd_t *pmd, unsigned long address)
Type:void
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct mm_struct * | mm | |
| pmd_t * | pmd | |
| unsigned long | address |
| 342 | ptl = pte_lockptr(mm, pmd) |
| 343 | ptep = pte_offset_map(pmd, address) |
| Name | Describe |
|---|---|
| do_swap_page | We enter with non-exclusive mmap_sem (to exclude vma changes,* but allow concurrent faults), and pte mapped but not yet locked.* We return with pte unmapped and unlocked.* We return with the mmap_sem locked or unlocked in the same cases |
| hmm_vma_handle_pte |
| Source code conversion tool public plug-in interface | X |
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |