Home
last modified time | relevance | path

Searched full:waits (Results 1 – 25 of 692) sorted by relevance

12345678910>>...28

/linux/kernel/sched/
H A Dcompletion.c137 * wait_for_completion: - waits for completion of a task
140 * This waits to be signaled for completion of a specific task. It is NOT
153 * wait_for_completion_timeout: - waits for completion of a task (w/timeout)
157 * This waits for either a completion of a specific task to be signaled or for a
172 * wait_for_completion_io: - waits for completion of a task
175 * This waits to be signaled for completion of a specific task. It is NOT
186 * wait_for_completion_io_timeout: - waits for completion of a task (w/timeout)
190 * This waits for either a completion of a specific task to be signaled or for a
206 * wait_for_completion_interruptible: - waits for completion of a task (w/intr)
209 * This waits for completion of a specific task to be signaled. It is
[all …]
/linux/tools/perf/pmu-events/arch/arm64/fujitsu/a64fx/
H A Dother.json9 …ommitted because the oldest and uncommitted load/store/prefetch operation waits for memory access.…
12 …ommitted because the oldest and uncommitted load/store/prefetch operation waits for memory access."
15 …n was committed because the oldest and uncommitted integer load operation waits for memory access.…
18 …n was committed because the oldest and uncommitted integer load operation waits for memory access."
21 …ommitted because the oldest and uncommitted load/store/prefetch operation waits for L2 cache acces…
24 …ommitted because the oldest and uncommitted load/store/prefetch operation waits for L2 cache acces…
27 …n was committed because the oldest and uncommitted integer load operation waits for L2 cache acces…
30 …n was committed because the oldest and uncommitted integer load operation waits for L2 cache acces…
33 …ommitted because the oldest and uncommitted load/store/prefetch operation waits for L1D cache, L2 …
36 …ommitted because the oldest and uncommitted load/store/prefetch operation waits for L1D cache, L2 …
[all …]
/linux/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/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
/linux/tools/testing/selftests/landlock/
H A Dscoped_signal_test.c137 /* Waits for a first signal to be received, without race condition. */ in TEST_F()
205 /* Waits for the parent to send signals. */ in TEST_F()
409 /* Waits for the parent to listen. */ in TEST_F()
415 * Waits for the parent to accept the connection, sandbox in TEST_F()
425 /* Waits for the message to be received. */ in TEST_F()
469 /* Waits for the child to send MSG_OOB. */ in TEST_F()
H A Dscoped_abstract_unix_test.c112 /* Waits for the server. */ in TEST_F()
204 /* Waits for the parent to be in a domain, if any. */ in TEST_F()
221 /* Waits to connect. */ in TEST_F()
243 /* Waits for the child to listen */ in TEST_F()
573 /* Waits for parent signal for connection. */ in TEST_F()
722 /* Waits for parent to listen. */ in TEST_F()
864 /* Waits for all abstract socket tests. */ in TEST_F()
905 /* Waits for parent to listen. */ in TEST()
955 /* Waits for child to test. */ in TEST()
967 /* Waits for all tests to finish. */ in TEST()
[all …]
H A Dptrace_test.c332 /* Waits for the parent to be in a domain, if any. */ in TEST_F()
376 /* Waits for the parent PTRACE_ATTACH test. */ in TEST_F()
391 * Waits for the child to test PTRACE_ATTACH on the parent and start in TEST_F()
/linux/drivers/gpu/drm/i915/
H A Di915_deps.c123 * @ctx: Pointer to a struct ttm_operation_ctx indicating how the waits
126 * This function waits for fences in the dependency collection. If it
158 * @ctx: Pointer to a struct ttm_operation_ctx indicating how waits are to
215 * @ctx: Pointer to a struct ttm_operation_ctx indicating how waits are to
/linux/drivers/gpu/drm/amd/display/dmub/
H A Ddmub_srv.h730 * dmub_srv_wait_for_hw_pwr_up() - Waits for firmware hardware power up is completed
734 * Waits until firmware hardware is powered up. The maximum
748 * dmub_srv_wait_for_auto_load() - Waits for firmware auto load to complete
752 * Waits until firmware has been autoloaded by the DMCUB. The maximum
767 * dmub_srv_wait_for_phy_init() - Waits for DMUB PHY init to complete
771 * Waits until the PHY has been initialized by the DMUB. The maximum
786 * dmub_srv_wait_for_idle() - Waits for the DMUB to be idle
790 * Waits until the DMUB buffer is empty and all commands have
810 * Waits for the number of microseconds specified by timeout_us
/linux/tools/perf/arch/x86/tests/
H A Dbp-modify.c37 * waits in signal for parent to trace it, in spawn_child()
77 * - waits for the breakpoint to hit and checks in bp_modify1()
154 * - waits for the breakpoint to hit and checks in bp_modify2()
/linux/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.
339 RCU once again waits on nonpreemptible regions of code.
/linux/rust/kernel/sync/
H A Dcondvar.rs58 /// /// Waits for `e.value` to become `v`.
141 /// Releases the lock and waits for a notification in uninterruptible mode.
151 /// Releases the lock and waits for a notification in interruptible mode.
163 /// Releases the lock and waits for a notification in interruptible mode.
/linux/kernel/
H A Dasync.c280 * This function waits until all asynchronous function calls have been done.
292 * This function waits until all asynchronous function calls for the
306 * This function waits until all asynchronous function calls for the
328 * This function waits until all asynchronous function calls prior to @cookie
/linux/include/soc/qcom/
H A Dtcs.h36 * rpmh_write() - Always waits.
38 * rpmh_write_async() - Never waits.
/linux/include/uapi/linux/
H A Ddma-buf.h93 * waits via poll() or other driver-specific mechanisms typically wait on
125 * the returned sync file waits on any writers of the dma-buf to
129 * If DMA_BUF_SYNC_WRITE is set, the returned sync file waits on
/linux/drivers/video/fbdev/i810/
H A Di810_accel.c56 * The function waits until a free space from the ringbuffer
83 * wait_for_engine_idle - waits for all hardware engines to finish
87 * This waits for lring(0), iring(1), and batch(3), etc to finish and
88 * waits until ringbuffer is empty.
115 * Checks/waits for sufficient space in ringbuffer of size
/linux/tools/testing/selftests/powerpc/ptrace/
H A Dchild.h16 /* The parent waits on this semaphore. */
22 /* The child waits on this semaphore. */
/linux/drivers/infiniband/sw/siw/
H A Dsiw_cm.h69 * Connection initiator waits 10 seconds to receive an
70 * MPA reply after sending out MPA request. Reponder waits for
/linux/include/uapi/linux/usb/
H A Draw_gadget.h178 * A blocking ioctl that waits for an event and returns fetched event data to
188 * waits until the request is completed. Copies received data to user for READ.
214 * request), and waits until the request is completed. Copies received data to
/linux/arch/arm/mach-sa1100/
H A Djornada720_ssp.c49 * jornada_ssp_byte - waits for ready ssp bus and sends byte
52 * waits for fifo buffer to clear and then transmits, if it doesn't then we will
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_validation.c402 * @intr: Use interruptible waits when possible.
490 * @interruptible: Whether to perform waits interruptible if possible.
528 * @intr: Whether to perform waits interruptible if possible.
574 * @intr: Whether to perform waits interruptible if possible.
682 * @intr: Whether to perform waits interruptible if possible.
/linux/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/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/drivers/media/pci/dt3155/
H A Ddt3155.c33 * and busy waits for the process to finish. The result is placed
64 * and busy waits for the process to finish.
100 * wait_i2c_reg - waits the read/write to finish
106 * This function waits reading/writing to finish.

12345678910>>...28