Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:alise the percpu counter for VM

Proto:void __init mmap_init(void)

Type:void

Parameter:Nothing

3632  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)
3633  VM_BUG_ON(ret)