Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:remove_trailing_rmap_items

Proto:static void remove_trailing_rmap_items(struct mm_slot *mm_slot, struct rmap_item **rmap_list)

Type:void

Parameter:

TypeParameterName
struct mm_slot *mm_slot
struct rmap_item **rmap_list
822  When rmap_list cycle
823  rmap_item = rmap_list
824  rmap_list = rmap_list
825  Removing rmap_item from stable or unstable tree.* This function will clean the information from the stable/unstable tree.
826  free_rmap_item(rmap_item)
Caller
NameDescribe
scan_get_next_rmap_item