函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\shmem.c Create Date:2022-07-27 15:44:52
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:shmem_init

函数原型:int __init shmem_init(void)

返回类型:int

参数:

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(是错误)
4050  返回:0
调用者
名称描述
mnt_init