/linux-4.1.27/Documentation/devicetree/bindings/sound/ |
D | ti,tas5086.txt | 17 waits for this period of time before starting the
|
/linux-4.1.27/Documentation/devicetree/bindings/input/touchscreen/ |
D | brcm,iproc-touchscreen.txt | 15 the tsc waits to allow the voltage to settle after
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-driver-hid-picolcd | 21 Description: Delay PicoLCD waits before restarting in new mode when
|
/linux-4.1.27/Documentation/RCU/ |
D | rcubarrier.txt | 74 a grace period to elapse, rcu_barrier() waits for all outstanding RCU 174 RCU callbacks will be posted. The rcu_barrier() call on line 53 waits 201 callback queues, and then waits until they have all started executing, at 224 before on_each_cpu() returns. Line 9 then waits for the completion.
|
D | checklist.txt | 375 A given synchronize_srcu() waits only for SRCU read-side critical
|
D | RTFP.txt | 258 node was to be deleted, and waits until all such processes have 291 node was to be deleted, and waits until all such processes have 321 Describes lazy TLB flush, where one waits for each CPU to pass
|
D | whatisRCU.txt | 175 To reiterate, synchronize_rcu() waits only for ongoing RCU
|
/linux-4.1.27/Documentation/accounting/ |
D | taskstats-struct.txt | 120 * from the kernel in involuntary waits due to virtualization. 128 * for kernel's involuntary waits due to virtualization.
|
/linux-4.1.27/drivers/rapidio/ |
D | Kconfig | 11 Amount of time a discovery node waits for a host to complete
|
/linux-4.1.27/Documentation/usb/ |
D | anchors.txt | 63 This function waits for all URBs associated with an anchor to finish
|
D | URB.txt | 164 It does everything usb_unlink_urb does, and in addition it waits
|
D | usbmon.txt | 306 Second, it waits for an event to be present in the buffer, unless the pseudo-
|
/linux-4.1.27/Documentation/networking/ |
D | cxacru.txt | 90 "restart" (stops, waits 1.5s, then starts)
|
/linux-4.1.27/Documentation/ide/ |
D | ide-tape.txt | 8 to the request-list of the block device, and waits for their completion.
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ti/ |
D | gate.txt | 19 "ti,wait-gate-clock" - gate clock which waits until clock is active before
|
/linux-4.1.27/Documentation/virtual/kvm/devices/ |
D | s390_flic.txt | 48 Disables async page faults for the guest and waits until already pending
|
/linux-4.1.27/Documentation/dmaengine/ |
D | dmatest.txt | 48 /sys/module/dmatest/parameters/wait waits for any running test to complete
|
/linux-4.1.27/Documentation/mmc/ |
D | mmc-async-req.txt | 39 truly non-blocking. If there is an ongoing async request it waits
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/msm/ |
D | qcom,idle-state.txt | 16 trigger to execute the SPM state machine. The SPM state machine waits for the
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | object.txt | 159 preparation states in which the object sets itself up and waits for its parent 248 can destroy themselves. This object waits for all its children to go away
|
D | netfs-api.txt | 759 invalidates any backing objects and waits for cessation of activity on any
|
/linux-4.1.27/Documentation/ |
D | bcache.txt | 35 in the cache it first disables writeback caching and waits for all dirty data 262 any, waits some number of seconds before initiating writeback. Defaults to 361 Write to this file to shut down the cache set - waits until all attached
|
D | cpu-hotplug.txt | 381 architecture. __cpu_die() typically waits for some
|
D | IPMI.txt | 525 message as a block write to the I2C bus and waits for a response.
|
D | memory-barriers.txt | 2312 get the lock again; it instead just waits for its task pointer to be cleared
|
D | kernel-parameters.txt | 2290 waits 4 seconds.
|
/linux-4.1.27/Documentation/ioctl/ |
D | botching-up-ioctls.txt | 158 already-completed events, successful waits and timed-out waits are all sane
|
/linux-4.1.27/arch/s390/kernel/ |
D | sclp.S | 21 # Subroutine which waits synchronously until either an external interruption
|
/linux-4.1.27/sound/pci/ |
D | fm801.c | 1067 unsigned short reg, unsigned long waits) in wait_for_codec() argument 1069 unsigned long timeout = jiffies + waits; in wait_for_codec()
|
/linux-4.1.27/Documentation/rapidio/ |
D | rapidio.txt | 131 endpoint waits for enumeration to be completed. If the specified timeout 294 each agent waits for enumeration completion by the host for the configured wait
|
/linux-4.1.27/Documentation/filesystems/ |
D | autofs4-mount-control.txt | 303 and any remaining waits in the queue released. 351 request back to the daemon and waits for completion.
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.megaraid_sas | 434 1. When MegaSAS driver receives reset call from OS, driver waits in reset 480 The driver now waits for 10 seconds to elapse instead of 5 (as in
|
D | tmscsim.txt | 325 * DelayReset is the time in seconds (minus 0.5s), the adapter waits, after a
|
D | st.txt | 105 drive is not ready. If O_NONBLOCK is not used, the driver waits for
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
D | gpc.fuc | 375 // Disables various things, waits a bit, and re-enables them..
|
D | hub.fuc | 423 // Disables various things, waits a bit, and re-enables them..
|
/linux-4.1.27/Documentation/ia64/ |
D | mca.txt | 28 then it cannot service the MCA interrupt. SAL waits ~20 seconds then
|
/linux-4.1.27/drivers/scsi/ |
D | st.c | 913 int attentions, waits, max_wait, scode; in test_ready() local 921 for (attentions=waits=0; ; ) { in test_ready() 949 if (waits < max_wait) { in test_ready() 954 waits++; in test_ready()
|
D | pmcraid.c | 3109 int waits = jiffies_to_msecs(PMCRAID_RESET_HOST_TIMEOUT) / interval; in pmcraid_eh_host_reset_handler() local 3118 while (waits--) { in pmcraid_eh_host_reset_handler()
|
/linux-4.1.27/Documentation/locking/ |
D | ww-mutex-design.txt | 36 The older tasks waits until it can acquire the contended lock. The younger tasks
|
/linux-4.1.27/Documentation/power/ |
D | freezing-of-tasks.txt | 168 on another. For example, if kernel thread A waits for a completion (in the
|
/linux-4.1.27/Documentation/filesystems/configfs/ |
D | configfs.txt | 451 The simple example assumes that the subsystem merely waits until all the
|
/linux-4.1.27/Documentation/input/ |
D | sentelic.txt | 12 @4. Issuing the "Get device ID" command (0xF2) and waits for the response;
|
/linux-4.1.27/Documentation/sysctl/ |
D | kernel.txt | 537 waits before rebooting on a panic. When you use the software watchdog,
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | README | 517 all dirty (cached) file data to the server and waits for the
|
/linux-4.1.27/Documentation/video4linux/ |
D | v4l2-framework.txt | 735 your driver also waits in the code, then you should do the same to allow other
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | ALSA-Configuration.txt | 1813 waits, only about 250 result in a sleep.
|