Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\memcontrol.c Create Date:2022-07-28 16:14:24
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:mem_cgroup_uncharge_list - uncharge a list of page*@page_list: list of pages to uncharge* Uncharge a list of pages previously charged with* mem_cgroup_try_charge() and mem_cgroup_commit_charge().

Proto:void mem_cgroup_uncharge_list(struct list_head *page_list)

Type:void

Parameter:

TypeParameterName
struct list_head *page_list
6617  If mem_cgroup_disabled() Then Return
6620  If Not list_empty - tests whether a list is empty*@head: the list to test. Then uncharge_list(page_list)
Caller
NameDescribe
shrink_page_listshrink_page_list() returns the number of reclaimed pages
shrink_inactive_listshrink_inactive_list() is a helper for shrink_node(). It returns the number* of reclaimed pages
shrink_active_list