This website works better with JavaScript
Startsida
Utforska
Hjälp
Registrera dig
Logga in
jeremy
/
linux-insides
spegling av
https://github.com/0xAX/linux-insides
Bevaka
1
Stjärnmärk
0
Fork
0
Filer
Ärenden
0
Wiki
Träd:
c942db56cc
Grenar
Taggar
master
linux-insides
/
Timers
Kyle Lutz
feb13623a1
Fix typo in timers-3.md
9 år sedan
..
README.md
0c4c79433b
Update README.md
9 år sedan
timers-1.md
4a2b972bd3
Merge pull request
#243
from simar7/patch-5
9 år sedan
timers-2.md
58db505b1b
Create timers-2.md
9 år sedan
timers-3.md
feb13623a1
Fix typo in timers-3.md
9 år sedan
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.