Searched refs:xenbus_task (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/xen/xenbus/
H A Dxenbus_comms.c58 static struct task_struct *xenbus_task; variable in typeref:struct:task_struct
431 xenbus_task = NULL;
469 if (!xenbus_task) {
470 xenbus_task = kthread_run(xenbus_thread, NULL,
472 if (IS_ERR(xenbus_task))
473 return PTR_ERR(xenbus_task);

Completed in 102 milliseconds