Searched refs:probe_task (Results 1 – 2 of 2) sorted by relevance
759 static struct task_struct *probe_task; variable871 probe_task = NULL; in ps3_probe_thread()886 if (probe_task) in ps3_stop_probe_thread()887 kthread_stop(probe_task); in ps3_stop_probe_thread()937 probe_task = task; in ps3_start_probe_thread()
839 struct task_struct *probe_task; in xenbus_probe_initcall() local841 probe_task = kthread_run(xenbus_probe_thread, NULL, in xenbus_probe_initcall()843 if (IS_ERR(probe_task)) in xenbus_probe_initcall()844 return PTR_ERR(probe_task); in xenbus_probe_initcall()