Home
last modified time | relevance | path

Searched refs:notified (Results 1 – 25 of 138) sorted by relevance

123456

/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.c69 bool notified; member
91 if (smp2p->notified) in ipa_smp2p_notify()
107 smp2p->notified = true; in ipa_smp2p_notify()
335 if (!smp2p->notified) in ipa_smp2p_notify_reset()
348 smp2p->notified = false; in ipa_smp2p_notify_reset()
/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()
H A Dbr_if.c73 void br_port_carrier_check(struct net_bridge_port *p, bool *notified) in br_port_carrier_check() argument
82 *notified = false; in br_port_carrier_check()
90 *notified = true; in br_port_carrier_check()
95 *notified = true; in br_port_carrier_check()
/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/arch/powerpc/kexec/
H A Dcore_64.c167 int my_cpu, i, notified=-1; in kexec_prepare_cpus_wait() local
192 if (i != notified) { in kexec_prepare_cpus_wait()
196 notified = i; in kexec_prepare_cpus_wait()
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dsetup.c397 int my_cpu, i, notified = -1; in pnv_kexec_wait_secondaries_down() local
414 if (i != notified) { in pnv_kexec_wait_secondaries_down()
418 notified = i; in pnv_kexec_wait_secondaries_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
H A Dsysfs-bus-cdx36 On resetting the device, the corresponding driver is notified
H A Dsysfs-bus-typec9 finished. The attribute is notified when the mode is
/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/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/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dtechnologic,ts4800.txt4 interrupts is triggered, the SoC is notified, usually using a GPIO as
/openbmc/linux/mm/
H A Dmigrate_device.c687 bool notified = false; in __migrate_device_pages() local
713 if (!notified) { in __migrate_device_pages()
714 notified = true; in __migrate_device_pages()
767 if (notified) in __migrate_device_pages()
/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/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/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/qemu/util/
H A Dasync.c495 qatomic_set(&ctx->notified, true); in aio_notify()
509 qatomic_set(&ctx->notified, false); in aio_notify_accept()
542 return qatomic_read(&ctx->notified); in aio_context_notifier_poll()
/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/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0019-arm-corstone1000-esrt-support.patch202 - debug("SE Proxy FW update service notified\n");
217 + debug("SE Proxy FW update service notified\n");
/openbmc/linux/drivers/char/
H A Dapm-emulation.c181 static int notified; in queue_add_event() local
183 if (notified++ == 0) in queue_add_event()
/openbmc/linux/drivers/pnp/pnpbios/
H A DKconfig34 not be notified of any resource changes made by writing directly.

123456