| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/csf/ |
| H A D | mali_kbase_csf_kcpu_debugfs.c | 42 struct kbase_kcpu_command_cqs_wait_info *waits) in kbasep_csf_kcpu_debugfs_print_cqs_waits() argument 46 for (i = 0; i < waits->nr_objs; i++) { in kbasep_csf_kcpu_debugfs_print_cqs_waits() 51 waits->objs[i].addr, &mapping); in kbasep_csf_kcpu_debugfs_print_cqs_waits() 60 msg = (waits->inherit_err_flags && (1U << i)) ? "true" : in kbasep_csf_kcpu_debugfs_print_cqs_waits() 63 waits->objs[i].addr, val, waits->objs[i].val, msg); in kbasep_csf_kcpu_debugfs_print_cqs_waits()
|
| H A D | mali_kbase_csf_kcpu.c | 2156 const struct base_cqs_wait_info *waits = in KBASE_TLSTREAM_TL_KBASE_KCPUQUEUE_ENQUEUE_COMMAND() local 2163 kbdev, queue, waits[i].addr, waits[i].val, in KBASE_TLSTREAM_TL_KBASE_KCPUQUEUE_ENQUEUE_COMMAND() 2181 const struct base_cqs_wait_operation_info *waits = in KBASE_TLSTREAM_TL_KBASE_KCPUQUEUE_ENQUEUE_COMMAND() local 2188 kbdev, queue, waits[i].addr, waits[i].val, in KBASE_TLSTREAM_TL_KBASE_KCPUQUEUE_ENQUEUE_COMMAND() 2189 waits[i].operation, waits[i].data_type, in KBASE_TLSTREAM_TL_KBASE_KCPUQUEUE_ENQUEUE_COMMAND()
|
| /OK3568_Linux_fs/kernel/fs/afs/ |
| H A 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()
|
| H A D | fs_probe.c | 230 struct wait_queue_entry *waits; in afs_wait_for_fs_probes() local 251 waits = kmalloc(array_size(slist->nr_servers, sizeof(*waits)), GFP_KERNEL); in afs_wait_for_fs_probes() 252 if (!waits) in afs_wait_for_fs_probes() 258 init_waitqueue_entry(&waits[i], current); in afs_wait_for_fs_probes() 259 add_wait_queue(&server->probe_wq, &waits[i]); in afs_wait_for_fs_probes() 295 remove_wait_queue(&server->probe_wq, &waits[i]); in afs_wait_for_fs_probes() 299 kfree(waits); in afs_wait_for_fs_probes()
|
| /OK3568_Linux_fs/kernel/drivers/fpga/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A 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
|
| H A 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
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/ |
| H A D | tst_geocoding.qml | 521 tryCompare(countSlackSpy, "count", 1); //waits up to 5s 540 tryCompare(countSlackSpy, "count", 1); //waits up to 5s 586 tryCompare(countSlackSpy, "count", 1); //waits up to 5s 605 tryCompare(countSlackSpy, "count", 1); //waits up to 5s 640 tryCompare(countSlackSpy, "count", 1); //waits up to 5s 660 tryCompare(countSlackSpy, "count", 1); //waits up to 5s
|
| /OK3568_Linux_fs/buildroot/package/i2pd/ |
| H A D | i2pd.service | 20 # i2pd stops accepting new tunnels and waits ~10 min while old ones do not die.
|
| /OK3568_Linux_fs/kernel/Documentation/RCU/ |
| H A 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.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/ |
| H A D | ti,tas5086.txt | 17 waits for this period of time before starting the
|
| /OK3568_Linux_fs/kernel/Documentation/accounting/ |
| H A D | taskstats-struct.rst | 132 * from the kernel in involuntary waits due to virtualization. 140 * for kernel's involuntary waits due to virtualization.
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-driver-hid-picolcd | 21 Description: Delay PicoLCD waits before restarting in new mode when
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/ |
| H A D | sdma.c | 1770 struct iowait *waits[SDMA_WAIT_BATCH_SIZE]; in sdma_desc_avail() local 1794 if (n == ARRAY_SIZE(waits)) in sdma_desc_avail() 1803 twait = waits[tidx]; in sdma_desc_avail() 1811 waits[n++] = wait; in sdma_desc_avail() 1820 waits[tidx]->wakeup(waits[tidx], SDMA_AVAIL_REASON); in sdma_desc_avail() 1824 waits[i]->wakeup(waits[i], SDMA_AVAIL_REASON); in sdma_desc_avail()
|
| /OK3568_Linux_fs/buildroot/package/ntp/ |
| H A D | Config.in | 37 ntp-wait waits until the locally running ntpd is in state 4
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/touchscreen/ |
| H A D | brcm,iproc-touchscreen.txt | 21 the tsc waits to allow the voltage to settle after
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/atm/ |
| H A D | cxacru.rst | 109 - "restart" (stops, waits 1.5s, then starts)
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | incfs.rst | 75 reads_delayed_min and reads_delayed_pending if incfs first waits for a pending
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/usb/ |
| H A D | anchors.rst | 67 This function waits for all URBs associated with an anchor to finish
|
| /OK3568_Linux_fs/kernel/Documentation/ide/ |
| H A D | ide-tape.rst | 10 to the request-list of the block device, and waits for their completion.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/ti/ |
| H A D | gate.txt | 19 "ti,wait-gate-clock" - gate clock which waits until clock is active before
|
| /OK3568_Linux_fs/kernel/drivers/rapidio/ |
| H A D | Kconfig | 23 Amount of time a discovery node waits for a host to complete
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/ddc/ |
| H A D | DDC.HOWTO | 34 The driver has to provide a read function which waits for the
|
| /OK3568_Linux_fs/kernel/Documentation/usb/ |
| H A D | raw-gadget.rst | 68 Currently every endpoint read/write ioctl submits a USB request and waits until
|
| /OK3568_Linux_fs/buildroot/board/qemu/arm-versatile/patches/linux/ |
| H A D | versatile-nommu.patch | 102 +# Patch waits for application at
|