Home
last modified time | relevance | path

Searched refs:Notifier (Results 1 – 25 of 122) sorted by relevance

12345

/qemu/include/qemu/
A Dnotify.h19 typedef struct Notifier Notifier; typedef
21 struct Notifier struct
23 void (*notify)(Notifier *notifier, void *data); argument
24 QLIST_ENTRY(Notifier) node;
29 QLIST_HEAD(, Notifier) notifiers;
37 void notifier_list_add(NotifierList *list, Notifier *notifier);
39 void notifier_remove(Notifier *notifier);
A Dmain-loop.h408 void main_loop_poll_add_notifier(Notifier *notify);
409 void main_loop_poll_remove_notifier(Notifier *notify);
A Drcu.h195 void rcu_add_force_rcu_notifier(Notifier *n);
196 void rcu_remove_force_rcu_notifier(Notifier *n);
/qemu/include/block/
A Dblockjob.h76 Notifier finalize_cancelled_notifier;
79 Notifier finalize_completed_notifier;
82 Notifier pending_notifier;
85 Notifier ready_notifier;
88 Notifier idle_notifier;
/qemu/include/sysemu/
A Dsysemu.h18 void qemu_add_exit_notifier(Notifier *notify);
19 void qemu_remove_exit_notifier(Notifier *notify);
21 void qemu_add_machine_init_done_notifier(Notifier *notify);
22 void qemu_remove_machine_init_done_notifier(Notifier *notify);
A Drunstate.h86 void qemu_register_suspend_notifier(Notifier *notifier);
90 void qemu_register_wakeup_notifier(Notifier *notifier);
96 void qemu_register_powerdown_notifier(Notifier *notifier);
97 void qemu_register_shutdown_notifier(Notifier *notifier);
A Dkvm.h182 typedef struct Notifier Notifier; typedef
407 void kvm_irqchip_add_change_notifier(Notifier *n);
408 void kvm_irqchip_remove_change_notifier(Notifier *n);
/qemu/util/
A Dnotify.c24 void notifier_list_add(NotifierList *list, Notifier *notifier) in notifier_list_add()
29 void notifier_remove(Notifier *notifier) in notifier_remove()
36 Notifier *notifier, *next; in notifier_list_notify()
A Ddefer-call.c43 static void defer_call_atexit(Notifier *n, void *value) in defer_call_atexit()
50 static __thread Notifier defer_call_atexit_notifier;
A Dfdmon-poll.c27 static __thread Notifier pollfds_cleanup_notifier;
29 static void pollfds_cleanup(Notifier *n, void *unused) in pollfds_cleanup()
A Dqemu-coroutine.c68 QEMU_DEFINE_STATIC_CO_TLS(Notifier, local_pool_cleanup_notifier);
91 static void local_pool_cleanup(Notifier *n, void *value) in local_pool_cleanup()
106 Notifier *notifier = get_ptr_local_pool_cleanup_notifier(); in local_pool_cleanup_init_once()
/qemu/net/
A Dcolo-compare.h21 void colo_compare_register_notifier(Notifier *notify);
22 void colo_compare_unregister_notifier(Notifier *notify);
/qemu/include/hw/acpi/
A Dpiix4.h56 Notifier machine_ready;
57 Notifier powerdown_notifier;
/qemu/include/hw/i386/
A Dmicrovm.h101 Notifier machine_done;
102 Notifier powerdown_req;
/qemu/include/hw/loongarch/
A Dvirt.h48 Notifier machine_done;
49 Notifier powerdown_notifier;
/qemu/include/hw/rtc/
A Dmc146818rtc.h46 Notifier clock_reset_notifier;
48 Notifier suspend_notifier;
/qemu/include/hw/virtio/
A Dvirtio-mem.h133 void (*add_size_change_notifier)(VirtIOMEM *vmem, Notifier *notifier);
134 void (*remove_size_change_notifier)(VirtIOMEM *vmem, Notifier *notifier);
/qemu/ui/
A Dwin32-kbd-hook.c13 static Notifier win32_unhook_notifier;
78 static void keyboard_hook_unhook(Notifier *n, void *data) in keyboard_hook_unhook()
A Ddbus.h62 Notifier notifier;
74 void dbus_display_notifier_add(Notifier *notifier);
/qemu/accel/stubs/
A Dkvm-stub.c74 void kvm_irqchip_add_change_notifier(Notifier *n) in kvm_irqchip_add_change_notifier()
78 void kvm_irqchip_remove_change_notifier(Notifier *n) in kvm_irqchip_remove_change_notifier()
/qemu/accel/tcg/
A Dtcg-accel-ops-mttcg.c40 Notifier notifier;
48 static void mttcg_force_rcu(Notifier *notify, void *data) in mttcg_force_rcu()
/qemu/include/hw/xen/
A Dxen-hvm-common.h86 Notifier exit;
89 void xen_exit_notifier(Notifier *n, void *data);
/qemu/system/
A Drunstate.c660 void qemu_register_suspend_notifier(Notifier *notifier) in qemu_register_suspend_notifier()
691 void qemu_register_wakeup_notifier(Notifier *notifier) in qemu_register_wakeup_notifier()
755 void qemu_register_powerdown_notifier(Notifier *notifier) in qemu_register_powerdown_notifier()
760 void qemu_register_shutdown_notifier(Notifier *notifier) in qemu_register_shutdown_notifier()
841 void qemu_add_exit_notifier(Notifier *notify) in qemu_add_exit_notifier()
846 void qemu_remove_exit_notifier(Notifier *notify) in qemu_remove_exit_notifier()
/qemu/hw/s390x/
A Dsclpquiesce.c82 Notifier notifier;
86 static void quiesce_powerdown_req(Notifier *n, void *opaque) in quiesce_powerdown_req()
/qemu/include/hw/arm/
A Dvirt.h142 Notifier machine_done;
178 Notifier powerdown_notifier;

Completed in 38 milliseconds

12345