Home
last modified time | relevance | path

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

1234

/linux-6.15/fs/afs/
H A Dvl_probe.c231 struct wait_queue_entry *waits; in afs_wait_for_vl_probes() local
252 waits = kmalloc(array_size(vllist->nr_servers, sizeof(*waits)), GFP_KERNEL); in afs_wait_for_vl_probes()
253 if (!waits) in afs_wait_for_vl_probes()
259 init_waitqueue_entry(&waits[i], current); in afs_wait_for_vl_probes()
260 add_wait_queue(&server->probe_wq, &waits[i]); in afs_wait_for_vl_probes()
296 remove_wait_queue(&server->probe_wq, &waits[i]); in afs_wait_for_vl_probes()
300 kfree(waits); in afs_wait_for_vl_probes()
/linux-6.15/drivers/fpga/
H A Daltera-ps-spi.c104 int min, max, waits; in altera_ps_write_init() local
128 waits = max / min; in altera_ps_write_init()
130 waits++; in altera_ps_write_init()
133 for (i = 0; i < waits; i++) { in altera_ps_write_init()
/linux-6.15/Documentation/userspace-api/media/v4l/
H A Dfunc-poll.rst35 When streaming I/O has been negotiated this function waits until a
38 function waits until the device is ready to accept a new buffer to be
69 it waits until data has been captured and can be read. When the driver
76 it waits until the driver is ready for a non-blocking
H A Dfunc-select.rst51 When streaming I/O has been negotiated this function waits until a
76 :c:func:`select()` function just waits until the driver is ready for a
H A Ddmabuf.rst130 application waits until a filled buffer can be dequeued, and re-enqueues
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-platform-silicom16 the platform, waits 5 seconds, then powers on the
H A Dsysfs-class-chromeos52 It indicates whether the EC waits for direction from the AP
H A Dsysfs-driver-hid-picolcd21 Description: Delay PicoLCD waits before restarting in new mode when
/linux-6.15/Documentation/RCU/
H A Drcubarrier.rst55 than waiting for a grace period to elapse, rcu_barrier() waits for all
157 RCU callbacks will be posted. The rcu_barrier() call on line 53 waits
191 callback queues, and then waits until they have all started executing, at
219 line 11 then waits (if needed) for the completion.
336 RCU once again waits on nonpreemptible regions of code.
/linux-6.15/Documentation/devicetree/bindings/sound/
H A Dti,tas5086.txt17 waits for this period of time before starting the
/linux-6.15/Documentation/accounting/
H A Dtaskstats-struct.rst132 * from the kernel in involuntary waits due to virtualization.
140 * for kernel's involuntary waits due to virtualization.
/linux-6.15/Documentation/tools/rtla/
H A Dcommon_timerlat_options.rst56 task that waits for a new period on the tracing/osnoise/per_cpu/cpu$ID/timerlat_fd.
/linux-6.15/Documentation/devicetree/bindings/input/touchscreen/
H A Dbrcm,iproc-touchscreen.txt21 the tsc waits to allow the voltage to settle after
/linux-6.15/Documentation/networking/device_drivers/atm/
H A Dcxacru.rst109 - "restart" (stops, waits 1.5s, then starts)
/linux-6.15/Documentation/driver-api/usb/
H A Danchors.rst67 This function waits for all URBs associated with an anchor to finish
/linux-6.15/Documentation/devicetree/bindings/clock/ti/
H A Dti,gate-clock.yaml28 - ti,wait-gate-clock # gate clock which waits until clock is
/linux-6.15/drivers/rapidio/
H A DKconfig23 Amount of time a discovery node waits for a host to complete
/linux-6.15/drivers/infiniband/hw/hfi1/
H A Dsdma.c1726 struct iowait *waits[SDMA_WAIT_BATCH_SIZE]; in sdma_desc_avail() local
1750 if (n == ARRAY_SIZE(waits)) in sdma_desc_avail()
1759 twait = waits[tidx]; in sdma_desc_avail()
1767 waits[n++] = wait; in sdma_desc_avail()
1776 waits[tidx]->wakeup(waits[tidx], SDMA_AVAIL_REASON); in sdma_desc_avail()
1780 waits[i]->wakeup(waits[i], SDMA_AVAIL_REASON); in sdma_desc_avail()
/linux-6.15/Documentation/gpu/
H A Ddrm-vm-bind-async.rst24 * ``in-syncobj``: Argument to a VM_BIND IOCTL, the VM_BIND operation waits
152 waits.
176 VM_BIND updates the syncobjects, whereas a sync VM_BIND waits for the
/linux-6.15/drivers/tty/serial/8250/
H A D8250_bcm7271.c291 int waits; in brcmuart_arbitration() local
298 waits = 1; in brcmuart_arbitration()
304 if (waits-- == 0) in brcmuart_arbitration()
/linux-6.15/Documentation/userspace-api/
H A Dfutex2.rst54 return ``-EAGAIN``. If all tests and verifications succeeds, syscall waits until
H A Dntsync.rst266 (and such waits will fail with ``EOWNERDEAD``, as described below).
375 As with "any" waits, the ``alert`` argument is an "extra" event which
379 with "any" waits, if both conditions are filled, the former takes
/linux-6.15/Documentation/driver-api/mmc/
H A Dmmc-async-req.rst48 truly non-blocking. If there is an ongoing async request it waits
/linux-6.15/Documentation/usb/
H A Draw-gadget.rst76 Every Raw Gadget endpoint read/write ioctl submits a USB request and waits
/linux-6.15/tools/gpio/
H A Dgpio-sloppy-logic-analyzer.sh50 waits for a rising edge on probe 2 while probe 1 is still high after the

1234