| /Linux-v5.4/fs/afs/ |
| D | vl_probe.c | 202 struct wait_queue_entry *waits; in afs_wait_for_vl_probes() local 223 waits = kmalloc(array_size(vllist->nr_servers, sizeof(*waits)), GFP_KERNEL); in afs_wait_for_vl_probes() 224 if (!waits) in afs_wait_for_vl_probes() 230 init_waitqueue_entry(&waits[i], current); in afs_wait_for_vl_probes() 231 add_wait_queue(&server->probe_wq, &waits[i]); in afs_wait_for_vl_probes() 266 remove_wait_queue(&server->probe_wq, &waits[i]); in afs_wait_for_vl_probes() 270 kfree(waits); in afs_wait_for_vl_probes()
|
| D | fs_probe.c | 200 struct wait_queue_entry *waits; in afs_wait_for_fs_probes() local 221 waits = kmalloc(array_size(slist->nr_servers, sizeof(*waits)), GFP_KERNEL); in afs_wait_for_fs_probes() 222 if (!waits) in afs_wait_for_fs_probes() 228 init_waitqueue_entry(&waits[i], current); in afs_wait_for_fs_probes() 229 add_wait_queue(&server->probe_wq, &waits[i]); in afs_wait_for_fs_probes() 264 remove_wait_queue(&server->probe_wq, &waits[i]); in afs_wait_for_fs_probes() 268 kfree(waits); in afs_wait_for_fs_probes()
|
| /Linux-v5.4/drivers/fpga/ |
| D | altera-ps-spi.c | 111 int min, max, waits; in altera_ps_write_init() local 135 waits = max / min; in altera_ps_write_init() 137 waits++; in altera_ps_write_init() 140 for (i = 0; i < waits; i++) { in altera_ps_write_init()
|
| /Linux-v5.4/Documentation/media/uapi/v4l/ |
| D | func-poll.rst | 45 When streaming I/O has been negotiated this function waits until a 48 function waits until the device is ready to accept a new buffer to be 79 it waits until data has been captured and can be read. When the driver 86 it waits until the driver is ready for a non-blocking
|
| D | func-select.rst | 61 When streaming I/O has been negotiated this function waits until a 86 :ref:`select() <func-select>` function just waits until the driver is ready for a
|
| D | userp.rst | 80 application waits until a filled buffer can be dequeued, and re-enqueues
|
| D | dmabuf.rst | 137 application waits until a filled buffer can be dequeued, and re-enqueues
|
| /Linux-v5.4/Documentation/devicetree/bindings/sound/ |
| D | ti,tas5086.txt | 17 waits for this period of time before starting the
|
| /Linux-v5.4/Documentation/RCU/ |
| D | rcubarrier.txt | 74 a grace period to elapse, rcu_barrier() waits for all outstanding RCU 173 RCU callbacks will be posted. The rcu_barrier() call on line 53 waits 200 callback queues, and then waits until they have all started executing, at 223 before on_each_cpu() returns. Line 9 then waits for the completion.
|
| /Linux-v5.4/Documentation/ABI/testing/ |
| D | sysfs-driver-hid-picolcd | 21 Description: Delay PicoLCD waits before restarting in new mode when
|
| /Linux-v5.4/Documentation/accounting/ |
| D | taskstats-struct.rst | 132 * from the kernel in involuntary waits due to virtualization. 140 * for kernel's involuntary waits due to virtualization.
|
| /Linux-v5.4/Documentation/devicetree/bindings/input/touchscreen/ |
| D | brcm,iproc-touchscreen.txt | 21 the tsc waits to allow the voltage to settle after
|
| /Linux-v5.4/Documentation/networking/ |
| D | cxacru.txt | 90 "restart" (stops, waits 1.5s, then starts)
|
| /Linux-v5.4/Documentation/driver-api/usb/ |
| D | anchors.rst | 67 This function waits for all URBs associated with an anchor to finish
|
| /Linux-v5.4/drivers/infiniband/hw/hfi1/ |
| D | sdma.c | 1768 struct iowait *waits[SDMA_WAIT_BATCH_SIZE]; in sdma_desc_avail() local 1792 if (n == ARRAY_SIZE(waits)) in sdma_desc_avail() 1801 twait = waits[tidx]; in sdma_desc_avail() 1809 waits[n++] = wait; in sdma_desc_avail() 1818 waits[tidx]->wakeup(waits[tidx], SDMA_AVAIL_REASON); in sdma_desc_avail() 1822 waits[i]->wakeup(waits[i], SDMA_AVAIL_REASON); in sdma_desc_avail()
|
| /Linux-v5.4/Documentation/ide/ |
| D | ide-tape.rst | 10 to the request-list of the block device, and waits for their completion.
|
| /Linux-v5.4/Documentation/devicetree/bindings/clock/ti/ |
| D | gate.txt | 19 "ti,wait-gate-clock" - gate clock which waits until clock is active before
|
| /Linux-v5.4/drivers/rapidio/ |
| D | Kconfig | 23 Amount of time a discovery node waits for a host to complete
|
| /Linux-v5.4/Documentation/driver-api/mmc/ |
| D | mmc-async-req.rst | 48 truly non-blocking. If there is an ongoing async request it waits
|
| /Linux-v5.4/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-v5.4/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
|
| /Linux-v5.4/Documentation/ioctl/ |
| D | botching-up-ioctls.rst | 164 already-completed events, successful waits and timed-out waits are all sane
|
| /Linux-v5.4/Documentation/virt/kvm/devices/ |
| D | s390_flic.txt | 57 Disables async page faults for the guest and waits until already pending
|
| /Linux-v5.4/Documentation/locking/ |
| D | ww-mutex-design.rst | 39 If the transaction holding the lock is younger, the locking transaction waits. 45 If the transaction holding the lock is older, it waits for the other
|
| /Linux-v5.4/Documentation/driver-api/dmaengine/ |
| D | dmatest.rst | 85 /sys/module/dmatest/parameters/wait waits for any running test to complete
|