Home
last modified time | relevance | path

Searched refs:xen_resume_notifier_register (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/xen/
Dmanage.c48 void xen_resume_notifier_register(struct notifier_block *nb) in xen_resume_notifier_register() function
52 EXPORT_SYMBOL_GPL(xen_resume_notifier_register);
Dxen-acpi-processor.c559 xen_resume_notifier_register(&xen_acpi_processor_resume_nb); in xen_acpi_processor_init()
/linux-4.1.27/include/xen/
Dxen-ops.h18 void xen_resume_notifier_register(struct notifier_block *nb);
/linux-4.1.27/drivers/xen/xenbus/
Dxenbus_probe.c823 xen_resume_notifier_register(&xenbus_resume_nb); in xenbus_init()