Home
last modified time | relevance | path

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

/openbmc/qemu/system/
H A Drunstate.c397 static NotifierList suspend_notifiers = variable
398 NOTIFIER_LIST_INITIALIZER(suspend_notifiers);
592 notifier_list_notify(&suspend_notifiers, NULL); in qemu_system_suspend()
609 notifier_list_add(&suspend_notifiers, notifier); in qemu_register_suspend_notifier()