函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\nommu.c Create Date:2022-07-27 16:02:48
Last Modify:2020-03-17 21:26:27 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:alise the percpu counter for VM and region record slabs

函数原型:void __init mmap_init(void)

返回类型:void

参数:

453  ret等于percpu_counter_init( & Make sure vm_committed_as in one cacheline and not cacheline shared with* other variables. It can be updated by several CPUs frequently., 0, GFP_KERNEL)
454  VM_BUG_ON(ret)
455  list of mapped, potentially shareable regions 等于Please use this macro to create slab caches. Simply specify the* name of the structure and maybe some flags that are listed above.* The alignment of the struct determines object alignment. If you* f(vm_region, Panic if kmem_cache_create() fails | SLAB_ACCOUNT)
调用者
名称描述
proc_caches_init进程缓存初始化