Home
last modified time | relevance | path

Searched refs:xenbus_probe (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/xen/xenbus/
DMakefile8 xenbus-objs += xenbus_probe.o
Dxenbus_probe.c677 void xenbus_probe(struct work_struct *unused) in xenbus_probe() function
684 EXPORT_SYMBOL_GPL(xenbus_probe);
694 xenbus_probe(NULL); in xenbus_probe_initcall()
Dxenbus_comms.c47 static DECLARE_WORK(probe_work, xenbus_probe);
/linux-4.4.14/drivers/xen/
Dplatform-pci.c165 xenbus_probe(NULL); in platform_pci_init()
/linux-4.4.14/include/xen/
Dxenbus.h182 void xenbus_probe(struct work_struct *);
/linux-4.4.14/arch/arm/xen/
Denlighten.c253 xenbus_probe(NULL); in xen_guest_init()