3、read_info结构,该结构中task指针指向了task_struct机构,这个结构就是linux进程的管理数据结构。Task_struct结构体庞大,它记录了进程相关的很多数据和资源。Thread_info数据结构是一个和CPU体系结构相关的数据结构,其中ARM体系结构对threadinfo结构体的定义为struct thread_info { unsigned long flags; /*lowlevelflags*/ int preempt_count; /*0=>preemptabl