| /linux-6.15/Documentation/filesystems/ |
| H A 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.15/drivers/net/ipa/ |
| H A D | ipa_smp2p.c | 69 bool notified; member 90 if (smp2p->notified) in ipa_smp2p_notify() 105 smp2p->notified = true; in ipa_smp2p_notify() 336 if (!smp2p->notified) in ipa_smp2p_notify_reset() 349 smp2p->notified = false; in ipa_smp2p_notify_reset()
|
| /linux-6.15/net/bridge/ |
| H A D | br.c | 35 bool notified = false; in br_device_event() local 96 br_port_carrier_check(p, ¬ified); in br_device_event() 107 notified = true; in br_device_event() 116 notified = true; in br_device_event() 145 if (!notified && (event == NETDEV_CHANGEADDR || event == NETDEV_UP || in br_device_event()
|
| H A D | br_fdb.c | 1156 bool *notified, struct netlink_ext_ack *extack) in __br_fdb_add() argument 1188 *notified = true; in __br_fdb_add() 1201 bool *notified, struct netlink_ext_ack *extack) in br_fdb_add() argument 1264 notified, extack); in br_fdb_add() 1267 notified, extack); in br_fdb_add() 1279 nfea_tb, notified, extack); in br_fdb_add() 1291 const u8 *addr, u16 vlan, bool *notified) in fdb_delete_by_addr_and_port() argument 1300 *notified = true; in fdb_delete_by_addr_and_port() 1321 const unsigned char *addr, u16 vid, bool *notified, in br_fdb_delete() argument 1344 err = __br_fdb_delete(br, p, addr, vid, notified); in br_fdb_delete() [all …]
|
| H A 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.15/arch/powerpc/platforms/85xx/ |
| H A D | smp.c | 391 bool notified = false; in mpc85xx_smp_kexec_cpu_down() local 423 if (!notified && now - start > 1000000) { in mpc85xx_smp_kexec_cpu_down() 428 notified = true; in mpc85xx_smp_kexec_cpu_down() 432 if (notified) { in mpc85xx_smp_kexec_cpu_down()
|
| /linux-6.15/arch/powerpc/kexec/ |
| H A D | core_64.c | 169 int my_cpu, i, notified=-1; in kexec_prepare_cpus_wait() local 194 if (i != notified) { in kexec_prepare_cpus_wait() 198 notified = i; in kexec_prepare_cpus_wait()
|
| /linux-6.15/arch/powerpc/platforms/powernv/ |
| H A 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.15/drivers/misc/keba/ |
| H A D | cp500.c | 659 int notified; in cp500_nvmem_unregister() local 671 notified = atomic_read(&cp500->nvmem_notified); in cp500_nvmem_unregister() 672 if (notified) in cp500_nvmem_unregister() 699 int notified; in cp500_nvmem() local 709 notified = atomic_read(&cp500->nvmem_notified); in cp500_nvmem() 710 if (notified) in cp500_nvmem() 715 if (!atomic_try_cmpxchg_relaxed(&cp500->nvmem_notified, ¬ified, 1)) { in cp500_nvmem()
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-platform-twl4030-usb | 8 Changes are notified via select/poll.
|
| H A D | sysfs-class-power-surface | 7 value in either direction, the system will be notified and if
|
| H A D | sysfs-bus-typec | 9 finished. The attribute is notified when the mode is
|
| H A D | sysfs-platform-kim | 46 daemon managing the UART, and is notified about the change
|
| /linux-6.15/Documentation/hwmon/ |
| H A 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.15/Documentation/devicetree/bindings/interrupt-controller/ |
| H A D | technologic,ts4800.txt | 4 interrupts is triggered, the SoC is notified, usually using a GPIO as
|
| /linux-6.15/Documentation/driver-api/ |
| H A D | wbrf.rst | 62 param to get other consumers properly notified. 64 `acpi_amd_wbrf_add_remove` with 'remove' param to get other consumers notified.
|
| /linux-6.15/Documentation/cpu-freq/ |
| H A 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.15/Documentation/driver-api/driver-model/ |
| H A 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.15/mm/ |
| H A D | migrate_device.c | 708 bool notified = false; in __migrate_device_pages() local 735 if (!notified) { in __migrate_device_pages() 736 notified = true; in __migrate_device_pages() 787 if (notified) in __migrate_device_pages()
|
| /linux-6.15/Documentation/virt/kvm/s390/ |
| H A D | s390-diag.rst | 69 the subchannel of the virtio-ccw proxy device to be notified. 71 General register 3 contains the number of the virtqueue to be notified.
|
| /linux-6.15/drivers/char/ |
| H A D | apm-emulation.c | 181 static int notified; in queue_add_event() local 183 if (notified++ == 0) in queue_add_event()
|
| /linux-6.15/drivers/pnp/pnpbios/ |
| H A D | Kconfig | 34 not be notified of any resource changes made by writing directly.
|
| /linux-6.15/Documentation/ABI/obsolete/ |
| H A D | sysfs-class-typec | 44 finished. The attribute is notified when the mode is
|
| /linux-6.15/Documentation/userspace-api/media/v4l/ |
| H A D | dev-event.rst | 10 notified on certain conditions taking place on a device. This might
|
| /linux-6.15/Documentation/core-api/irq/ |
| H A D | irqflags-tracing.rst | 8 that it gives interested subsystems an opportunity to be notified of
|