【一】 sched.h 第一个数据结构体是 task_struct ,这个数据结构被内核用来表示进程,包含其所有信息。 定义于文件 include/linux/sched.h 中,先看看其完整定义 1 s … Continue reading 【一】 sched.h