/Linux-v4.19/net/bridge/ |
D | br.c | 37 bool notified = false; in br_device_event() local 71 br_port_carrier_check(p, ¬ified); in br_device_event() 82 notified = true; in br_device_event() 91 notified = true; in br_device_event() 117 if (!notified && (event == NETDEV_CHANGEADDR || event == NETDEV_UP || in br_device_event()
|
D | br_if.c | 68 void br_port_carrier_check(struct net_bridge_port *p, bool *notified) in br_port_carrier_check() argument 77 *notified = false; in br_port_carrier_check() 85 *notified = true; in br_port_carrier_check() 90 *notified = true; in br_port_carrier_check()
|
/Linux-v4.19/Documentation/filesystems/ |
D | dnotify.txt | 7 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-v4.19/arch/powerpc/platforms/85xx/ |
D | smp.c | 386 bool notified = false; in mpc85xx_smp_kexec_cpu_down() local 415 if (!notified && now - start > 1000000) { in mpc85xx_smp_kexec_cpu_down() 420 notified = true; in mpc85xx_smp_kexec_cpu_down() 424 if (notified) { in mpc85xx_smp_kexec_cpu_down()
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | machine_kexec_64.c | 161 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-v4.19/arch/powerpc/platforms/powernv/ |
D | setup.c | 279 int my_cpu, i, notified = -1; in pnv_kexec_wait_secondaries_down() local 296 if (i != notified) { in pnv_kexec_wait_secondaries_down() 300 notified = i; in pnv_kexec_wait_secondaries_down()
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-platform-twl4030-usb | 8 Changes are notified via select/poll.
|
D | sysfs-platform-kim | 45 daemon managing the UART, and is notified about the change
|
D | sysfs-bus-typec | 9 finished. The attribute is notified when the mode is
|
D | sysfs-class-typec | 11 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-v4.19/Documentation/hwmon/ |
D | acpi_power_meter | 49 power[1-*]_cap will be notified if the firmware changes the power cap. 50 power[1-*]_interval will be notified if the firmware changes the averaging
|
/Linux-v4.19/Documentation/virtual/kvm/ |
D | s390-diag.txt | 62 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-v4.19/Documentation/devicetree/bindings/interrupt-controller/ |
D | technologic,ts4800.txt | 4 interrupts is triggered, the SoC is notified, usually using a GPIO as
|
/Linux-v4.19/Documentation/driver-model/ |
D | device.txt | 100 device is registered, then userspace won't get notified and userspace will 106 userspace will never be notified of the new attributes.
|
/Linux-v4.19/Documentation/cpu-freq/ |
D | core.txt | 60 These are notified when a new policy is intended to be set. Each 82 These are notified twice for each online CPU in the policy, when the
|
/Linux-v4.19/drivers/char/ |
D | apm-emulation.c | 180 static int notified; in queue_add_event() local 182 if (notified++ == 0) in queue_add_event()
|
/Linux-v4.19/drivers/pnp/pnpbios/ |
D | Kconfig | 33 not be notified of any resource changes made by writing directly.
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | dev-event.rst | 10 notified on certain conditions taking place on a device. This might
|
/Linux-v4.19/Documentation/ABI/obsolete/ |
D | sysfs-class-typec | 44 finished. The attribute is notified when the mode is
|
/Linux-v4.19/Documentation/ |
D | irqflags-tracing.txt | 8 that it gives interested subsystems an opportunity to be notified of
|
D | dcdbas.txt | 74 (Driver will perform host control SMI when it is notified that the OS
|
/Linux-v4.19/arch/x86/kernel/ |
D | apm_32.c | 1199 static int notified; in queue_event() local 1201 if (notified++ == 0) in queue_event() 1316 static int notified; in get_event() local 1323 if ((error != APM_NO_EVENTS) && (notified++ == 0)) in get_event()
|
/Linux-v4.19/Documentation/userspace-api/ |
D | seccomp_filter.rst | 131 A tracer will be notified if it requests ``PTRACE_O_TRACESECCOM``P 132 using ``ptrace(PTRACE_SETOPTIONS)``. The tracer will be notified 145 notified. (This means that seccomp-based sandboxes MUST NOT
|
/Linux-v4.19/Documentation/driver-api/usb/ |
D | bulk-streams.rst | 20 Once a buffer has been queued to a stream ring, the device is notified (through
|
/Linux-v4.19/Documentation/misc-devices/mei/ |
D | mei-client-bus.txt | 50 In order for drivers to be notified of pending events waiting for them (e.g.
|