Home
last modified time | relevance | path

Searched refs:waits (Results 1 – 25 of 72) sorted by relevance

123

/Linux-v5.4/fs/afs/
Dvl_probe.c202 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()
Dfs_probe.c200 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/
Daltera-ps-spi.c111 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/
Dfunc-poll.rst45 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
Dfunc-select.rst61 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
Duserp.rst80 application waits until a filled buffer can be dequeued, and re-enqueues
Ddmabuf.rst137 application waits until a filled buffer can be dequeued, and re-enqueues
/Linux-v5.4/Documentation/devicetree/bindings/sound/
Dti,tas5086.txt17 waits for this period of time before starting the
/Linux-v5.4/Documentation/RCU/
Drcubarrier.txt74 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/
Dsysfs-driver-hid-picolcd21 Description: Delay PicoLCD waits before restarting in new mode when
/Linux-v5.4/Documentation/accounting/
Dtaskstats-struct.rst132 * 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/
Dbrcm,iproc-touchscreen.txt21 the tsc waits to allow the voltage to settle after
/Linux-v5.4/Documentation/networking/
Dcxacru.txt90 "restart" (stops, waits 1.5s, then starts)
/Linux-v5.4/Documentation/driver-api/usb/
Danchors.rst67 This function waits for all URBs associated with an anchor to finish
/Linux-v5.4/drivers/infiniband/hw/hfi1/
Dsdma.c1768 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/
Dide-tape.rst10 to the request-list of the block device, and waits for their completion.
/Linux-v5.4/Documentation/devicetree/bindings/clock/ti/
Dgate.txt19 "ti,wait-gate-clock" - gate clock which waits until clock is active before
/Linux-v5.4/drivers/rapidio/
DKconfig23 Amount of time a discovery node waits for a host to complete
/Linux-v5.4/Documentation/driver-api/mmc/
Dmmc-async-req.rst48 truly non-blocking. If there is an ongoing async request it waits
/Linux-v5.4/Documentation/devicetree/bindings/arm/msm/
Dqcom,idle-state.txt16 trigger to execute the SPM state machine. The SPM state machine waits for the
/Linux-v5.4/Documentation/filesystems/caching/
Dobject.txt159 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/
Dbotching-up-ioctls.rst164 already-completed events, successful waits and timed-out waits are all sane
/Linux-v5.4/Documentation/virt/kvm/devices/
Ds390_flic.txt57 Disables async page faults for the guest and waits until already pending
/Linux-v5.4/Documentation/locking/
Dww-mutex-design.rst39 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/
Ddmatest.rst85 /sys/module/dmatest/parameters/wait waits for any running test to complete

123