标签: linux kernel scheduled-tasks
我想创建一个类似的系统调用:
print_tasks(int cpu_x);
打印cpu_x的runquque中所有任务的pids。
如何迭代所有这些?这样做时我应该持 runqueue lock 吗?