函数逻辑报告 |
Source Code:fs\file_table.c |
Create Date:2022-07-29 10:31:56 |
Last Modify:2020-03-18 10:20:10 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:One file with associated inode and dcache is very roughly 1K. Per default* do not use more than 10% of our memory for files.
函数原型:void __init files_maxfiles_init(void)
返回类型:void
参数:无
393 | nr_pages等于totalram_pages() |
396 | memreserve等于两数取小(memreserve, nr_pages - 1) |
397 | n等于nr_pages减memreserve的差乘PAGE_SIZE除1024除10 |
399 | unable 等于max_t - return maximum of two values, using the specified type*@type: data type to use*@x: first value*@y: second value(unsignedlong, n, his can well be larger on a larger system ) |
名称 | 描述 |
---|---|
vfs_caches_init | 虚拟文件系统缓存初始化 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |