Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\hugetlb.h Create Date:2022-07-28 05:55:29
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:hugetlb_count_add

Proto:static inline void hugetlb_count_add(long l, struct mm_struct *mm)

Type:void

Parameter:

TypeParameterName
longl
struct mm_struct *mm
648  atomic_long_add(l, & hugetlb_usage)
Caller
NameDescribe
copy_hugetlb_page_range
hugetlb_no_page
hugetlb_mcopy_atomic_pteUsed by userfaultfd UFFDIO_COPY. Based on mcopy_atomic_pte with* modifications for huge pages.