Home
last modified time | relevance | path

Searched full:finished (Results 1 – 25 of 1592) sorted by relevance

12345678910>>...64

/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/
Damdgpu_job.c68 dma_fence_set_error(&s_job->s_fence->finished, -ETIME); in amdgpu_job_timedout()
167 if (job->base.s_fence && job->base.s_fence->finished.ops) in amdgpu_job_free_resources()
168 f = &job->base.s_fence->finished; in amdgpu_job_free_resources()
230 f = dma_fence_get(&job->base.s_fence->finished); in amdgpu_job_submit()
280 dma_fence_set_error(&job->base.s_fence->finished, r); in amdgpu_job_prepare_job()
288 struct dma_fence *fence = NULL, *finished; in amdgpu_job_run() local
293 finished = &job->base.s_fence->finished; in amdgpu_job_run()
300 dma_fence_set_error(finished, -ECANCELED); in amdgpu_job_run()
302 if (finished->error < 0) { in amdgpu_job_run()
336 dma_fence_set_error(&s_fence->finished, -EHWPOISON); in amdgpu_job_stop_all_jobs_on_sched()
[all …]
/Linux-v6.6/tools/perf/pmu-events/arch/powerpc/power8/
Dpipeline.json5 "BriefDescription": "1 or more ppc insts finished",
6 "PublicDescription": "1 or more ppc insts finished (completed)"
203 "BriefDescription": "Larx finished",
221 "BriefDescription": "LSU Finished an instruction (up to 2 per cycle)",
305 "BriefDescription": "Store Instructions Finished",
306 "PublicDescription": "Store Instructions Finished (store sent to nest)"
311 "BriefDescription": "Store forwards that finished",
335 "BriefDescription": "tlbie finished",
/Linux-v6.6/tools/perf/pmu-events/arch/powerpc/power10/
Dpipeline.json15 "BriefDescription": "LSU Finished an internal operation in LD0 port."
25 "BriefDescription": "LSU Finished an internal operation in ST0 port."
30 "BriefDescription": "LSU Finished an internal operation in ST4 port."
60 …"BriefDescription": "Cycles in which the oldest instruction in the pipeline finished at dispatch a…
110 …"BriefDescription": "A branch instruction finished. Includes predicted/mispredicted/unconditional."
135 "BriefDescription": "LSU Finished an internal operation in LD1 port."
170 "BriefDescription": "LSU Finished an internal operation in ST1 port."
190 "BriefDescription": "VSU instruction finished."
270 "BriefDescription": "LSU Finished an internal operation in ST2 port."
305 …"BriefDescription": "TLBIE instruction finished in the LSU. Two TLBIEs can finish each cycle. All …
[all …]
Dmarked.json85 "BriefDescription": "Marked Branch instruction finished."
105 …"BriefDescription": "Marked conditional store instruction (STCX) finished. LARX and STCX are instr…
150 …"BriefDescription": "VSU marked instruction finished. Excludes simple FX instructions issued to th…
175 "BriefDescription": "Marked store instruction finished."
205 "BriefDescription": "Marked TLBIE instruction finished. Includes TLBIE and TLBIEL instructions."
210 …"BriefDescription": "Marked load and reserve instruction (LARX) finished. LARX and STCX are instru…
Dmetrics.json160 …les per completed instruction when the NTC instruction is waiting to be finished in one of the exe…
196 …les per completed instruction when the NTC instruction is waiting to be finished in one of the exe…
390 "BriefDescription": "Percentage of finished loads that missed in the L1",
464 "BriefDescription": "Average number of finished loads per completed instruction",
530 "BriefDescription": "Average number of finished instructions per completed instructions",
542 "BriefDescription": "Percentage of finished branches that were taken",
556 "BriefDescription": "Average number of finished branches per completed instruction",
562 …"BriefDescription": "Average number of instructions finished in the LSU per completed instruction",
568 …"BriefDescription": "Average number of instructions finished in the VSU per completed instruction",
574 …"BriefDescription": "Average number of TLBIE instructions finished in the LSU per completed instru…
Dothers.json10 "BriefDescription": "Load finished without experiencing an L1 miss."
40 …"BriefDescription": "Conditional store instruction (STCX) finished. LARX and STCX are instructions…
65 "BriefDescription": "LSU Finished an internal operation in ST2 port."
/Linux-v6.6/Documentation/ABI/testing/
Dsysfs-driver-zynqmp-fpga24 BIT(4) 0: Start-up sequence has not finished
25 1: Start-up sequence has finished
38 BIT(11) 0: Initialization has not finished
39 1: Initialization finished
/Linux-v6.6/drivers/gpu/drm/scheduler/
Dsched_fence.c61 &s_fence->finished.flags)) in drm_sched_fence_set_parent()
83 dma_fence_set_error(&fence->finished, result); in drm_sched_fence_finished()
84 dma_fence_signal(&fence->finished); in drm_sched_fence_finished()
135 call_rcu(&fence->finished.rcu, drm_sched_fence_free_rcu); in drm_sched_fence_release_scheduled()
202 return container_of(f, struct drm_sched_fence, finished); in to_drm_sched_fence()
232 dma_fence_init(&fence->finished, &drm_sched_fence_ops_finished, in drm_sched_fence_init()
Dsched_entity.c173 /* Signal the scheduler finished fence when the entity in question is killed. */
189 * fence, and the finished fence refcount might have in drm_sched_entity_kill_jobs_cb()
193 f = dma_fence_get_rcu(&s_fence->finished); in drm_sched_entity_kill_jobs_cb()
195 /* Now that we have a reference on the finished fence, in drm_sched_entity_kill_jobs_cb()
237 dma_fence_get(&s_fence->finished); in drm_sched_entity_kill()
242 prev = &s_fence->finished; in drm_sched_entity_kill()
394 * Fence is a scheduled/finished fence from a job in drm_sched_entity_add_dependency_cb()
470 dma_fence_set_error(&sched_job->s_fence->finished, -ECANCELED); in drm_sched_entity_pop_job()
474 dma_fence_get(&sched_job->s_fence->finished)); in drm_sched_entity_pop_job()
530 /* stay on the same engine if the previous job hasn't finished */ in drm_sched_entity_select_rq()
Dsched_main.c275 dma_fence_get(&s_fence->finished); in drm_sched_job_done()
277 dma_fence_put(&s_fence->finished); in drm_sched_job_done()
487 dma_fence_wait(&s_job->s_fence->finished, false); in drm_sched_stop()
504 * this TDR finished and before the newly restarted jobs had a in drm_sched_stop()
592 dma_fence_set_error(&s_fence->finished, -ECANCELED); in drm_sched_resubmit_jobs()
598 dma_fence_set_error(&s_fence->finished, PTR_ERR(fence)); in drm_sched_resubmit_jobs()
832 if (kref_read(&job->s_fence->finished.refcount)) { in drm_sched_job_cleanup()
834 dma_fence_put(&job->s_fence->finished); in drm_sched_job_cleanup()
903 * drm_sched_get_cleanup_job - fetch the next finished job to be destroyed
907 * Returns the next finished job from the pending list (if there is one)
[all …]
/Linux-v6.6/drivers/spi/
Dspi-slave-time.c35 struct completion finished; member
60 complete(&priv->finished); in spi_slave_time_complete()
97 init_completion(&priv->finished); in spi_slave_time_probe()
114 wait_for_completion(&priv->finished); in spi_slave_time_remove()
Dspi-slave-system-control.c40 struct completion finished; member
93 complete(&priv->finished); in spi_slave_system_control_complete()
123 init_completion(&priv->finished); in spi_slave_system_control_probe()
140 wait_for_completion(&priv->finished); in spi_slave_system_control_remove()
/Linux-v6.6/Documentation/driver-api/
Ddcdbas.rst55 to perform a power cycle or power off of the system after the OS has finished
57 a driver perform a SMI after the OS has finished shutting down.
61 action after the system has finished shutting down:
75 has finished shutting down.)
/Linux-v6.6/include/drm/
Dgpu_scheduler.h171 * &drm_sched_fence.finished uses fence_context + 1.
199 * Points to the finished fence of the last scheduled job. Only written
275 * @finished: this fence is what will be signaled by the scheduler
284 struct dma_fence finished; member
287 * @deadline: deadline set on &drm_sched_fence.finished which
295 * &drm_sched_fence.finished fence once parent is signalled.
304 * @lock: the lock used by the scheduled and the finished fences.
322 * @finish_cb: the callback for the finished fence.
461 * @free_job: Called once the job's finished fence has been signaled
479 * finished.
/Linux-v6.6/arch/mips/include/asm/mach-rc32434/
Ddma.h50 #define DMA_DESC_COF (1 << 25) /* Chain on finished */
52 #define DMA_DESC_IOF (1 << 27) /* Interrupt on finished */
56 #define DMA_DESC_FINI (1 << 31) /* Finished */
/Linux-v6.6/fs/smb/client/
Dsmb2inode.c93 goto finished; in smb2_compound_op()
114 goto finished; in smb2_compound_op()
152 goto finished; in smb2_compound_op()
187 goto finished; in smb2_compound_op()
214 goto finished; in smb2_compound_op()
250 goto finished; in smb2_compound_op()
283 goto finished; in smb2_compound_op()
323 goto finished; in smb2_compound_op()
349 goto finished; in smb2_compound_op()
359 goto finished; in smb2_compound_op()
[all …]
/Linux-v6.6/drivers/video/fbdev/core/
Dfbcon_rotate.c31 goto finished; in fbcon_rotate_font()
53 goto finished; in fbcon_rotate_font()
92 finished: in fbcon_rotate_font()
/Linux-v6.6/include/linux/
Dcgroup.h171 * css which finished ->css_online() is guaranteed to be visible in the
173 * A css which hasn't finished ->css_online() or already finished
194 * css which finished ->css_online() is guaranteed to be visible in the
196 * A css which hasn't finished ->css_online() or already finished
255 * css which finished ->css_online() is guaranteed to be visible in the
257 * A css which hasn't finished ->css_online() or already finished
621 * initialization is finished. in cgroup_init_kthreadd()
629 * This kthread finished initialization. The creator should have in cgroup_kthread_ready()
/Linux-v6.6/arch/x86/kernel/cpu/mce/
Dinject.c131 i->finished = 0; in inject_mce()
133 m->finished = 0; in inject_mce()
134 /* First set the fields after finished */ in inject_mce()
137 /* Now write record in order, finished last (except above) */ in inject_mce()
141 i->finished = 1; in inject_mce()
153 m->finished = 0; in raise_poll()
171 m->finished = 0; in raise_exception()
235 m->finished = 0; in raise_local()
258 if (!mcpu->finished || in raise_mce()
/Linux-v6.6/drivers/gpu/drm/lima/
Dlima_trace.h25 __entry->context = task->base.s_fence->finished.context;
26 __entry->seqno = task->base.s_fence->finished.seqno;
/Linux-v6.6/drivers/net/ethernet/mellanox/mlxfw/
Dmlxfw_mfa2.c391 bool *finished) in mlxfw_mfa2_xz_dec_run() argument
399 *finished = true; in mlxfw_mfa2_xz_dec_run()
402 *finished = false; in mlxfw_mfa2_xz_dec_run()
431 bool finished; in mlxfw_mfa2_file_cb_offset_xz() local
450 err = mlxfw_mfa2_xz_dec_run(xz_dec, &dec_buf, &finished); in mlxfw_mfa2_file_cb_offset_xz()
453 if (finished) { in mlxfw_mfa2_file_cb_offset_xz()
464 err = mlxfw_mfa2_xz_dec_run(xz_dec, &dec_buf, &finished); in mlxfw_mfa2_file_cb_offset_xz()
/Linux-v6.6/Documentation/driver-api/dmaengine/
Dpxa_dma.rst22 at the time of irq/dma tx2 is already finished, tx1->complete() and
64 is the last finished transfer at that point in time.
121 When a transfer flagged as "DMA_PREP_INTERRUPT" is finished, the dma irq
129 - calling all the transfer callbacks of finished transfers, based on
/Linux-v6.6/drivers/platform/olpc/
Dolpc-ec.c27 struct completion finished; member
101 /* Finished, wake up olpc_ec_cmd() */ in olpc_ec_worker()
102 complete(&desc->finished); in olpc_ec_worker()
153 init_completion(&desc.finished); in olpc_ec_cmd()
158 wait_for_completion(&desc.finished); in olpc_ec_cmd()
/Linux-v6.6/tools/perf/pmu-events/arch/x86/goldmont/
Dvirtual-memory.json6 …count translations (page walks) that are begun and not finished, or translations that are finished
/Linux-v6.6/tools/testing/selftests/ftrace/test.d/instances/
Dinstance-event.tc66 echo "all processes finished, wait for cleanup"
129 echo "all processes finished, wait for cleanup"

12345678910>>...64