Searched refs:probe_task (Results 1 – 2 of 2) sorted by relevance
760 static struct task_struct *probe_task; variable872 probe_task = NULL; in ps3_probe_thread()887 if (probe_task) in ps3_stop_probe_thread()888 kthread_stop(probe_task); in ps3_stop_probe_thread()938 probe_task = task; in ps3_start_probe_thread()
881 struct task_struct *probe_task; in xenbus_probe_initcall() local883 probe_task = kthread_run(xenbus_probe_thread, NULL, in xenbus_probe_initcall()885 if (IS_ERR(probe_task)) in xenbus_probe_initcall()886 return PTR_ERR(probe_task); in xenbus_probe_initcall()