码迷,mamicode.com
首页 >  
搜索关键字:pap chap    ( 792个结果
Codeforces Round #296 (Div. 2) A. Playing with Paper
A. Playing with PaperOne day Vasya was sitting on a not so interesting Maths lesson and making an origami from a rectangulara mm × b mm sheet of pap.....
分类:其他好文   时间:2016-01-09 21:29:10    阅读次数:144
ULK --- Chap 4: Tasklets (Note)
Tasklets are the preferred way to implement deferrable functions in I/O drivers. As already explained,tasklets are built on top of two softirqs named ...
分类:其他好文   时间:2015-12-03 08:27:39    阅读次数:162
ULK --- Chap 4: ksoftirqd kernel threads (Note)
In recent kernel versions, each CPU has its own ksoftirqd/n kernel thread (where n is thelogical number of CPU). Each ksoftirqd/n kernel thread runs t...
分类:其他好文   时间:2015-12-03 02:15:43    阅读次数:169
ULK --- Chap 4: Softirqs and Tasklets (Note)
We mentioned earlier in the section "Interrupt Handling" that several tasks among those executedby the kernel are not critical: they can be deferred f...
分类:其他好文   时间:2015-12-03 02:08:34    阅读次数:222
ULK --- Chap 4: Interrupts and Exceptions (Note)
The Intel documentation classifies interrupts and exceptions as follows:1. Interrupts:Maskable interrupts: All Interrupt ReQuests (IRQs) issued by I/O...
分类:其他好文   时间:2015-11-26 06:58:23    阅读次数:269
ULK --- Chap 4: Interrupts and Exceptions
An interrupt is usually defined as an event that alters the sequence of instructions executed by aprocessor. Such events correspond to electrical sign...
分类:其他好文   时间:2015-11-25 13:23:58    阅读次数:174
Modern Operating System --- Chap 5.5.2 Clock Software
All the clock hardware does is to generate interrupts at known intervals. Everythingelse involving time must be done by the software, the clock driver...
分类:其他好文   时间:2015-10-05 08:10:23    阅读次数:169
Modern Operating System --- Chap 5.5 Clocks
Clock also called timers are essential to the operation of any multiprogrammed system fora variety of reasons. They maintain the time of day and preve...
分类:其他好文   时间:2015-10-02 23:41:24    阅读次数:161
792条   上一页 1 ... 72 73 74 75 76 ... 80 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!