/linux-6.12.1/drivers/net/phy/ |
D | dp83td510.c | 431 * @finished: Pointer to a boolean that indicates whether the test is finished. 433 * The function sets the @finished flag to true if the test is complete. 438 bool *finished) in dp83td510_cable_test_get_tdr_status() argument 476 *finished = true; in dp83td510_cable_test_get_tdr_status() 487 * @finished: Pointer to a boolean that indicates whether the test is finished. 489 * The function sets the @finished flag to true if the test is complete. 495 bool *finished) in dp83td510_cable_test_get_alcd_status() argument 507 *finished = true; in dp83td510_cable_test_get_alcd_status() 527 *finished = true; in dp83td510_cable_test_get_alcd_status() 536 * @finished: Pointer to a boolean that indicates whether the test is finished. [all …]
|
D | dp83tg720.c | 135 * @finished: Pointer to a boolean that indicates whether the test is finished. 137 * The function sets the @finished flag to true if the test is complete. 142 bool *finished) in dp83tg720_cable_test_get_status() argument 146 *finished = false; in dp83tg720_cable_test_get_status() 181 *finished = true; in dp83tg720_cable_test_get_status()
|
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_job.c | 135 dma_fence_set_error(&s_job->s_fence->finished, -ETIME); in amdgpu_job_timedout() 261 if (job->base.s_fence && job->base.s_fence->finished.ops) in amdgpu_job_free_resources() 262 f = &job->base.s_fence->finished; in amdgpu_job_free_resources() 324 f = dma_fence_get(&job->base.s_fence->finished); in amdgpu_job_submit() 373 dma_fence_set_error(&job->base.s_fence->finished, r); in amdgpu_job_prepare_job() 381 struct dma_fence *fence = NULL, *finished; in amdgpu_job_run() local 386 finished = &job->base.s_fence->finished; in amdgpu_job_run() 393 dma_fence_set_error(finished, -ECANCELED); in amdgpu_job_run() 395 if (finished->error < 0) { in amdgpu_job_run() 432 dma_fence_set_error(&s_fence->finished, -EHWPOISON); in amdgpu_job_stop_all_jobs_on_sched() [all …]
|
/linux-6.12.1/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.12.1/tools/lib/subcmd/ |
D | run-command.c | 170 bool finished = cmd->finished; in wait_or_whine() local 173 while (!finished) { in wait_or_whine() 183 finished = true; in wait_or_whine() 211 if (finished) { in wait_or_whine() 212 cmd->finished = 1; in wait_or_whine() 221 return cmd->finished; in check_if_command_finished()
|
/linux-6.12.1/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.12.1/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.12.1/drivers/gpu/drm/scheduler/ |
D | sched_fence.c | 59 &s_fence->finished.flags)) in drm_sched_fence_set_parent() 81 dma_fence_set_error(&fence->finished, result); in drm_sched_fence_finished() 82 dma_fence_signal(&fence->finished); in drm_sched_fence_finished() 133 call_rcu(&fence->finished.rcu, drm_sched_fence_free_rcu); in drm_sched_fence_release_scheduled() 200 return container_of(f, struct drm_sched_fence, finished); in to_drm_sched_fence() 230 dma_fence_init(&fence->finished, &drm_sched_fence_ops_finished, in drm_sched_fence_init()
|
D | sched_entity.c | 197 /* Signal the scheduler finished fence when the entity in question is killed. */ 213 * fence, and the finished fence refcount might have in drm_sched_entity_kill_jobs_cb() 217 f = dma_fence_get_rcu(&s_fence->finished); in drm_sched_entity_kill_jobs_cb() 219 /* Now that we have a reference on the finished fence, in drm_sched_entity_kill_jobs_cb() 261 dma_fence_get(&s_fence->finished); in drm_sched_entity_kill() 266 prev = &s_fence->finished; in drm_sched_entity_kill() 418 * Fence is a scheduled/finished fence from a job in drm_sched_entity_add_dependency_cb() 494 dma_fence_set_error(&sched_job->s_fence->finished, -ECANCELED); in drm_sched_entity_pop_job() 498 dma_fence_get(&sched_job->s_fence->finished)); in drm_sched_entity_pop_job() 554 /* 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 399 if (job && dma_fence_is_signaled(&job->s_fence->finished)) in drm_sched_run_free_queue() 420 dma_fence_get(&s_fence->finished); in drm_sched_job_done() 422 dma_fence_put(&s_fence->finished); in drm_sched_job_done() 654 dma_fence_wait(&s_job->s_fence->finished, false); in drm_sched_stop() 671 * this TDR finished and before the newly restarted jobs had a in drm_sched_stop() 747 dma_fence_set_error(&s_fence->finished, -ECANCELED); in drm_sched_resubmit_jobs() 753 dma_fence_set_error(&s_fence->finished, PTR_ERR(fence)); in drm_sched_resubmit_jobs() 1001 if (kref_read(&job->s_fence->finished.refcount)) { in drm_sched_job_cleanup() [all …]
|
/linux-6.12.1/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.12.1/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.12.1/include/drm/ |
D | gpu_scheduler.h | 171 * &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. 464 * @free_job: Called once the job's finished fence has been signaled 496 * finished.
|
/linux-6.12.1/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.12.1/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.12.1/include/linux/ |
D | cgroup.h | 170 * css which finished ->css_online() is guaranteed to be visible in the 172 * A css which hasn't finished ->css_online() or already finished 193 * css which finished ->css_online() is guaranteed to be visible in the 195 * A css which hasn't finished ->css_online() or already finished 254 * css which finished ->css_online() is guaranteed to be visible in the 256 * A css which hasn't finished ->css_online() or already finished 619 * initialization is finished. in cgroup_init_kthreadd() 627 * This kthread finished initialization. The creator should have in cgroup_kthread_ready()
|
/linux-6.12.1/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() 235 m->finished = 0; in raise_local() 258 if (!mcpu->finished || in raise_mce()
|
/linux-6.12.1/fs/smb/client/ |
D | smb2inode.c | 228 goto finished; in smb2_compound_op() 261 goto finished; in smb2_compound_op() 298 goto finished; in smb2_compound_op() 334 goto finished; in smb2_compound_op() 363 goto finished; in smb2_compound_op() 398 goto finished; in smb2_compound_op() 429 goto finished; in smb2_compound_op() 469 goto finished; in smb2_compound_op() 496 goto finished; in smb2_compound_op() 523 goto finished; in smb2_compound_op() [all …]
|
/linux-6.12.1/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.12.1/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.12.1/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.12.1/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
|