/linux-6.1.9/Documentation/filesystems/ |
D | dnotify.rst | 10 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
|
/linux-6.1.9/drivers/net/ipa/ |
D | ipa_smp2p.c | 69 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()
|
/linux-6.1.9/net/bridge/ |
D | br.c | 35 bool notified = false; in br_device_event() local 89 br_port_carrier_check(p, ¬ified); 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()
|
D | br_if.c | 73 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()
|
/linux-6.1.9/arch/powerpc/platforms/85xx/ |
D | smp.c | 391 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()
|
/linux-6.1.9/arch/powerpc/kexec/ |
D | core_64.c | 166 int my_cpu, i, notified=-1; in kexec_prepare_cpus_wait() local 191 if (i != notified) { in kexec_prepare_cpus_wait() 195 notified = i; in kexec_prepare_cpus_wait()
|
/linux-6.1.9/arch/powerpc/platforms/powernv/ |
D | setup.c | 397 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()
|
/linux-6.1.9/Documentation/ABI/testing/ |
D | sysfs-platform-twl4030-usb | 8 Changes are notified via select/poll.
|
D | sysfs-class-power-surface | 7 value in either direction, the system will be notified and if
|
D | sysfs-bus-typec | 9 finished. The attribute is notified when the mode is
|
D | sysfs-platform-kim | 46 daemon managing the UART, and is notified about the change
|
/linux-6.1.9/Documentation/hwmon/ |
D | acpi_power_meter.rst | 52 `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-6.1.9/Documentation/devicetree/bindings/interrupt-controller/ |
D | technologic,ts4800.txt | 4 interrupts is triggered, the SoC is notified, usually using a GPIO as
|
/linux-6.1.9/mm/ |
D | migrate_device.c | 706 bool notified = false; in __migrate_device_pages() local 732 if (!notified) { in __migrate_device_pages() 733 notified = true; in __migrate_device_pages() 782 if (notified) in __migrate_device_pages()
|
/linux-6.1.9/Documentation/cpu-freq/ |
D | core.rst | 52 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
|
/linux-6.1.9/Documentation/driver-api/driver-model/ |
D | device.rst | 114 device is registered, then userspace won't get notified and userspace will 120 userspace will never be notified of the new attributes.
|
/linux-6.1.9/Documentation/virt/kvm/s390/ |
D | s390-diag.rst | 65 the subchannel of the virtio-ccw proxy device to be notified. 67 General register 3 contains the number of the virtqueue to be notified.
|
/linux-6.1.9/drivers/char/ |
D | apm-emulation.c | 181 static int notified; in queue_add_event() local 183 if (notified++ == 0) in queue_add_event()
|
/linux-6.1.9/drivers/pnp/pnpbios/ |
D | Kconfig | 34 not be notified of any resource changes made by writing directly.
|
/linux-6.1.9/Documentation/ABI/obsolete/ |
D | sysfs-class-typec | 44 finished. The attribute is notified when the mode is
|
/linux-6.1.9/Documentation/userspace-api/media/v4l/ |
D | dev-event.rst | 10 notified on certain conditions taking place on a device. This might
|
D | ext-ctrls-image-source.rst | 77 The sensor is notified what gains will be applied to the different
|
/linux-6.1.9/Documentation/core-api/irq/ |
D | irqflags-tracing.rst | 8 that it gives interested subsystems an opportunity to be notified of
|
/linux-6.1.9/arch/x86/kernel/ |
D | apm_32.c | 1197 static int notified; in queue_event() local 1199 if (notified++ == 0) in queue_event() 1314 static int notified; in get_event() local 1321 if ((error != APM_NO_EVENTS) && (notified++ == 0)) in get_event()
|
/linux-6.1.9/net/bluetooth/ |
D | msft.c | 199 if (notify && dev->notified) { in msft_monitor_device_del() 618 dev->notified = false; in msft_device_found()
|