Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:update_hiwater_rss

Proto:static inline void update_hiwater_rss(struct mm_struct *mm)

Type:void

Parameter:

TypeParameterName
struct mm_struct *mm
1688  _rss = get_mm_rss(mm)
1690  If High-watermark of RSS usage < _rss Then High-watermark of RSS usage = _rss
Caller
NameDescribe
zap_page_rangezap_page_range - remove user pages in a given range*@vma: vm_area_struct holding the applicable pages*@start: starting address of pages to zap*@size: number of bytes to zap* Caller must protect the VMA list
zap_page_range_singlezap_page_range_single - remove user pages in a given range*@vma: vm_area_struct holding the applicable pages*@address: starting address of pages to zap*@size: number of bytes to zap*@details: details of shared cache invalidation
unmap_region
try_to_unmap_one@arg: enum ttu_flags will be passed to this argument
madvise_free_single_vma