Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dnotify.h46 typedef struct NotifierWithReturn NotifierWithReturn; typedef
49 typedef int (*NotifierWithReturnFunc)(NotifierWithReturn *notifier, void *data,
52 struct NotifierWithReturn { struct
58 QLIST_ENTRY(NotifierWithReturn) node;
62 QLIST_HEAD(, NotifierWithReturn) notifiers;
71 NotifierWithReturn *notifier);
73 void notifier_with_return_remove(NotifierWithReturn *notifier);
/openbmc/qemu/include/migration/
H A Dmisc.h38 void precopy_add_notifier(NotifierWithReturn *n);
39 void precopy_remove_notifier(NotifierWithReturn *n);
78 typedef int (*MigrationNotifyFunc)(NotifierWithReturn *notify,
89 void migration_add_notifier(NotifierWithReturn *notify,
95 void migration_add_notifier_mode(NotifierWithReturn *notify,
98 void migration_remove_notifier(NotifierWithReturn *notify);
/openbmc/qemu/util/
H A Dnotify.c54 NotifierWithReturn *notifier) in notifier_with_return_list_add()
59 void notifier_with_return_remove(NotifierWithReturn *notifier) in notifier_with_return_remove()
67 NotifierWithReturn *notifier, *next; in notifier_with_return_list_notify()
/openbmc/qemu/migration/
H A Dpostcopy-ram.h135 void postcopy_add_notifier(NotifierWithReturn *nn);
136 void postcopy_remove_notifier(NotifierWithReturn *n);
H A Dpostcopy-ram.c66 void postcopy_add_notifier(NotifierWithReturn *nn) in postcopy_add_notifier()
71 void postcopy_remove_notifier(NotifierWithReturn *n) in postcopy_remove_notifier()
H A Dmigration.c1564 void migration_add_notifier_mode(NotifierWithReturn *notify, in migration_add_notifier_mode()
1571 void migration_add_notifier(NotifierWithReturn *notify, in migration_add_notifier()
1577 void migration_remove_notifier(NotifierWithReturn *notify) in migration_remove_notifier()
H A Dram.c435 void precopy_add_notifier(NotifierWithReturn *n) in precopy_add_notifier()
440 void precopy_remove_notifier(NotifierWithReturn *n) in precopy_remove_notifier()
/openbmc/qemu/hw/vfio/
H A Dcpr.c14 static int vfio_cpr_reboot_notifier(NotifierWithReturn *notifier, in vfio_cpr_reboot_notifier()
H A Dmigration.c846 static int vfio_migration_state_notifier(NotifierWithReturn *notifier, in vfio_migration_state_notifier()
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-balloon.h67 NotifierWithReturn free_page_hint_notify;
H A Dvirtio-net.h224 NotifierWithReturn migration_state;
/openbmc/qemu/include/hw/vfio/
H A Dvfio-container-base.h52 NotifierWithReturn cpr_reboot_notifier;
H A Dvfio-common.h67 NotifierWithReturn migration_state;
/openbmc/qemu/ui/
H A Dspice-core.c45 static NotifierWithReturn migration_state;
571 static int migration_state_notifier(NotifierWithReturn *notifier, in migration_state_notifier()
/openbmc/qemu/net/
H A Dvhost-vdpa.c37 NotifierWithReturn migration_state;
346 static int vdpa_net_migration_state_notifier(NotifierWithReturn *notifier, in vdpa_net_migration_state_notifier()
/openbmc/qemu/hw/virtio/
H A Dvirtio-balloon.c634 virtio_balloon_free_page_hint_notify(NotifierWithReturn *n, void *data, in virtio_balloon_free_page_hint_notify()
H A Dvhost-user.c248 NotifierWithReturn postcopy_notifier;
2103 static int vhost_user_postcopy_notifier(NotifierWithReturn *notifier, in vhost_user_postcopy_notifier()
/openbmc/qemu/hw/net/
H A Dvirtio-net.c3534 static int virtio_net_migration_state_notifier(NotifierWithReturn *notifier, in virtio_net_migration_state_notifier()