Searched refs:probe_task (Results 1 – 2 of 2) sorted by relevance
759 static struct task_struct *probe_task; variable867 probe_task = NULL; in ps3_probe_thread()882 if (probe_task) in ps3_stop_probe_thread()883 kthread_stop(probe_task); in ps3_stop_probe_thread()933 probe_task = task; in ps3_start_probe_thread()
752 struct task_struct *probe_task; in xenbus_probe_initcall() local754 probe_task = kthread_run(xenbus_probe_thread, NULL, in xenbus_probe_initcall()756 if (IS_ERR(probe_task)) in xenbus_probe_initcall()757 return PTR_ERR(probe_task); in xenbus_probe_initcall()