/linux-6.15/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_job.c | 156 dma_fence_set_error(&s_job->s_fence->finished, -ETIME); in amdgpu_job_timedout() 174 dma_fence_set_error(&s_job->s_fence->finished, -ETIME); in amdgpu_job_timedout() 273 if (job->base.s_fence && job->base.s_fence->finished.ops) in amdgpu_job_free_resources() 274 f = &job->base.s_fence->finished; in amdgpu_job_free_resources() 336 f = dma_fence_get(&job->base.s_fence->finished); in amdgpu_job_submit() 400 dma_fence_set_error(&job->base.s_fence->finished, r); in amdgpu_job_prepare_job() 408 struct dma_fence *fence = NULL, *finished; in amdgpu_job_run() local 413 finished = &job->base.s_fence->finished; in amdgpu_job_run() 420 dma_fence_set_error(finished, -ECANCELED); in amdgpu_job_run() 422 if (finished->error < 0) { in amdgpu_job_run() [all …]
|
/linux-6.15/tools/perf/pmu-events/arch/powerpc/power8/ |
D | pipeline.json | 5 "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-6.15/drivers/net/phy/ |
D | dp83td510.c | 722 * @finished: Pointer to a boolean that indicates whether the test is finished. 724 * The function sets the @finished flag to true if the test is complete. 729 bool *finished) in dp83td510_cable_test_get_tdr_status() argument 767 *finished = true; in dp83td510_cable_test_get_tdr_status() 778 * @finished: Pointer to a boolean that indicates whether the test is finished. 780 * The function sets the @finished flag to true if the test is complete. 786 bool *finished) in dp83td510_cable_test_get_alcd_status() argument 798 *finished = true; in dp83td510_cable_test_get_alcd_status() 818 *finished = true; in dp83td510_cable_test_get_alcd_status() 827 * @finished: Pointer to a boolean that indicates whether the test is finished. [all …]
|
/linux-6.15/tools/perf/pmu-events/arch/powerpc/power10/ |
D | pipeline.json | 15 "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 …]
|
D | marked.json | 85 "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…
|
D | frontend.json | 110 "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…
|
/linux-6.15/tools/lib/subcmd/ |
D | run-command.c | 171 bool finished = cmd->finished; in wait_or_whine() local 174 while (!finished) { in wait_or_whine() 184 finished = true; in wait_or_whine() 212 if (finished) { in wait_or_whine() 213 cmd->finished = 1; in wait_or_whine() 253 return cmd->finished; in check_if_command_finished()
|
/linux-6.15/Documentation/ABI/testing/ |
D | sysfs-driver-zynqmp-fpga | 24 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-6.15/drivers/gpu/drm/scheduler/ |
D | sched_fence.c | 61 &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()
|
D | sched_entity.c | 184 /* Signal the scheduler finished fence when the entity in question is killed. */ 200 * fence, and the finished fence refcount might have in drm_sched_entity_kill_jobs_cb() 204 f = dma_fence_get_rcu(&s_fence->finished); in drm_sched_entity_kill_jobs_cb() 206 /* Now that we have a reference on the finished fence, in drm_sched_entity_kill_jobs_cb() 248 dma_fence_get(&s_fence->finished); in drm_sched_entity_kill() 260 prev = &s_fence->finished; in drm_sched_entity_kill() 412 * Fence is a scheduled/finished fence from a job in drm_sched_entity_add_dependency_cb() 488 dma_fence_set_error(&sched_job->s_fence->finished, -ECANCELED); in drm_sched_entity_pop_job() 492 dma_fence_get(&sched_job->s_fence->finished)); in drm_sched_entity_pop_job() 557 /* stay on the same engine if the previous job hasn't finished */ in drm_sched_entity_select_rq()
|
D | sched_main.c | 61 * 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 385 if (job && dma_fence_is_signaled(&job->s_fence->finished)) in drm_sched_run_free_queue() 406 dma_fence_get(&s_fence->finished); in drm_sched_job_done() 408 dma_fence_put(&s_fence->finished); in drm_sched_job_done() 643 dma_fence_wait(&s_job->s_fence->finished, false); in drm_sched_stop() 660 * this TDR finished and before the newly restarted jobs had a in drm_sched_stop() 740 dma_fence_set_error(&s_fence->finished, -ECANCELED); in drm_sched_resubmit_jobs() 746 dma_fence_set_error(&s_fence->finished, PTR_ERR(fence)); in drm_sched_resubmit_jobs() 1031 if (kref_read(&job->s_fence->finished.refcount)) { in drm_sched_job_cleanup() [all …]
|
/linux-6.15/drivers/spi/ |
D | spi-slave-time.c | 35 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()
|
D | spi-slave-system-control.c | 40 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-6.15/include/drm/ |
D | gpu_scheduler.h | 166 * &drm_sched_fence.finished uses fence_context + 1. 194 * Points to the finished fence of the last scheduled job. Only written 272 * @finished: this fence is what will be signaled by the scheduler 281 struct dma_fence finished; member 284 * @deadline: deadline set on &drm_sched_fence.finished which 292 * &drm_sched_fence.finished fence once parent is signalled. 301 * @lock: the lock used by the scheduled and the finished fences. 319 * @finish_cb: the callback for the finished fence. 349 * has finished. 465 * @free_job: Called once the job's finished fence has been signaled [all …]
|
/linux-6.15/Documentation/userspace-api/ |
D | dcdbas.rst | 55 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-6.15/Documentation/sound/designs/ |
D | compress-accel.rst | 31 - signal user space when the task is finished (standard poll mechanism) 105 The second case is for reusing of already finished task. The origin_seqno 113 finished at first). 127 Obtain the task status (active, finished). Also, the driver will set
|
/linux-6.15/arch/mips/include/asm/mach-rc32434/ |
D | dma.h | 50 #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-6.15/drivers/video/fbdev/core/ |
D | fbcon_rotate.c | 31 goto finished; in fbcon_rotate_font() 53 goto finished; in fbcon_rotate_font() 92 finished: in fbcon_rotate_font()
|
/linux-6.15/include/linux/ |
D | cgroup.h | 171 * 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 620 * initialization is finished. in cgroup_init_kthreadd() 628 * This kthread finished initialization. The creator should have in cgroup_kthread_ready()
|
/linux-6.15/tools/testing/selftests/x86/bugs/ |
D | its_permutations.py | 21 ksft.finished() 25 ksft.finished() 109 ksft.finished()
|
/linux-6.15/arch/x86/kernel/cpu/mce/ |
D | inject.c | 131 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() 234 m->finished = 0; in raise_local() 257 if (!mcpu->finished || in raise_mce()
|
/linux-6.15/drivers/gpu/drm/lima/ |
D | lima_trace.h | 25 __entry->context = task->base.s_fence->finished.context; 26 __entry->seqno = task->base.s_fence->finished.seqno;
|
/linux-6.15/drivers/net/ethernet/mellanox/mlxfw/ |
D | mlxfw_mfa2.c | 391 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-6.15/Documentation/driver-api/dmaengine/ |
D | pxa_dma.rst | 22 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-6.15/drivers/md/dm-vdo/ |
D | completion.c | 42 * 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
|