Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dnotify.h43 bool notifier_list_empty(NotifierList *list);
/openbmc/qemu/util/
H A Dnotify.c43 bool notifier_list_empty(NotifierList *list) in notifier_list_empty() function
/openbmc/qemu/hw/xen/
H A Dxen-operations.c252 g_assert(notifier_list_empty(&h->notifiers)); in libxenstore_close()