This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
登録
サインイン
jeremy
/
linux-insides
同期ミラー
https://github.com/0xAX/linux-insides
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
Wiki
ツリー:
5c5fe7e130
ブランチ
タグ
master
linux-insides
/
Timers
Kyle Lutz
feb13623a1
Fix typo in timers-3.md
9 年 前
..
README.md
0c4c79433b
Update README.md
9 年 前
timers-1.md
4a2b972bd3
Merge pull request
#243
from simar7/patch-5
9 年 前
timers-2.md
58db505b1b
Create timers-2.md
9 年 前
timers-3.md
feb13623a1
Fix typo in timers-3.md
9 年 前
README.md
Timers and time management
This chapter describes timers and time management related concepts in the linux kernel.
Introduction
- this part is introduction to the timers in the Linux kernel.
Introduction to the clocksource framework
- this part describes
clocksource
framework in the Linux kernel.
The tick broadcast framework and dyntick
- this part describes tick broadcast framework and dyntick concept.