Searched refs:NotifierWithReturn (Results 1 – 18 of 18) sorted by relevance
/openbmc/qemu/include/qemu/ |
H A D | notify.h | 46 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 D | misc.h | 38 void precopy_add_notifier(NotifierWithReturn *n); 39 void precopy_remove_notifier(NotifierWithReturn *n); 77 typedef int (*MigrationNotifyFunc)(NotifierWithReturn *notify, 88 void migration_add_notifier(NotifierWithReturn *notify, 94 void migration_add_notifier_mode(NotifierWithReturn *notify, 97 void migration_remove_notifier(NotifierWithReturn *notify);
|
/openbmc/qemu/util/ |
H A D | notify.c | 54 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 D | postcopy-ram.h | 135 void postcopy_add_notifier(NotifierWithReturn *nn); 136 void postcopy_remove_notifier(NotifierWithReturn *n);
|
H A D | postcopy-ram.c | 66 void postcopy_add_notifier(NotifierWithReturn *nn) in postcopy_add_notifier() 71 void postcopy_remove_notifier(NotifierWithReturn *n) in postcopy_remove_notifier()
|
H A D | migration.c | 1554 void migration_add_notifier_mode(NotifierWithReturn *notify, in migration_add_notifier_mode() 1561 void migration_add_notifier(NotifierWithReturn *notify, in migration_add_notifier() 1567 void migration_remove_notifier(NotifierWithReturn *notify) in migration_remove_notifier()
|
H A D | ram.c | 435 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 D | cpr.c | 14 static int vfio_cpr_reboot_notifier(NotifierWithReturn *notifier, in vfio_cpr_reboot_notifier()
|
H A D | migration.c | 860 static int vfio_migration_state_notifier(NotifierWithReturn *notifier, in vfio_migration_state_notifier()
|
/openbmc/qemu/include/hw/virtio/ |
H A D | virtio-balloon.h | 67 NotifierWithReturn free_page_hint_notify;
|
H A D | virtio-net.h | 224 NotifierWithReturn migration_state;
|
/openbmc/qemu/include/hw/vfio/ |
H A D | vfio-container-base.h | 52 NotifierWithReturn cpr_reboot_notifier;
|
H A D | vfio-common.h | 67 NotifierWithReturn migration_state;
|
/openbmc/qemu/ui/ |
H A D | spice-core.c | 45 static NotifierWithReturn migration_state; 571 static int migration_state_notifier(NotifierWithReturn *notifier, in migration_state_notifier()
|
/openbmc/qemu/net/ |
H A D | vhost-vdpa.c | 37 NotifierWithReturn migration_state; 350 static int vdpa_net_migration_state_notifier(NotifierWithReturn *notifier, in vdpa_net_migration_state_notifier()
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-balloon.c | 648 virtio_balloon_free_page_hint_notify(NotifierWithReturn *n, void *data, in virtio_balloon_free_page_hint_notify()
|
H A D | vhost-user.c | 248 NotifierWithReturn postcopy_notifier; 2124 static int vhost_user_postcopy_notifier(NotifierWithReturn *notifier, in vhost_user_postcopy_notifier()
|
/openbmc/qemu/hw/net/ |
H A D | virtio-net.c | 3582 static int virtio_net_migration_state_notifier(NotifierWithReturn *notifier, in virtio_net_migration_state_notifier()
|