Searched refs:probe_task (Results 1 – 1 of 1) sorted by relevance
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()