
linux内核
文章平均质量分 70
T-tss玄
学习的孩子
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
linux内核const.h文件解释
文件路径: Linux/arch/x86/include/asm/pgtable_types.h 文件内容如下: /* const.h: Macros for dealing with constants. */ #ifndef _LINUX_CONST_H #define _LINUX_CONST_H /* Some constant macros are used in原创 2015-01-06 00:44:28 · 1668 阅读 · 0 评论 -
cold function 介绍(GCC)
在linux内核中使用较多,在GCC的文档的 6.31 Declaring Attributes of Functions (链接:https://gcc.gnu.org/onlinedocs/gcc/Function-Attributes.html) 下对cold 属性有如下介绍: coldThe cold attribute on functions is used to infor原创 2015-01-02 23:23:39 · 1885 阅读 · 0 评论