Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\sparse.c Create Date:2022-07-28 15:34:14
Last Modify:2020-03-17 22:36:03 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:subsection_mask_set

Proto:static void subsection_mask_set(unsigned long *map, unsigned long pfn, unsigned long nr_pages)

Type:void

Parameter:

TypeParameterName
unsigned long *map
unsigned longpfn
unsigned longnr_pages
225  idx = subsection_map_index(pfn)
226  end = subsection_map_index(pfn + nr_pages - 1)
228  bitmap_set(map, idx, end - idx + 1)
Caller
NameDescribe
subsection_map_init
section_deactivate
section_activate