Home
last modified time | relevance | path

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

12345678910>>...53

/kernel/linux/linux-5.10/kernel/sched/
Dcompletion.c127 * wait_for_completion: - waits for completion of a task
130 * This waits to be signaled for completion of a specific task. It is NOT
143 * wait_for_completion_timeout: - waits for completion of a task (w/timeout)
147 * This waits for either a completion of a specific task to be signaled or for a
162 * wait_for_completion_io: - waits for completion of a task
165 * This waits to be signaled for completion of a specific task. It is NOT
176 * wait_for_completion_io_timeout: - waits for completion of a task (w/timeout)
180 * This waits for either a completion of a specific task to be signaled or for a
196 * wait_for_completion_interruptible: - waits for completion of a task (w/intr)
199 * This waits for completion of a specific task to be signaled. It is
[all …]
/kernel/linux/linux-6.6/kernel/sched/
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 …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/arm64/fujitsu/a64fx/
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 …]
/kernel/linux/linux-5.10/fs/afs/
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()
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()
/kernel/linux/linux-6.6/fs/afs/
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()
Dfs_probe.c236 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()
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
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
/kernel/linux/linux-6.6/Documentation/userspace-api/media/v4l/
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
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
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
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dmub/
Ddmub_srv.h496 * dmub_srv_wait_for_auto_load() - Waits for firmware auto load to complete
500 * Waits until firmware has been autoloaded by the DMCUB. The maximum
515 * dmub_srv_wait_for_phy_init() - Waits for DMUB PHY init to complete
519 * Waits until the PHY has been initialized by the DMUB. The maximum
534 * dmub_srv_wait_for_idle() - Waits for the DMUB to be idle
538 * Waits until the DMUB buffer is empty and all commands have
558 * Waits for the number of microseconds specified by timeout_us
/kernel/linux/linux-6.6/include/soc/qcom/
Dtcs.h36 * rpmh_write() - Always waits.
38 * rpmh_write_async() - Never waits.
/kernel/linux/linux-5.10/tools/perf/arch/x86/tests/
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()
/kernel/linux/linux-6.6/tools/perf/arch/x86/tests/
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()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dmub/
Ddmub_srv.h656 * dmub_srv_wait_for_auto_load() - Waits for firmware auto load to complete
660 * Waits until firmware has been autoloaded by the DMCUB. The maximum
675 * dmub_srv_wait_for_phy_init() - Waits for DMUB PHY init to complete
679 * Waits until the PHY has been initialized by the DMUB. The maximum
694 * dmub_srv_wait_for_idle() - Waits for the DMUB to be idle
698 * Waits until the DMUB buffer is empty and all commands have
718 * Waits for the number of microseconds specified by timeout_us
/kernel/linux/linux-6.6/include/uapi/linux/
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
/kernel/linux/linux-5.10/kernel/
Dasync.c278 * This function waits until all asynchronous function calls have been done.
308 * This function waits until all asynchronous function calls for the
322 * This function waits until all asynchronous function calls for the
352 * This function waits until all asynchronous function calls prior to @cookie
/kernel/linux/linux-5.10/drivers/fpga/
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()
/kernel/linux/linux-6.6/drivers/fpga/
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()
/kernel/linux/linux-6.6/kernel/
Dasync.c278 * This function waits until all asynchronous function calls have been done.
290 * This function waits until all asynchronous function calls for the
304 * This function waits until all asynchronous function calls for the
326 * This function waits until all asynchronous function calls prior to @cookie
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/ptrace/
Dchild.h16 /* The parent waits on this semaphore. */
22 /* The child waits on this semaphore. */
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/ptrace/
Dchild.h16 /* The parent waits on this semaphore. */
22 /* The child waits on this semaphore. */
/kernel/linux/linux-6.6/Documentation/RCU/
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.
/kernel/linux/linux-6.6/drivers/video/fbdev/i810/
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
/kernel/linux/linux-5.10/drivers/video/fbdev/i810/
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

12345678910>>...53