Home
last modified time | relevance | path

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

123

/Linux-v5.4/Documentation/filesystems/
Ddnotify.txt7 to be notified when a directory, or any of the files in it, are changed.
12 The application decides which "events" it wants to be notified about.
43 access to files served by local user mode servers should be notified.
45 be notified.
50 name "a/x" should be notified to a program expecting notifications on
51 directory "a", but will not be notified to one expecting notifications on
/Linux-v5.4/net/bridge/
Dbr.c35 bool notified = false; in br_device_event() local
86 br_port_carrier_check(p, &notified); in br_device_event()
97 notified = true; in br_device_event()
106 notified = true; in br_device_event()
135 if (!notified && (event == NETDEV_CHANGEADDR || event == NETDEV_UP || in br_device_event()
Dbr_if.c64 void br_port_carrier_check(struct net_bridge_port *p, bool *notified) in br_port_carrier_check() argument
73 *notified = false; in br_port_carrier_check()
81 *notified = true; in br_port_carrier_check()
86 *notified = true; in br_port_carrier_check()
/Linux-v5.4/arch/powerpc/platforms/85xx/
Dsmp.c382 bool notified = false; in mpc85xx_smp_kexec_cpu_down() local
411 if (!notified && now - start > 1000000) { in mpc85xx_smp_kexec_cpu_down()
416 notified = true; in mpc85xx_smp_kexec_cpu_down()
420 if (notified) { in mpc85xx_smp_kexec_cpu_down()
/Linux-v5.4/arch/powerpc/kernel/
Dmachine_kexec_64.c161 int my_cpu, i, notified=-1; in kexec_prepare_cpus_wait() local
186 if (i != notified) { in kexec_prepare_cpus_wait()
190 notified = i; in kexec_prepare_cpus_wait()
/Linux-v5.4/arch/powerpc/platforms/powernv/
Dsetup.c308 int my_cpu, i, notified = -1; in pnv_kexec_wait_secondaries_down() local
325 if (i != notified) { in pnv_kexec_wait_secondaries_down()
329 notified = i; in pnv_kexec_wait_secondaries_down()
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-platform-twl4030-usb8 Changes are notified via select/poll.
Dsysfs-bus-typec9 finished. The attribute is notified when the mode is
Dsysfs-platform-kim45 daemon managing the UART, and is notified about the change
Dsysfs-class-typec11 notified about role changes so that poll(2) on the attribute
26 has finished. The attribute is notified about role changes so
57 The attribute is notified about VCONN source changes so that
/Linux-v5.4/Documentation/hwmon/
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
/Linux-v5.4/Documentation/virt/kvm/
Ds390-diag.txt62 the subchannel of the virtio-ccw proxy device to be notified.
64 General register 3 contains the number of the virtqueue to be notified.
/Linux-v5.4/Documentation/devicetree/bindings/interrupt-controller/
Dtechnologic,ts4800.txt4 interrupts is triggered, the SoC is notified, usually using a GPIO as
/Linux-v5.4/Documentation/driver-api/driver-model/
Ddevice.rst103 device is registered, then userspace won't get notified and userspace will
109 userspace will never be notified of the new attributes.
/Linux-v5.4/Documentation/cpu-freq/
Dcore.txt60 These are notified when a new policy is created or removed.
74 These are notified twice for each online CPU in the policy, when the
/Linux-v5.4/drivers/char/
Dapm-emulation.c181 static int notified; in queue_add_event() local
183 if (notified++ == 0) in queue_add_event()
/Linux-v5.4/drivers/pnp/pnpbios/
DKconfig34 not be notified of any resource changes made by writing directly.
/Linux-v5.4/Documentation/ABI/obsolete/
Dsysfs-class-typec44 finished. The attribute is notified when the mode is
/Linux-v5.4/Documentation/media/uapi/v4l/
Ddev-event.rst17 notified on certain conditions taking place on a device. This might
/Linux-v5.4/Documentation/
Dirqflags-tracing.txt8 that it gives interested subsystems an opportunity to be notified of
/Linux-v5.4/arch/x86/kernel/
Dapm_32.c1190 static int notified; in queue_event() local
1192 if (notified++ == 0) in queue_event()
1307 static int notified; in get_event() local
1314 if ((error != APM_NO_EVENTS) && (notified++ == 0)) in get_event()
/Linux-v5.4/Documentation/driver-api/
Ddcdbas.rst74 (Driver will perform host control SMI when it is notified that the OS
/Linux-v5.4/Documentation/driver-api/usb/
Dbulk-streams.rst20 Once a buffer has been queued to a stream ring, the device is notified (through
/Linux-v5.4/Documentation/networking/caif/
Dcaif.rst128 notified that sending is completed.
/Linux-v5.4/Documentation/driver-api/mei/
Dmei-client-bus.rst63 In order for a driver to be notified about pending traffic or event, the driver

123