Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\percpu.c Create Date:2022-07-28 14:26:32
Last Modify:2022-05-23 13:52:24 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:pcpu_init_md_block

Proto:static void pcpu_init_md_block(struct pcpu_block_md *block, int nr_bits)

Type:void

Parameter:

TypeParameterName
struct pcpu_block_md *block
intnr_bits
1274  scan hint for block = 0
1275  contig hint for block = nr_bits
1276  size of free space alongthe left side of the block = nr_bits
1277  size of free space alongthe right side of the block = nr_bits
1278  lock position of first free = 0
1279  al bits responsible for = nr_bits
Caller
NameDescribe
pcpu_init_md_blocks