/linux-5.19.10/fs/afs/ |
D | vl_probe.c | 213 struct wait_queue_entry *waits; in afs_wait_for_vl_probes() local 234 waits = kmalloc(array_size(vllist->nr_servers, sizeof(*waits)), GFP_KERNEL); in afs_wait_for_vl_probes() 235 if (!waits) in afs_wait_for_vl_probes() 241 init_waitqueue_entry(&waits[i], current); in afs_wait_for_vl_probes() 242 add_wait_queue(&server->probe_wq, &waits[i]); in afs_wait_for_vl_probes() 278 remove_wait_queue(&server->probe_wq, &waits[i]); in afs_wait_for_vl_probes() 282 kfree(waits); in afs_wait_for_vl_probes()
|
D | fs_probe.c | 236 struct wait_queue_entry *waits; in afs_wait_for_fs_probes() local 257 waits = kmalloc(array_size(slist->nr_servers, sizeof(*waits)), GFP_KERNEL); in afs_wait_for_fs_probes() 258 if (!waits) in afs_wait_for_fs_probes() 264 init_waitqueue_entry(&waits[i], current); in afs_wait_for_fs_probes() 265 add_wait_queue(&server->probe_wq, &waits[i]); in afs_wait_for_fs_probes() 301 remove_wait_queue(&server->probe_wq, &waits[i]); in afs_wait_for_fs_probes() 305 kfree(waits); in afs_wait_for_fs_probes()
|
/linux-5.19.10/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-5.19.10/Documentation/userspace-api/media/v4l/ |
D | func-poll.rst | 35 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
|
D | func-select.rst | 51 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
|
D | dmabuf.rst | 130 application waits until a filled buffer can be dequeued, and re-enqueues
|
D | userp.rst | 74 application waits until a filled buffer can be dequeued, and re-enqueues
|
/linux-5.19.10/Documentation/devicetree/bindings/sound/ |
D | ti,tas5086.txt | 17 waits for this period of time before starting the
|
/linux-5.19.10/Documentation/RCU/ |
D | rcubarrier.rst | 79 a grace period to elapse, rcu_barrier() waits for all outstanding RCU 178 RCU callbacks will be posted. The rcu_barrier() call on line 53 waits 211 callback queues, and then waits until they have all started executing, at 234 before on_each_cpu() returns. Line 9 then waits for the completion.
|
/linux-5.19.10/Documentation/ABI/testing/ |
D | sysfs-driver-hid-picolcd | 21 Description: Delay PicoLCD waits before restarting in new mode when
|
/linux-5.19.10/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-5.19.10/Documentation/devicetree/bindings/input/touchscreen/ |
D | brcm,iproc-touchscreen.txt | 21 the tsc waits to allow the voltage to settle after
|
/linux-5.19.10/Documentation/driver-api/usb/ |
D | anchors.rst | 67 This function waits for all URBs associated with an anchor to finish
|
/linux-5.19.10/Documentation/networking/device_drivers/atm/ |
D | cxacru.rst | 109 - "restart" (stops, waits 1.5s, then starts)
|
/linux-5.19.10/drivers/infiniband/hw/hfi1/ |
D | sdma.c | 1728 struct iowait *waits[SDMA_WAIT_BATCH_SIZE]; in sdma_desc_avail() local 1752 if (n == ARRAY_SIZE(waits)) in sdma_desc_avail() 1761 twait = waits[tidx]; in sdma_desc_avail() 1769 waits[n++] = wait; in sdma_desc_avail() 1778 waits[tidx]->wakeup(waits[tidx], SDMA_AVAIL_REASON); in sdma_desc_avail() 1782 waits[i]->wakeup(waits[i], SDMA_AVAIL_REASON); in sdma_desc_avail()
|
/linux-5.19.10/Documentation/devicetree/bindings/clock/ti/ |
D | gate.txt | 19 "ti,wait-gate-clock" - gate clock which waits until clock is active before
|
/linux-5.19.10/drivers/rapidio/ |
D | Kconfig | 23 Amount of time a discovery node waits for a host to complete
|
/linux-5.19.10/drivers/tty/serial/8250/ |
D | 8250_bcm7271.c | 292 int waits; in brcmuart_arbitration() local 299 waits = 1; in brcmuart_arbitration() 305 if (waits-- == 0) in brcmuart_arbitration()
|
/linux-5.19.10/Documentation/userspace-api/ |
D | futex2.rst | 54 return ``-EAGAIN``. If all tests and verifications succeeds, syscall waits until
|
/linux-5.19.10/Documentation/driver-api/mmc/ |
D | mmc-async-req.rst | 48 truly non-blocking. If there is an ongoing async request it waits
|
/linux-5.19.10/Documentation/usb/ |
D | raw-gadget.rst | 76 Every Raw Gadget endpoint read/write ioctl submits a USB request and waits
|
/linux-5.19.10/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-5.19.10/Documentation/process/ |
D | botching-up-ioctls.rst | 164 already-completed events, successful waits and timed-out waits are all sane
|
/linux-5.19.10/Documentation/virt/kvm/devices/ |
D | s390_flic.rst | 62 Disables async page faults for the guest and waits until already pending
|
/linux-5.19.10/Documentation/filesystems/cifs/ |
D | ksmbd.rst | 56 and connected to the kernel interface using netlink socket, it waits for the
|