Home
last modified time | relevance | path

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

12345678910>>...20

/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/
H A Ddnotify.rst10 to be notified when a directory, or any of the files in it, are changed.
15 The application decides which "events" it wants to be notified about.
48 access to files served by local user mode servers should be notified.
50 be notified.
55 name "a/x" should be notified to a program expecting notifications on
56 directory "a", but will not be notified to one expecting notifications on
/openbmc/linux/drivers/net/ipa/
H A Dipa_smp2p.c55 * @notified: Whether modem has been notified of power state
69 bool notified; member
91 if (smp2p->notified) in ipa_smp2p_notify()
107 smp2p->notified = true; in ipa_smp2p_notify()
305 /* We won't get notified any more; drop power reference (if any) */ in ipa_smp2p_exit()
329 /* Reset state tracking whether we have notified the modem */
335 if (!smp2p->notified) in ipa_smp2p_notify_reset()
348 smp2p->notified = false; in ipa_smp2p_notify_reset()
/openbmc/linux/kernel/
H A Dcpu_pm.c56 * Add a driver to a list of drivers that are notified about
101 * CPU before cpu_pm_exit is called. Notified drivers can include VFP
120 * Notified drivers can include VFP co-processor, interrupt controller
140 * domain. Notified drivers can include VFP co-processor, interrupt controller
163 * domain. Notified drivers can include VFP co-processor, interrupt controller
/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.yaml59 be notified about the Entry. If the value is set to 'Inhibit' then
111 The service provider should be notified about the event log.
114 The service provider should not be notified about the event log.
/openbmc/linux/net/bridge/
H A Dbr.c35 bool notified = false; in br_device_event() local
89 br_port_carrier_check(p, &notified); in br_device_event()
100 notified = true; in br_device_event()
109 notified = true; in br_device_event()
138 if (!notified && (event == NETDEV_CHANGEADDR || event == NETDEV_UP || in br_device_event()
/openbmc/linux/include/linux/
H A Dkvm_irqfd.h18 * interrupt is de-asserted and userspace is notified through the
51 /* Eventfd notified on resample (resampler-only) */
/openbmc/linux/Documentation/hwmon/
H A Dacpi_power_meter.rst52 `power[1-*]_cap` will be notified if the firmware changes the power cap.
53 `power[1-*]_interval` will be notified if the firmware changes the averaging
/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/net/atm/
H A Dlec_arpc.h81 * The LEC has been notified of the FLUSH_START
87 * elapsed or the LEC has notified the Mapping
/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/linux/Documentation/driver-api/driver-model/
H A Ddevice.rst114 device is registered, then userspace won't get notified and userspace will
120 userspace will never be notified of the new attributes.
/openbmc/linux/arch/powerpc/platforms/85xx/
H A Dsmp.c391 bool notified = false; in mpc85xx_smp_kexec_cpu_down() local
420 if (!notified && now - start > 1000000) { in mpc85xx_smp_kexec_cpu_down()
425 notified = true; in mpc85xx_smp_kexec_cpu_down()
429 if (notified) { in mpc85xx_smp_kexec_cpu_down()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-platform-twl4030-usb8 Changes are notified via select/poll.
H A Dsysfs-class-power-surface7 value in either direction, the system will be notified and if
/openbmc/linux/Documentation/cpu-freq/
H A Dcore.rst52 These are notified when a new policy is created or removed.
66 These are notified twice for each online CPU in the policy, when the
/openbmc/linux/Documentation/virt/kvm/s390/
H A Ds390-diag.rst65 the subchannel of the virtio-ccw proxy device to be notified.
67 General register 3 contains the number of the virtqueue to be notified.
/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…
/openbmc/phosphor-time-manager/
H A Dproperty_change_listener.hpp21 /** @brief Notified on time mode is changed */
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dtechnologic,ts4800.txt4 interrupts is triggered, the SoC is notified, usually using a GPIO as
/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/qemu/contrib/ivshmem-client/
H A Divshmem-client.h156 * @peer: The peer to be notified
168 * @peer: The peer to be notified
/openbmc/linux/tools/testing/selftests/filesystems/
H A Ddnotify_test.c29 /* we will now be notified if any of the files in main()

12345678910>>...20