This website works better with JavaScript
Kezdőlap
Felfedezés
Súgó
Regisztráció
Bejelentkezés
jeremy
/
linux-insides
tükrözi:
https://github.com/0xAX/linux-insides
Figyelés
1
Kedvenc
0
Másolás
0
Fájlok
Problémák
0
Wiki
Fa:
7c0e33cfb9
Branch-ok
Tag-ek
master
linux-insides
/
Timers
0xAX
7c0e33cfb9
Merge pull request
#264
from mudongliang/master
9 éve
..
README.md
0c4c79433b
Update README.md
9 éve
timers-1.md
fa0a5ae1e1
modify 'internals' to 'insides'
9 éve
timers-2.md
fa0a5ae1e1
modify 'internals' to 'insides'
9 éve
timers-3.md
feb13623a1
Fix typo in timers-3.md
9 éve
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.