ywg_dev_doc
1. tee
2. u-boot dev note
3. kernel note
3.1. linux kernel map
3.2. linux 内存管理
3.3. 进程管理与调度
3.4. linux kernel debug tools
3.5. DTS设备树详解
3.6. linux 内核函数
3.7. linux系统调用
3.8. kernel 启动流程
3.9. linux并发与同步
3.10. 性能优化
3.11. linux内核杂项
3.11.1. linux 通用双向循环链表
3.11.2. kernel queue note
4. linux driver modules note
5. file system note
6. application development node
7. misc
8. embeded
9. net
10. rtos note
11. android
12. arm64 arch
ywg_dev_doc
3.
kernel note
3.11.
linux内核杂项
查看页面源码
3.11.
linux内核杂项
3.11.1. linux 通用双向循环链表
3.11.2. kernel queue note
3.11.2.1. linux wait queue
3.11.2.1.1. 概述
3.11.2.1.2. 等待队列
3.11.2.1.2.1. struct wait_queue_entry
3.11.2.1.2.2. struct wait_queue_head
3.11.2.1.2.3. add_wait_queue
3.11.2.1.3. 休眠与唤醒
3.11.2.1.3.1. wait_event
3.11.2.1.3.2. prepare_to_wait_event
3.11.2.1.3.3. wake_up
3.11.2.1.3.4. default_wake_function