Home
last modified time | relevance | path

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

12345678910>>...49

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_job.c150 dma_fence_set_error(&s_job->s_fence->finished, -ETIME); in amdgpu_job_timedout()
281 if (job->base.s_fence && job->base.s_fence->finished.ops) in amdgpu_job_free_resources()
282 f = &job->base.s_fence->finished; in amdgpu_job_free_resources()
355 f = dma_fence_get(&job->base.s_fence->finished); in amdgpu_job_submit()
412 dma_fence_set_error(&job->base.s_fence->finished, r); in amdgpu_job_prepare_job()
420 struct dma_fence *fence = NULL, *finished; in amdgpu_job_run() local
425 finished = &job->base.s_fence->finished; in amdgpu_job_run()
432 dma_fence_set_error(finished, -ECANCELED); in amdgpu_job_run()
434 if (finished->error < 0) { in amdgpu_job_run()
487 dma_fence_set_error(&s_fence->finished, -EHWPOISON); in amdgpu_job_stop_all_jobs_on_sched()
[all …]
/linux/tools/perf/pmu-events/arch/powerpc/power8/
H A 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/tools/perf/pmu-events/arch/powerpc/power10/
H A 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…
120 …"BriefDescription": "A branch instruction finished. Includes predicted/mispredicted/unconditional."
145 "BriefDescription": "LSU Finished an internal operation in LD1 port."
180 "BriefDescription": "LSU Finished an internal operation in ST1 port."
200 "BriefDescription": "VSU instruction finished."
290 "BriefDescription": "LSU Finished an internal operation in ST2 port."
325 …"BriefDescription": "TLBIE instruction finished in the LSU. Two TLBIEs can finish each cycle. All …
[all …]
H A 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…
H A Dfrontend.json110 "BriefDescription": "An unconditional branch finished. All unconditional branches are taken."
115 …"BriefDescription": "A conditional branch finished with correctly predicted direction. Resolved ta…
120 …"BriefDescription": "A conditional branch finished with correctly predicted direction. Resolved no…
H A 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",
471 "BriefDescription": "Average number of finished loads per completed instruction",
708 "BriefDescription": "Average number of finished instructions per completed instructions",
720 "BriefDescription": "Percentage of finished branches that were taken",
734 "BriefDescription": "Average number of finished branches per completed instruction",
740 …"BriefDescription": "Average number of instructions finished in the LSU per completed instruction",
746 …"BriefDescription": "Average number of instructions finished in the VSU per completed instruction",
752 …"BriefDescription": "Average number of TLBIE instructions finished in the LSU per completed instru…
H A Dmemory.json35 …"BriefDescription": "Ptesync instruction finished in the store unit. Only one ptesync can finish a…
75 "BriefDescription": "LSU Finished an internal operation in ST2 port."
90 …"BriefDescription": "Load and reserve instruction (LARX) finished. LARX and STCX are instructions …
/linux/tools/lib/subcmd/
H A Drun-command.c172 bool finished = cmd->finished; in wait_or_whine() local
175 while (!finished) { in wait_or_whine()
185 finished = true; in wait_or_whine()
213 if (finished) { in wait_or_whine()
214 cmd->finished = 1; in wait_or_whine()
264 return cmd->finished; in check_if_command_finished()
/linux/Documentation/ABI/testing/
H A 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/drivers/spi/
H A 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()
H A 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/Documentation/userspace-api/
H A 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/drivers/gpu/drm/scheduler/
H A Dsched_entity.c191 * fence, and the finished fence refcount might have in drm_sched_entity_kill_jobs_work()
195 f = dma_fence_get_rcu(&s_fence->finished); in drm_sched_entity_kill_jobs_work()
197 /* Now that we have a reference on the finished fence, in drm_sched_entity_kill_jobs_work()
218 /* Signal the scheduler finished fence when the entity in question is killed. */
254 dma_fence_get(&s_fence->finished); in drm_sched_entity_kill()
266 prev = &s_fence->finished; in drm_sched_entity_kill()
409 * Fence is a scheduled/finished fence from a job in drm_sched_entity_add_dependency_cb()
480 dma_fence_set_error(&sched_job->s_fence->finished, -ECANCELED); in drm_sched_entity_pop_job()
484 dma_fence_get(&sched_job->s_fence->finished)); in drm_sched_entity_pop_job()
549 /* stay on the same engine if the previous job hasn't finished */ in drm_sched_entity_select_rq()
H A Dsched_main.c61 * Once a job is executed (but not yet finished), the job's credits contribute
62 * to the scheduler's credit count until the job is finished. If by executing
377 dma_fence_get(&s_fence->finished); in drm_sched_job_done()
379 dma_fence_put(&s_fence->finished); in drm_sched_job_done()
649 dma_fence_wait(&s_job->s_fence->finished, false); in drm_sched_stop()
666 * this TDR finished and before the newly restarted jobs had a in drm_sched_stop()
750 dma_fence_set_error(&s_fence->finished, -ECANCELED); in drm_sched_resubmit_jobs()
756 dma_fence_set_error(&s_fence->finished, PTR_ERR(fence)); in drm_sched_resubmit_jobs()
1049 if (kref_read(&job->s_fence->finished.refcount)) { in drm_sched_job_cleanup()
1054 dma_fence_put(&job->s_fence->finished); in drm_sched_job_cleanup()
[all …]
/linux/arch/mips/include/asm/mach-rc32434/
H A 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/include/linux/
H A Dcgroup.h180 * css which finished ->css_online() is guaranteed to be visible in the
182 * A css which hasn't finished ->css_online() or already finished
203 * css which finished ->css_online() is guaranteed to be visible in the
205 * A css which hasn't finished ->css_online() or already finished
264 * css which finished ->css_online() is guaranteed to be visible in the
266 * A css which hasn't finished ->css_online() or already finished
645 * initialization is finished. in cgroup_init_kthreadd()
653 * This kthread finished initialization. The creator should have in cgroup_kthread_ready()
/linux/tools/testing/selftests/x86/bugs/
H A Dits_permutations.py21 ksft.finished()
25 ksft.finished()
109 ksft.finished()
/linux/drivers/net/ethernet/mellanox/mlxfw/
H A 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/Documentation/driver-api/dmaengine/
H A 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/drivers/md/dm-vdo/
H A Dcompletion.c42 * A completion may be "finished," in which case its "complete" field will be set to true before it
43 * is next run. It is a bug to attempt to set the result or re-finish a finished completion.
47 * A completion must be "reset" before it can be reused after it has been finished. Resetting will
/linux/drivers/platform/olpc/
H A 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/fs/smb/client/
H A Dsmb2inode.c234 goto finished; in smb2_compound_op()
267 goto finished; in smb2_compound_op()
310 goto finished; in smb2_compound_op()
346 goto finished; in smb2_compound_op()
389 goto finished; in smb2_compound_op()
424 goto finished; in smb2_compound_op()
455 goto finished; in smb2_compound_op()
495 goto finished; in smb2_compound_op()
522 goto finished; in smb2_compound_op()
549 goto finished; in smb2_compound_op()
[all …]
/linux/drivers/gpu/drm/loongson/
H A Dlsdc_regs.h57 * will be finished at the very next vblank. Trigger it again if you want to
224 * RF: Read Finished
227 * CBRF: Cursor Buffer Read Finished Flag, no use.
228 * FBRF0: CRTC-0 reading from its framebuffer finished.
229 * FBRF1: CRTC-1 reading from its framebuffer finished.
/linux/drivers/mtd/ubi/
H A Dupd.c17 * starts, and removed after the update has been finished. So if the update was
262 * last call if the whole volume update has been successfully finished, and a
289 * is finished. in ubi_more_update_data()
354 /* The update is finished, clear the update marker */ in ubi_more_update_data()
377 * operation has been successfully finished, and a negative error code in case
/linux/tools/testing/selftests/ftrace/test.d/instances/
H A Dinstance-event.tc66 echo "all processes finished, wait for cleanup"
129 echo "all processes finished, wait for cleanup"

12345678910>>...49