Home
last modified time | relevance | path

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

12345

/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_kcpu_debugfs.c42 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 Dmali_kbase_csf_kcpu.c2156 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 Dvl_probe.c213 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 Dfs_probe.c230 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 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()
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/
H A Dtst_geocoding.qml521 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 Di2pd.service20 # i2pd stops accepting new tunnels and waits ~10 min while old ones do not die.
/OK3568_Linux_fs/kernel/Documentation/RCU/
H A Drcubarrier.rst79 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 Dti,tas5086.txt17 waits for this period of time before starting the
/OK3568_Linux_fs/kernel/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.
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-driver-hid-picolcd21 Description: Delay PicoLCD waits before restarting in new mode when
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dsdma.c1770 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 DConfig.in37 ntp-wait waits until the locally running ntpd is in state 4
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/touchscreen/
H A Dbrcm,iproc-touchscreen.txt21 the tsc waits to allow the voltage to settle after
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/atm/
H A Dcxacru.rst109 - "restart" (stops, waits 1.5s, then starts)
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dincfs.rst75 reads_delayed_min and reads_delayed_pending if incfs first waits for a pending
/OK3568_Linux_fs/kernel/Documentation/driver-api/usb/
H A Danchors.rst67 This function waits for all URBs associated with an anchor to finish
/OK3568_Linux_fs/kernel/Documentation/ide/
H A Dide-tape.rst10 to the request-list of the block device, and waits for their completion.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/ti/
H A Dgate.txt19 "ti,wait-gate-clock" - gate clock which waits until clock is active before
/OK3568_Linux_fs/kernel/drivers/rapidio/
H A DKconfig23 Amount of time a discovery node waits for a host to complete
/OK3568_Linux_fs/external/xserver/hw/xfree86/ddc/
H A DDDC.HOWTO34 The driver has to provide a read function which waits for the
/OK3568_Linux_fs/kernel/Documentation/usb/
H A Draw-gadget.rst68 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 Dversatile-nommu.patch102 +# Patch waits for application at

12345