函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\hugetlb.c Create Date:2022-07-27 17:00:01
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:is_hugetlb_entry_migration

函数原型:bool is_hugetlb_entry_migration(pte_t pte)

返回类型:bool

参数:

类型参数名称
pte_tpte
3278  如果huge_pte_none(pte)或pte_present(pte)则返回:false
3280  swp等于Convert the arch-dependent pte representation of a swp_entry_t into an* arch-independent swp_entry_t.
3281  如果non_swap_entry(swp)且is_migration_entry(swp)则返回:true
3283  否则返回:false
调用者
名称描述
copy_hugetlb_page_range
hugetlb_fault
hugetlb_change_protection
follow_huge_pmd