函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\percpu.c Create Date:2022-07-27 15:50:59
Last Modify:2022-05-23 13:52:24 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:pcpu_init_md_block

函数原型:static void pcpu_init_md_block(struct pcpu_block_md *block, int nr_bits)

返回类型:void

参数:

类型参数名称
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
调用者
名称描述
pcpu_init_md_blocks