Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:shmem_init

Proto:int __init shmem_init(void)

Type:int

Parameter:Nothing

4045  BUG_ON(register_filesystem( & iny-shmem: simple shmemfs and tmpfs using ramfs code* This is intended for small system where the benefits of the full* shmem code (swap-backed and resource-limited) are outweighed by* their complexity. On systems without swap this code should be) != 0)
4047  shm_mnt = kern_mount( & iny-shmem: simple shmemfs and tmpfs using ramfs code* This is intended for small system where the benefits of the full* shmem code (swap-backed and resource-limited) are outweighed by* their complexity. On systems without swap this code should be)
4048  BUG_ON(IS_ERR(shm_mnt))
4050  Return 0