Searched refs:notifiers (Results 1 – 7 of 7) sorted by relevance
| /openbmc/qemu/util/ |
| H A D | notify.c | 21 QLIST_INIT(&list->notifiers); in notifier_list_init() 26 QLIST_INSERT_HEAD(&list->notifiers, notifier, node); in notifier_list_add() 38 QLIST_FOREACH_SAFE(notifier, &list->notifiers, node, next) { in notifier_list_notify() 45 return QLIST_EMPTY(&list->notifiers); in notifier_list_empty() 50 QLIST_INIT(&list->notifiers); in notifier_with_return_list_init() 56 QLIST_INSERT_HEAD(&list->notifiers, notifier, node); in notifier_with_return_list_add() 70 QLIST_FOREACH_SAFE(notifier, &list->notifiers, node, next) { in notifier_with_return_list_notify()
|
| /openbmc/qemu/include/qemu/ |
| H A D | notify.h | 29 QLIST_HEAD(, Notifier) notifiers; 33 { QLIST_HEAD_INITIALIZER((head).notifiers) } 62 QLIST_HEAD(, NotifierWithReturn) notifiers; 66 { QLIST_HEAD_INITIALIZER((head).notifiers) }
|
| /openbmc/qemu/hw/xen/ |
| H A D | xen-operations.c | 213 NotifierList notifiers; member 227 notifier_list_notify(&h->notifiers, v); in watch_event() 244 notifier_list_init(&h->notifiers); in libxenstore_open() 252 g_assert(notifier_list_empty(&h->notifiers)); in libxenstore_close() 362 notifier_list_add(&h->notifiers, &w->notifier); in libxenstore_watch()
|
| /openbmc/qemu/docs/devel/ |
| H A D | multiple-iothreads.rst | 61 * Event notifiers (inter-thread signalling)
|
| /openbmc/qemu/block/ |
| H A D | block-backend.c | 493 assert(QLIST_EMPTY(&blk->remove_bs_notifiers.notifiers)); in blk_delete() 494 assert(QLIST_EMPTY(&blk->insert_bs_notifiers.notifiers)); in blk_delete()
|
| /openbmc/ |
| D | opengrok1.0.log | [all...] |
| D | opengrok2.0.log | [all...] |