spusched_task 50 arch/powerpc/platforms/cell/spufs/sched.c static struct task_struct *spusched_task; spusched_task 985 arch/powerpc/platforms/cell/spufs/sched.c wake_up_process(spusched_task); spusched_task 1102 arch/powerpc/platforms/cell/spufs/sched.c spusched_task = kthread_run(spusched_thread, NULL, "spusched"); spusched_task 1103 arch/powerpc/platforms/cell/spufs/sched.c if (IS_ERR(spusched_task)) { spusched_task 1104 arch/powerpc/platforms/cell/spufs/sched.c err = PTR_ERR(spusched_task); spusched_task 1119 arch/powerpc/platforms/cell/spufs/sched.c kthread_stop(spusched_task); spusched_task 1135 arch/powerpc/platforms/cell/spufs/sched.c kthread_stop(spusched_task);