有没有一种有效的方法来查找task_struct指定的PID,而无需遍历task_struct列表?
task_struct
使用以下其中一项有什么问题?
extern struct task_struct *find_task_by_vpid(pid_t nr); extern struct task_struct *find_task_by_pid_ns(pid_t nr, struct pid_namespace *ns);