| /linux/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/net/bridge/ |
| H A D | br.c | 35 bool notified = false; in br_device_event() local 101 br_port_carrier_check(p, ¬ified); in br_device_event() 112 notified = true; in br_device_event() 121 notified = true; in br_device_event() 150 if (!notified && (event == NETDEV_CHANGEADDR || event == NETDEV_UP || in br_device_event()
|
| 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/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/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/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-platform-kim | 46 daemon managing the UART, and is notified about the change
|
| H A D | sysfs-bus-typec | 9 finished. The attribute is notified when the mode is
|
| /linux/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/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/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/drivers/char/ |
| H A D | apm-emulation.c | 170 static int notified; in queue_add_event() local 172 if (notified++ == 0) in queue_add_event()
|
| /linux/drivers/pnp/pnpbios/ |
| H A D | Kconfig | 34 not be notified of any resource changes made by writing directly.
|
| /linux/Documentation/ABI/obsolete/ |
| H A D | sysfs-class-typec | 44 finished. The attribute is notified when the mode is
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | dev-event.rst | 11 notified on certain conditions taking place on a device. This might
|
| H A D | ext-ctrls-image-source.rst | 78 The sensor is notified what gains will be applied to the different
|
| /linux/mm/ |
| H A D | migrate_device.c | 1107 bool notified = false; in __migrate_device_pages() local 1136 if (!notified) { in __migrate_device_pages() 1137 notified = true; in __migrate_device_pages() 1237 if (notified) in __migrate_device_pages()
|
| /linux/arch/x86/kernel/ |
| H A D | apm_32.c | 1162 static int notified; in queue_event() local 1164 if (notified++ == 0) in queue_event() 1279 static int notified; in get_event() local 1286 if ((error != APM_NO_EVENTS) && (notified++ == 0)) in get_event()
|
| /linux/Documentation/core-api/irq/ |
| H A D | irqflags-tracing.rst | 8 that it gives interested subsystems an opportunity to be notified of
|
| /linux/Documentation/userspace-api/ |
| H A D | dcdbas.rst | 74 (Driver will perform host control SMI when it is notified that the OS
|
| /linux/Documentation/virt/acrn/ |
| H A D | io-request.rst | 95 e. The notified client handles the assigned I/O requests.
|
| /linux/Documentation/driver-api/usb/ |
| H A D | bulk-streams.rst | 20 Once a buffer has been queued to a stream ring, the device is notified (through
|
| /linux/net/wireless/ |
| H A D | core.c | 246 if (WARN_ON(!rdev->scan_req->notified && in cfg80211_stop_p2p_device() 248 !rdev->int_scan_req->notified))) in cfg80211_stop_p2p_device() 1603 if (WARN_ON(!rdev->scan_req->notified && in cfg80211_netdev_notifier_call() 1605 !rdev->int_scan_req->notified))) in cfg80211_netdev_notifier_call()
|
| /linux/Documentation/driver-api/mei/ |
| H A D | mei-client-bus.rst | 63 In order for a driver to be notified about pending traffic or event, the driver
|