发布时间:2013-12-01 20:57:40
转自 http://blog.chinaunix.net/uid-20737871-id-1881196.html linux HZ Linux核心几个重要跟时间有关的名词或变数,底下将介绍HZ、tick与jiffies。 HZ Linux核心每隔固定周期会发出timer interrupt (IRQ 0),HZ是用来定义每一秒有几次timer interrupts。举例来说,HZ为1000,代表.........【阅读全文】
发布时间:2013-10-26 15:01:42
转自:http://www.cnblogs.com/china_blue/archive/2010/01/15/1648523.html相信大家在看linux的source code的时候,都会注意到asmlinkage这个宏,它是用来做什么的呢?Theasmlinkage tag is one other thing that we should observe about this simple function. This is a #define for some gcc magic that tells .........【阅读全文】