/linux/kernel/sched/ |
H A D | completion.c | 142 * wait_for_completion: - waits for completion of a task 145 * This waits to be signaled for completion of a specific task. It is NOT 158 * wait_for_completion_timeout: - waits for completion of a task (w/timeout) 162 * This waits for either a completion of a specific task to be signaled or for a 177 * wait_for_completion_io: - waits for completion of a task 180 * This waits to be signaled for completion of a specific task. It is NOT 191 * wait_for_completion_io_timeout: - waits for completion of a task (w/timeout) 195 * This waits for either a completion of a specific task to be signaled or for a 211 * wait_for_completion_interruptible: - waits for completion of a task (w/intr) 214 * 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 D | other.json | 9 …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/tools/perf/pmu-events/arch/arm64/fujitsu/monaka/ |
H A D | cycle_accounting.json | 5 …ommitted because the oldest and uncommitted load/store/prefetch operation waits for L2 cache acces… 10 …n was committed because the oldest and uncommitted integer load operation waits for L2 cache acces… 15 …ommitted because the oldest and uncommitted load/store/prefetch operation waits for L1D cache, L2 … 20 …n was committed because the oldest and uncommitted integer load operation waits for L1D cache, L2 … 115 …ommitted because the oldest and uncommitted load/store/prefetch operation waits for L2 cache miss." 120 …n was committed because the oldest and uncommitted integer load operation waits for L2 cache miss."
|
/linux/fs/afs/ |
H A D | vl_probe.c | 231 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 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
|
/linux/tools/testing/selftests/landlock/ |
H A D | scoped_signal_test.c | 137 /* 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() 487 /* Waits for the parent to listen. */ 493 * Waits for the parent to accept the connection, sandbox 503 /* Waits for the message to be received. */ 547 /* Waits for the child to send MSG_OOB. */
|
H A D | scoped_abstract_unix_test.c | 113 /* Waits for the server. */ in TEST_F() 205 /* Waits for the parent to be in a domain, if any. */ in TEST_F() 222 /* Waits to connect. */ in TEST_F() 244 /* Waits for the child to listen */ in TEST_F() 328 /* Waits for the parent to be in a domain. */ in TEST_F() 339 /* Waits to connect. */ in TEST_F() 356 /* Waits for the child to listen */ in TEST_F() 684 /* Waits for parent signal for connection. */ in TEST_F() 833 /* Waits for parent to listen. */ in TEST_F() 975 /* Waits fo in TEST() [all...] |
H A D | ptrace_test.c | 332 /* 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() 515 /* Waits for the parent to be in a domain, if any. */ 536 /* Waits for the parent PTRACE_ATTACH test. */ 550 * Waits for the child to test PTRACE_ATTACH on the parent and start
|
H A D | wait-pipe.c | 35 /* Waits for the parent do its test. */ in main()
|
H A D | audit_test.c | 206 /* Waits for the parent to update audit filters. */ in thread_audit_test() 247 /* Waits for the child to generate a denial. */ in TEST_F() 598 /* Waits for the child. */ in TEST_F() 648 /* Waits for the child to terminate. */ in TEST_F()
|
/linux/drivers/gpu/drm/i915/ |
H A D | i915_deps.c | 123 * @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/rust/kernel/sync/ |
H A D | condvar.rs | 57 /// /// Waits for `e.value` to become `v`. 139 /// Releases the lock and waits for a notification in uninterruptible mode. 149 /// Releases the lock and waits for a notification in interruptible mode. 161 /// Releases the lock and waits for a notification in interruptible and freezable mode. 180 /// Releases the lock and waits for a notification in interruptible mode.
|
/linux/tools/perf/arch/x86/tests/ |
H A D | bp-modify.c | 37 * 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/kernel/ |
H A D | async.c | 280 * 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/uapi/linux/ |
H A D | dma-buf.h | 93 * 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/tools/testing/selftests/powerpc/ptrace/ |
H A D | child.h | 16 /* The parent waits on this semaphore. */ 22 /* The child waits on this semaphore. */
|
/linux/drivers/video/fbdev/i810/ |
H A D | i810_accel.c | 56 * 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/drivers/infiniband/sw/siw/ |
H A D | siw_cm.h | 69 * 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 D | raw_gadget.h | 178 * 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/samples/hung_task/ |
H A D | hung_task_tests.c | 44 /* Second task waits on mutex, entering uninterruptible sleep */ in read_dummy_mutex() 62 /* Second task waits on semaphore, entering uninterruptible sleep */ in read_dummy_semaphore()
|
/linux/arch/arm/mach-sa1100/ |
H A D | jornada720_ssp.c | 49 * 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/Documentation/gpu/ |
H A D | drm-vm-bind-async.rst | 24 * ``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/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_validation.c | 403 * @intr: Use interruptible waits when possible. 491 * @interruptible: Whether to perform waits interruptible if possible. 529 * @intr: Whether to perform waits interruptible if possible. 575 * @intr: Whether to perform waits interruptible if possible. 683 * @intr: Whether to perform waits interruptible if possible.
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-platform-silicom | 16 the platform, waits 5 seconds, then powers on the
|