Home
last modified time | relevance | path

Searched refs:notified (Results 1 – 61 of 61) sorted by relevance

/linux-4.4.14/Documentation/filesystems/
Ddnotify.txt7 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
Drelay.txt36 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
Dcoda.txt228 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/
Dsetup.c184 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/
Dsmp.c379 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/
Dmachine_kexec_64.c201 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/
Dsysfs-platform-twl4030-usb8 Changes are notified via select/poll.
Dsysfs-platform-kim45 daemon managing the UART, and is notified about the change
/linux-4.4.14/Documentation/hwmon/
Dacpi_power_meter49 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/
Ds390-diag.txt62 the subchannel of the virtio-ccw proxy device to be notified.
64 General register 3 contains the number of the virtqueue to be notified.
Dapi.txt2329 as from an EOI, the gsi is de-asserted and the user is notified via
/linux-4.4.14/Documentation/driver-model/
Ddevice.txt100 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/
Dvisorchipset.c928 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/
Dcore.txt57 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/
Dapm-emulation.c187 static int notified; in queue_add_event() local
189 if (notified++ == 0) in queue_add_event()
/linux-4.4.14/net/mac80211/
Doffchannel.c192 if (roc->notified) in ieee80211_handle_roc_started()
207 roc->notified = true; in ieee80211_handle_roc_started()
Dieee80211_i.h336 bool started, abort, hw_begun, notified; member
/linux-4.4.14/drivers/pnp/pnpbios/
DKconfig33 not be notified of any resource changes made by writing directly.
/linux-4.4.14/Documentation/
Dirqflags-tracing.txt6 that it gives interested subsystems an opportunity to be notified of
Ddcdbas.txt67 (Driver will perform host control SMI when it is notified that the OS
Drobust-futexes.txt30 to be notified that the last owner of the lock exited in some irregular
Dparport-lowlevel.txt118 In order to be notified about parallel ports when they are detected,
120 immediately be notified of all ports that have already been detected,
Dmd.txt264 very interesting) are notified. active->active_idle is
521 notified, but the transition away is.
Dmedia-framework.txt303 Media device drivers can be notified of link setup operations by setting the
Dworkqueue.txt121 management by hooking into the scheduler. The worker-pool is notified
Dkobject.txt251 be notified asynchronously whenever the last reference to one of its
/linux-4.4.14/Documentation/prctl/
Dseccomp_filter.txt123 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/
Dapm_32.c1190 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/
Dnotifier-error-inject.txt19 If the notifier call chain should be failed with some events notified, write
/linux-4.4.14/Documentation/usb/
Dbulk-streams.txt17 Once a buffer has been queued to a stream ring, the device is notified (through
Dhotplug.txt42 Only one parameter is required: the name of a subsystem being notified of
/linux-4.4.14/Documentation/misc-devices/mei/
Dmei-client-bus.txt50 In order for drivers to be notified of pending events waiting for them (e.g.
/linux-4.4.14/Documentation/networking/caif/
DREADME98 notified that sending is completed.
/linux-4.4.14/Documentation/ABI/
DREADME51 Users: All users of this interface who wish to be notified when
/linux-4.4.14/Documentation/extcon/
Dporting-android-switch-class84 does not need to get notified of its own events), there are two
/linux-4.4.14/Documentation/s390/
DCommonIO66 the device driver will be notified if possible, so the device will become
/linux-4.4.14/Documentation/filesystems/nfs/
Dknfsd-stats.txt48 is the number of times that the network stack has notified the
/linux-4.4.14/net/wireless/
Dcore.c220 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()
Dscan.c245 request->notified = true; in cfg80211_scan_done()
/linux-4.4.14/Documentation/networking/
Doperstates.txt26 to be notified of updates. This is important for setting from userspace.
Dxfrm_sync.txt77 to get notified of these events.
Dipvs-sysctl.txt140 will be notified that the connection is closed. This is
Dswitchdev.txt249 notified to the bridge using SWITCHDEV_FDB_DEL. See rocker driver for
/linux-4.4.14/Documentation/powerpc/
Dpmu-ebb.txt48 kernel will in general schedule the EBB event, and perf will be notified that
Dcxlflash.txt301 be reset or is terminating. Users are notified of this error condition
/linux-4.4.14/Documentation/pcmcia/
Ddriver-changes.txt89 The event handler is notified of all events, and must be initialized
/linux-4.4.14/Documentation/power/
Dsuspend-and-interrupts.txt82 the PM core is notified about the event which causes the system suspend in
/linux-4.4.14/Documentation/vm/
Dnuma130 or get notified that the node has no free memory. This is usually the case when
/linux-4.4.14/Documentation/filesystems/configfs/
Dconfigfs.txt358 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/
DKconfig250 to get notified the temp has exceeded a range. With this option off,
/linux-4.4.14/Documentation/cgroups/
Dmemory.txt732 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/
DKconfig.debug620 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/
Dnfc-hci.txt286 - NFC Core: when NFC Core is notified of an error from below and polling is
/linux-4.4.14/scripts/
Dspelling.txt660 notifed||notified
/linux-4.4.14/drivers/acpi/
DKconfig400 which is used to report some hardware errors notified via
/linux-4.4.14/Documentation/PCI/
Dpci-error-recovery.txt47 again notified, so that they may then perform any device setup/config
Dpci.txt33 a new device, the driver with a matching "description" will be notified.
/linux-4.4.14/include/net/
Dcfg80211.h1475 bool aborted, notified; member
/linux-4.4.14/Documentation/video4linux/
Dv4l2-controls.txt739 Sometimes the platform or bridge driver needs to be notified when a control
/linux-4.4.14/Documentation/sound/alsa/
DHD-Audio.txt102 It means that the codec response isn't notified via an IRQ. The
/linux-4.4.14/net/netfilter/
DKconfig113 to get notified about changes in the connection tracking state.