Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\file_table.c Create Date:2022-07-28 20:01:53
Last Modify:2020-03-18 10:20:10 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:files_init

Proto:void __init files_init(void)

Type:void

Parameter:Nothing

381  SLAB cache for file structures = kmem_cache_create - Create a cache.*@name: A string which is used in /proc/slabinfo to identify this cache.*@size: The size of objects to be created in this cache.*@align: The required alignment for the objects.*@flags: SLAB flags
383  percpu_counter_init( & nr_files, 0, GFP_KERNEL)
Caller
NameDescribe
vfs_caches_init