/linux-4.4.14/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
|
D | relay.txt | 36 At this point, userspace can be notified so it empties the first 39 When notified that a sub-buffer is full, the kernel knows how many 134 notified when sub-buffer boundaries are crossed. 334 client is notified via the subbuf_start() callback that a switch to a
|
D | coda.txt | 228 be able to retrieve and place messages and to be notified of the 258 receive and be notified of messages are platform specific. We will
|
/linux-4.4.14/arch/powerpc/platforms/powernv/ |
D | setup.c | 184 int my_cpu, i, notified = -1; in pnv_kexec_wait_secondaries_down() local 201 if (i != notified) { in pnv_kexec_wait_secondaries_down() 205 notified = i; in pnv_kexec_wait_secondaries_down()
|
/linux-4.4.14/arch/powerpc/platforms/85xx/ |
D | smp.c | 379 bool notified = false; in mpc85xx_smp_kexec_cpu_down() local 408 if (!notified && now - start > 1000000) { in mpc85xx_smp_kexec_cpu_down() 413 notified = true; in mpc85xx_smp_kexec_cpu_down() 417 if (notified) { in mpc85xx_smp_kexec_cpu_down()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | machine_kexec_64.c | 201 int my_cpu, i, notified=-1; in kexec_prepare_cpus_wait() local 225 if (i != notified) { in kexec_prepare_cpus_wait() 229 notified = i; in kexec_prepare_cpus_wait()
|
/linux-4.4.14/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
|
/linux-4.4.14/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-4.4.14/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.
|
D | api.txt | 2329 as from an EOI, the gsi is de-asserted and the user is notified via
|
/linux-4.4.14/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-4.4.14/drivers/staging/unisys/visorbus/ |
D | visorchipset.c | 928 bool notified = false; in bus_epilog() local 963 notified = true; in bus_epilog() 969 notified = true; in bus_epilog() 975 if (notified) in bus_epilog() 998 bool notified = false; in device_epilog() local 1035 notified = true; in device_epilog() 1045 notified = true; in device_epilog() 1057 notified = true; in device_epilog() 1064 notified = true; in device_epilog() 1070 if (notified) in device_epilog()
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | core.txt | 57 These are notified when a new policy is intended to be set. Each 82 These are notified twice when the CPUfreq driver switches the CPU core
|
/linux-4.4.14/drivers/char/ |
D | apm-emulation.c | 187 static int notified; in queue_add_event() local 189 if (notified++ == 0) in queue_add_event()
|
/linux-4.4.14/net/mac80211/ |
D | offchannel.c | 192 if (roc->notified) in ieee80211_handle_roc_started() 207 roc->notified = true; in ieee80211_handle_roc_started()
|
D | ieee80211_i.h | 336 bool started, abort, hw_begun, notified; member
|
/linux-4.4.14/drivers/pnp/pnpbios/ |
D | Kconfig | 33 not be notified of any resource changes made by writing directly.
|
/linux-4.4.14/Documentation/ |
D | irqflags-tracing.txt | 6 that it gives interested subsystems an opportunity to be notified of
|
D | dcdbas.txt | 67 (Driver will perform host control SMI when it is notified that the OS
|
D | robust-futexes.txt | 30 to be notified that the last owner of the lock exited in some irregular
|
D | parport-lowlevel.txt | 118 In order to be notified about parallel ports when they are detected, 120 immediately be notified of all ports that have already been detected,
|
D | md.txt | 264 very interesting) are notified. active->active_idle is 521 notified, but the transition away is.
|
D | media-framework.txt | 303 Media device drivers can be notified of link setup operations by setting the
|
D | workqueue.txt | 121 management by hooking into the scheduler. The worker-pool is notified
|
D | kobject.txt | 251 be notified asynchronously whenever the last reference to one of its
|
/linux-4.4.14/Documentation/prctl/ |
D | seccomp_filter.txt | 123 A tracer will be notified if it requests PTRACE_O_TRACESECCOMP 124 using ptrace(PTRACE_SETOPTIONS). The tracer will be notified 137 notified. (This means that seccomp-based sandboxes MUST NOT
|
/linux-4.4.14/arch/x86/kernel/ |
D | apm_32.c | 1190 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-4.4.14/Documentation/fault-injection/ |
D | notifier-error-inject.txt | 19 If the notifier call chain should be failed with some events notified, write
|
/linux-4.4.14/Documentation/usb/ |
D | bulk-streams.txt | 17 Once a buffer has been queued to a stream ring, the device is notified (through
|
D | hotplug.txt | 42 Only one parameter is required: the name of a subsystem being notified of
|
/linux-4.4.14/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.
|
/linux-4.4.14/Documentation/networking/caif/ |
D | README | 98 notified that sending is completed.
|
/linux-4.4.14/Documentation/ABI/ |
D | README | 51 Users: All users of this interface who wish to be notified when
|
/linux-4.4.14/Documentation/extcon/ |
D | porting-android-switch-class | 84 does not need to get notified of its own events), there are two
|
/linux-4.4.14/Documentation/s390/ |
D | CommonIO | 66 the device driver will be notified if possible, so the device will become
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | knfsd-stats.txt | 48 is the number of times that the network stack has notified the
|
/linux-4.4.14/net/wireless/ |
D | core.c | 220 if (WARN_ON(!rdev->scan_req->notified)) in cfg80211_stop_p2p_device() 1041 if (WARN_ON(!rdev->scan_req->notified)) in cfg80211_netdev_notifier_call()
|
D | scan.c | 245 request->notified = true; in cfg80211_scan_done()
|
/linux-4.4.14/Documentation/networking/ |
D | operstates.txt | 26 to be notified of updates. This is important for setting from userspace.
|
D | xfrm_sync.txt | 77 to get notified of these events.
|
D | ipvs-sysctl.txt | 140 will be notified that the connection is closed. This is
|
D | switchdev.txt | 249 notified to the bridge using SWITCHDEV_FDB_DEL. See rocker driver for
|
/linux-4.4.14/Documentation/powerpc/ |
D | pmu-ebb.txt | 48 kernel will in general schedule the EBB event, and perf will be notified that
|
D | cxlflash.txt | 301 be reset or is terminating. Users are notified of this error condition
|
/linux-4.4.14/Documentation/pcmcia/ |
D | driver-changes.txt | 89 The event handler is notified of all events, and must be initialized
|
/linux-4.4.14/Documentation/power/ |
D | suspend-and-interrupts.txt | 82 the PM core is notified about the event which causes the system suspend in
|
/linux-4.4.14/Documentation/vm/ |
D | numa | 130 or get notified that the node has no free memory. This is usually the case when
|
/linux-4.4.14/Documentation/filesystems/configfs/ |
D | configfs.txt | 358 notified via the ->drop_link() method. Like the ->drop_item() method, 466 is notified by the ct_group_ops->uncommit_object() method.
|
/linux-4.4.14/arch/powerpc/platforms/ |
D | Kconfig | 250 to get notified the temp has exceeded a range. With this option off,
|
/linux-4.4.14/Documentation/cgroups/ |
D | memory.txt | 732 Application will be notified through eventfd when memory usage crosses 751 The application will be notified through eventfd when OOM happens. 819 Application will be notified through eventfd when memory pressure is at
|
/linux-4.4.14/lib/ |
D | Kconfig.debug | 620 notified, write the error code to "actions/<notifier event>/error". 1432 notified, write the error code to "actions/<notifier event>/error". 1456 notified, write the error code to "actions/<notifier event>/error". 1480 notified, write the error code to "actions/<notifier event>/error".
|
/linux-4.4.14/Documentation/nfc/ |
D | nfc-hci.txt | 286 - NFC Core: when NFC Core is notified of an error from below and polling is
|
/linux-4.4.14/scripts/ |
D | spelling.txt | 660 notifed||notified
|
/linux-4.4.14/drivers/acpi/ |
D | Kconfig | 400 which is used to report some hardware errors notified via
|
/linux-4.4.14/Documentation/PCI/ |
D | pci-error-recovery.txt | 47 again notified, so that they may then perform any device setup/config
|
D | pci.txt | 33 a new device, the driver with a matching "description" will be notified.
|
/linux-4.4.14/include/net/ |
D | cfg80211.h | 1475 bool aborted, notified; member
|
/linux-4.4.14/Documentation/video4linux/ |
D | v4l2-controls.txt | 739 Sometimes the platform or bridge driver needs to be notified when a control
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | HD-Audio.txt | 102 It means that the codec response isn't notified via an IRQ. The
|
/linux-4.4.14/net/netfilter/ |
D | Kconfig | 113 to get notified about changes in the connection tracking state.
|