mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-09 11:16:47 +00:00
* 实现通知链块结构 * 实现通知链的基本功能 * 实现 atomic notifier chain * 实现 blocking notifier chain * 使用 rust 范式完成功能 * 支持回调次数 nr_to_call * 移动至 libs 目录 * 完善通知链相关方法 * 修正相关格式 * 文档编写 * 更改文档路径
17 lines
285 B
ReStructuredText
17 lines
285 B
ReStructuredText
====================================
|
|
核心API文档
|
|
====================================
|
|
|
|
这里是DragonOS的核心api文档。
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: 内核实用函数库
|
|
|
|
kernel_api
|
|
atomic
|
|
data_structures
|
|
casting
|
|
notifier_chain
|
|
softirq
|