Home
last modified time | relevance | path

Searched full:notified (Results 1 – 25 of 232) sorted by relevance

12345678910

/openbmc/qemu/docs/spin/
H A Daio_notify_accept.promela2 * This model describes the interaction between ctx->notified
26 bool notified;
50 notified = 1;
54 :: !notified -> event = 1;
57 notified = 1;
60 notified = 1;
82 atomic { old = notified; notified = 0; } \
/openbmc/linux/Documentation/filesystems/
Ddnotify.rst
/openbmc/linux/kernel/
Dcpu_pm.c
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_exitbootservices.c20 * @event notified event
94 efi_st_error("ExitBootServices was not notified\n"); in execute()
99 efi_st_error("ExitBootServices was notified twice\n"); in execute()
H A Defi_selftest_event_groups.c25 * @event notified event
55 * that all events are notified once in each round.
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/
H A DEntry.interface.yaml55 be notified about the Entry. If the value is set to 'Inhibit' then
107 The service provider should be notified about the event log.
110 The service provider should not be notified about the event log.
/openbmc/linux/include/linux/
Dkvm_irqfd.h
/openbmc/linux/Documentation/hwmon/
Dacpi_power_meter.rst
/openbmc/linux/net/atm/
Dlec_arpc.h
/openbmc/phosphor-health-monitor/
H A Dhealth_metric.hpp65 /** @brief Check if specified value should be notified based on hysteresis
82 /** @brief Last notified value for the metric change */
/openbmc/qemu/util/
H A Dasync.c491 * Write e.g. ctx->bh_list before writing ctx->notified. Pairs with in aio_notify()
495 qatomic_set(&ctx->notified, true); in aio_notify()
498 * Write ctx->notified (and also ctx->bh_list) before reading ctx->notify_me. in aio_notify()
509 qatomic_set(&ctx->notified, false); in aio_notify_accept()
512 * Order reads of ctx->notified (in aio_context_notifier_poll()) and the in aio_notify_accept()
513 * above clearing of ctx->notified before reads of e.g. bh->flags. Pairs in aio_notify_accept()
542 return qatomic_read(&ctx->notified); in aio_context_notifier_poll()
/openbmc/linux/Documentation/driver-api/driver-model/
Ddevice.rst
/openbmc/linux/Documentation/ABI/testing/
Dsysfs-platform-twl4030-usb
Dsysfs-class-power-surface
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DFair6 …t is retained with the works, so that any entity that uses the works is notified of this instrumen…
H A DBahyph7 …ny damages derived from its use, even in case any of the above has been notified of the possibilit…
/openbmc/phosphor-time-manager/
H A Dproperty_change_listener.hpp21 /** @brief Notified on time mode is changed */
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/
Dtechnologic,ts4800.txt
/openbmc/linux/Documentation/cpu-freq/
Dcore.rst
/openbmc/linux/Documentation/virt/kvm/s390/
Ds390-diag.rst
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/nopoll/
H A Dnopoll_0.4.6.b400.bb7 allowing message based (handler notified) programming or stream oriented access."
/openbmc/linux/tools/testing/selftests/filesystems/
Ddnotify_test.c
/openbmc/linux/drivers/pnp/pnpbios/
DKconfig
/openbmc/qemu/contrib/ivshmem-client/
H A Divshmem-client.h156 * @peer: The peer to be notified
168 * @peer: The peer to be notified
/openbmc/linux/arch/x86/include/asm/
Dkvm_page_track.h

12345678910