Function report |
Source Code:include\linux\swapops.h |
Create Date:2022-07-28 10:01:51 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Convert the arch-dependent pte representation of a swp_entry_t into an* arch-independent swp_entry_t.
Proto:static inline swp_entry_t pte_to_swp_entry(pte_t pte)
Type:swp_entry_t
Parameter:
Type | Parameter | Name |
---|---|---|
pte_t | pte |
69 | If pte_swp_soft_dirty(pte) Then pte = pte_swp_clear_soft_dirty(pte) |
71 | arch_entry = __pte_to_swp_entry(pte) |
Name | Describe |
---|---|
follow_page_pte | |
copy_one_pte | py one vm_area from one task to the other. Assumes the page tables* already present in the new task to be cleared in the whole range* covered by this vma. |
zap_pte_range | |
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 |
mincore_pte_range | |
change_pte_range | |
map_pte | |
check_pte | heck_pte - check if @pvmw->page is mapped at the @pvmw->pte* page_vma_mapped_walk() found a place where @pvmw->page is *potentially** mapped |
madvise_free_pte_range | |
swap_ra_info | |
swap_vma_readahead | swap_vma_readahead - swap in pages in hope we need them soon*@entry: swap entry of this memory*@gfp_mask: memory allocation flags*@vmf: fault information* Returns the struct page for entry and addr, after queueing swapin.* Primitive swap readahead code |
unuse_pte_range | |
generic_max_swapfile_size | Find out how many pages are allowed for a single swap device |
is_hugetlb_entry_migration | |
is_hugetlb_entry_hwpoisoned | |
copy_hugetlb_page_range | |
hugetlb_change_protection | |
remove_migration_pte | Restore a potential migration pte to a working pte entry |
__migration_entry_wait | 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. |
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 |