Home
last modified time | relevance | path

Searched full:signaled (Results 1 – 25 of 288) sorted by relevance

12345678910>>...12

/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n2-v2/
H A Dtrace.json8 …"PublicDescription": "This event is generated each time an event is signaled by ETE external event…
12 …"PublicDescription": "This event is generated each time an event is signaled by ETE external event…
16 …"PublicDescription": "This event is generated each time an event is signaled by ETE external event…
20 …"PublicDescription": "This event is generated each time an event is signaled by ETE external event…
24 …"PublicDescription": "This event is generated each time an event is signaled on CTI output trigger…
28 …"PublicDescription": "This event is generated each time an event is signaled on CTI output trigger…
32 …"PublicDescription": "This event is generated each time an event is signaled on CTI output trigger…
36 …"PublicDescription": "This event is generated each time an event is signaled on CTI output trigger…
/linux/tools/testing/selftests/sync/
H A Dsync_wait.c36 int valid, active, signaled, ret; in test_fence_multi_timeline_wait() local
52 /* Confirm fence isn't signaled */ in test_fence_multi_timeline_wait()
54 ASSERT(active == 3, "Fence signaled too early!\n"); in test_fence_multi_timeline_wait()
62 signaled = sync_fence_count_with_status(merged, FENCE_STATUS_SIGNALED); in test_fence_multi_timeline_wait()
63 ASSERT(active == 2 && signaled == 1, in test_fence_multi_timeline_wait()
68 signaled = sync_fence_count_with_status(merged, FENCE_STATUS_SIGNALED); in test_fence_multi_timeline_wait()
69 ASSERT(active == 1 && signaled == 2, in test_fence_multi_timeline_wait()
74 signaled = sync_fence_count_with_status(merged, FENCE_STATUS_SIGNALED); in test_fence_multi_timeline_wait()
75 ASSERT(active == 0 && signaled == 3, in test_fence_multi_timeline_wait()
80 ASSERT(ret > 0, "Failure waiting on signaled fence\n"); in test_fence_multi_timeline_wait()
H A Dsync_fence.c106 /* confirm that d is not signaled until the max of a,b,c */ in test_fence_one_timeline_merge()
111 "d signaled too early!\n"); in test_fence_one_timeline_merge()
117 "d signaled too early!\n"); in test_fence_one_timeline_merge()
/linux/drivers/misc/
H A Dntsync.c67 bool signaled; member
113 atomic_t signaled; member
242 return obj->u.event.signaled; in is_signaled()
259 int signaled = -1; in try_wake_all() local
278 if (can_wake && atomic_try_cmpxchg(&q->signaled, &signaled, 0)) { in try_wake_all()
295 obj->u.event.signaled = false; in try_wake_all()
328 int signaled = -1; in try_wake_any_sem() local
333 if (atomic_try_cmpxchg(&q->signaled, &signaled, entry->index)) { in try_wake_any_sem()
349 int signaled = -1; in try_wake_any_mutex() local
356 if (atomic_try_cmpxchg(&q->signaled, &signaled, entry->index)) { in try_wake_any_mutex()
[all …]
/linux/tools/testing/selftests/powerpc/signal/
H A Dsignal.c25 static sig_atomic_t signaled; variable
31 signaled = 1; in signal_handler()
68 while (!signaled && !fail) in test_signal()
70 if (!signaled) { in test_signal()
83 signaled = 0; in test_signal()
91 while (!signaled && !fail) in test_signal()
93 if (!signaled) { in test_signal()
H A Dsignal_tm.c25 static sig_atomic_t signaled; variable
36 signaled = 1; in signal_handler()
70 signaled = 0; in test_signal_tm()
92 while(!signaled && !fail) in test_signal_tm()
94 if (!signaled) { in test_signal_tm()
/linux/drivers/dma-buf/
H A Dst-dma-fence.c125 pr_err("Fence unexpectedly signaled on creation\n"); in test_signaling()
130 pr_err("Fence reported being already signaled\n"); in test_signaling()
135 pr_err("Fence not reporting signaled\n"); in test_signaling()
140 pr_err("Fence reported not being already signaled\n"); in test_signaling()
171 pr_err("Failed to add callback, fence already signaled!\n"); in test_add_callback()
202 pr_err("Added callback, but fence was already signaled!\n"); in test_late_add_callback()
229 pr_err("Failed to add callback, fence already signaled!\n"); in test_rm_callback()
240 pr_err("Callback still signaled after removal!\n"); in test_rm_callback()
261 pr_err("Failed to add callback, fence already signaled!\n"); in test_late_rm_callback()
294 pr_err("Fence unexpectedly has signaled status on creation\n"); in test_status()
[all …]
H A Dst-dma-fence-chain.c318 * We signaled the middle fence (2) of the 1-2-3 chain. The behavior in find_out_of_order()
320 * the point we want. Since fence 1 is still not signaled, this what in find_out_of_order()
510 pr_err("chain[%d] not signaled!\n", i); in signal_forward()
517 pr_err("chain[%d] is signaled!\n", i); in signal_forward()
542 pr_err("chain[%d] is signaled!\n", i); in signal_backward()
550 pr_err("chain[%d] was not signaled!\n", i); in signal_backward()
H A Ddma-fence-array.c33 * before we ourselves are signaled. in dma_fence_array_set_pending_error()
79 * As we may report that the fence is signaled before all in dma_fence_array_enable_signaling()
166 .signaled = dma_fence_array_signaled,
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_events.c43 bool activated; /* Becomes true when event is signaled */
141 * lookup_signaled_event_by_partial_id - Lookup signaled event from partial ID
146 * Finds the first signaled event with a matching partial ID. If no
147 * matching signaled event is found, returns NULL. In that case the
154 * interrupts is correct, all signaled events will be seen by the
176 * and find the first one that has signaled. in lookup_signaled_event_by_partial_id()
409 ev->signaled = false; in kfd_event_create()
485 ev->signaled = ev_priv->signaled; in kfd_criu_restore_event()
560 ev_priv->signaled = ev->signaled; in kfd_criu_checkpoint_events()
571 pr_debug("Checkpointed event[%d] id = 0x%08x auto_reset = %x type = %x signaled = %x\n", in kfd_criu_checkpoint_events()
[all …]
H A Dkfd_events.h44 * Written into kfd_signal_slot_t to indicate that the event is not signaled.
58 bool signaled; member
/linux/kernel/sched/
H A Dcompletion.c145 * This waits to be signaled for completion of a specific task. It is NOT
162 * This waits for either a completion of a specific task to be signaled or for a
180 * This waits to be signaled for completion of a specific task. It is NOT
195 * This waits for either a completion of a specific task to be signaled or for a
214 * This waits for completion of a specific task to be signaled. It is
234 * This waits for either a completion of a specific task to be signaled or for a
252 * This waits to be signaled for completion of a specific task. It can be
283 * signaled or for a specified timeout to expire. It can be
/linux/drivers/gpu/drm/i915/selftests/
H A Di915_sw_fence.c556 pr_err("worker updated value before i915_sw_fence was signaled\n"); in test_ipc()
564 pr_err("worker signaled i915_sw_fence before value was posted\n"); in test_ipc()
587 pr_err("Fence with immediate expiration not signaled\n"); in test_timer()
597 pr_err("Fence with future expiration (%lu jiffies) already signaled\n", delay); in test_timer()
606 pr_err("Fence not signaled after wait\n"); in test_timer()
610 pr_err("Fence signaled too early, target=%lu, now=%lu\n", in test_timer()
695 pr_err("Fences immediately signaled\n"); in test_dma_fence()
711 pr_err("Fences signaled too early\n"); in test_dma_fence()
723 pr_err("No timeout fence signaled!\n"); in test_dma_fence()
/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_job.h22 /* Fence to be signaled by IRQ handler when the job is complete. */
33 /* Fence to be signaled by drm-sched once its done with the job */
/linux/drivers/media/pci/ddbridge/
H A DKconfig35 bool "Enable Message Signaled Interrupts (MSI) per default (EXPERIMENTAL)"
39 Use PCI MSI (Message Signaled Interrupts) per default. Enabling this
/linux/drivers/media/platform/mediatek/vcodec/encoder/
H A Dvenc_vpu_if.h15 * @signaled: flag used for checking vpu interrupt done
29 int signaled; member
/linux/Documentation/virt/kvm/devices/
H A Dmpic.rst30 MSIs may be signaled by using this attribute group to write
39 signaled edge has not been acknowledged, and 0 otherwise.
/linux/tools/testing/selftests/powerpc/mm/
H A Dlarge_vm_gpr_corruption.c47 static volatile sig_atomic_t signaled; variable
51 signaled = 1; in signal_handler()
139 while (!signaled) { in test()
/linux/drivers/gpu/drm/msm/
H A Dmsm_fence.h49 * this to see if a fence has already signaled but the CPU hasn't
69 * canceled when this fence is signaled.
/linux/drivers/gpu/drm/vgem/
H A Dvgem_fence.c104 * This returns the handle for the new fence that must be signaled within 10
180 * All fences must be signaled within 10s of attachment or otherwise they
187 * If the fence does not exist (or has already been signaled by the client),
/linux/include/uapi/linux/
H A Dsync_file.h42 * @status: status of the fence 0:active 1:signaled <0:error
57 * @status: status of fence. 1: signaled 0:active <0:error
/linux/drivers/edac/
H A Docteon_edac-pci.c34 edac_pci_handle_npe(pci, "Signaled System Error"); in octeon_pci_poll()
49 edac_pci_handle_npe(pci, "Signaled Target Abort"); in octeon_pci_poll()
/linux/drivers/media/platform/mediatek/vcodec/decoder/
H A Dvdec_vpu_if.h23 * @signaled : 1 - Host has received ack message from VPU, 0 - not received
39 unsigned int signaled; member
/linux/drivers/pci/
H A DKconfig46 bool "Message Signaled Interrupts (MSI and MSI-X)"
49 This allows device drivers to enable MSI (Message Signaled
50 Interrupts). Message Signaled Interrupts enable a device to
/linux/include/uapi/drm/
H A Dvmwgfx_drm.h308 * fence seqno that when signaled, indicates that the command buffer has
355 * whether a fence has signaled the EXEC flag. Note that @seqno will
358 * so far. This can be used to mark user-space fence objects as signaled, and
657 * Checks if a fence object is signaled..
665 * @signaled: Out: Flags signaled.
676 __s32 signaled; member
710 * when the fence has signaled the DRM_VMW_FENCE_FLAG_EXEC flag.
711 * Optionally the approximate time when the fence signaled is
730 /* Request fence signaled time on the event. */

12345678910>>...12