mirror of
https://github.com/MintCN/linux-insides-zh.git
synced 2026-04-25 11:11:20 +08:00
proofread linux-timers-6 and change its translation status
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
|├ [5.3](Timers/linux-timers-3.md)||未开始|
|
||||
|├ [5.4](Timers/linux-timers-4.md)||未开始|
|
||||
|├ [5.5](Timers/linux-timers-5.md)||未开始|
|
||||
|├ [5.6](Timers/linux-timers-6.md)||未开始|
|
||||
|├ [5.6](Timers/linux-timers-6.md)|[@ysun](https://github.com/ysun)|更新至[fa1cf540e899](https://github.com/0xAX/linux-insides/commit/fa1cf540e899d6f0c3af95e08026a7251521785b)|
|
||||
|└ [5.7](Timers/linux-timers-7.md)||未开始|
|
||||
| 6. [Synchronization primitives](SyncPrim)||正在进行|
|
||||
|├ [6.0](SyncPrim/README.md)|[@mudongliang](https://github.com/mudongliang)|更新至[6f85b63e](https://github.com/0xAX/linux-insides/commit/6f85b63e347b636e08e965e9dc22c177e972afe2)|
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
Linux内核中的时钟和时间管理 第6部分
|
||||
Linux内核中的定时器和时间管理 第6部分
|
||||
================================================================================
|
||||
|
||||
x86_64有关的时钟资源
|
||||
x86_64相关的时钟资源
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
这是[本章](/Timers/)的第六部分,将描述Linux内核中的时钟和时间管理的相关内容。上一节中,我们了解了clockevents框架,现在继续深入研究Linux内核中的时间管理相关内容,本节将讲述x86架构中时钟源的实现(更多关于时钟源的概念可以参考本章第二节)。
|
||||
这是[本章](/Timers/)的第六部分,描述了Linux内核中的定时器和时间管理的相关内容。上一节中,我们了解了clockevents框架,现在继续深入研究Linux内核中的时间管理相关内容,本节将讲述x86架构中时钟源的实现(更多关于时钟源的概念可以参考本章第二节)。
|
||||
|
||||
首先,我们需要知道x86架构上可以使用哪些时钟源。这个问题很容易从[sysfs](https://en.wikipedia.org/wiki/Sysfs)或文件`/sys/devices/system/clocksource/clocksource0/available_clocksource`中获得答案。文件夹`/sys/devices/system/clocksource/clocksourceN`内有两个特殊文件保存:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user