实现内核通知链 notifier chain (#316)

* 实现通知链块结构

* 实现通知链的基本功能

* 实现 atomic notifier chain

* 实现 blocking notifier chain

* 使用 rust 范式完成功能

* 支持回调次数 nr_to_call

* 移动至 libs 目录

* 完善通知链相关方法

* 修正相关格式

* 文档编写

* 更改文档路径
This commit is contained in:
Xshine
2023-08-06 12:53:47 +08:00
committed by GitHub
parent be63f3b2b6
commit 729a96ef47
5 changed files with 232 additions and 0 deletions

View File

@ -12,4 +12,5 @@
atomic
data_structures
casting
notifier_chain
softirq