/Linux-v6.1/tools/perf/pmu-events/arch/powerpc/power10/ |
D | pipeline.json | 10 "BriefDescription": "LSU Finished an internal operation in LD0 port." 20 "BriefDescription": "LSU Finished an internal operation in ST0 port." 25 "BriefDescription": "LSU Finished an internal operation in ST4 port." 45 …"BriefDescription": "Cycles in which the oldest instruction in the pipeline finished at dispatch a… 65 …"BriefDescription": "A branch instruction finished. Includes predicted/mispredicted/unconditional." 90 "BriefDescription": "LSU Finished an internal operation in LD1 port." 105 "BriefDescription": "LSU Finished an internal operation in ST1 port." 155 "BriefDescription": "LSU Finished an internal operation in ST2 port." 195 …"BriefDescription": "TLBIE instructions finished in the LSU. Two TLBIEs can finish each cycle. All… 205 "BriefDescription": "LSU Finished an internal operation (up to 4 per cycle)." [all …]
|
D | others.json | 25 "BriefDescription": "Loads that finished without experiencing an L1 miss." 80 …"BriefDescription": "Conditional store instruction (STCX) finished. LARX and STCX are instructions… 140 …"BriefDescription": "VSU marked instructions finished. Excludes simple FX instructions issued to t… 150 "BriefDescription": "LSU Finished an internal operation in ST2 port." 185 "BriefDescription": "VSU instructions finished." 215 "BriefDescription": "Instructions finished."
|
D | metrics.json | 154 …les per completed instruction when the NTC instruction is waiting to be finished in one of the exe… 190 …les per completed instruction when the NTC instruction is waiting to be finished in one of the exe… 384 "BriefDescription": "Percentage of finished loads that missed in the L1", 451 "BriefDescription": "Average number of finished loads per completed instruction", 457 "BriefDescription": "Average number of finished stores per completed instruction", 516 "BriefDescription": "Average number of finished instructions per completed instructions", 528 "BriefDescription": "Percentage of finished branches that were taken", 542 "BriefDescription": "Average number of finished branches per completed instruction", 548 …"BriefDescription": "Average number of instructions finished in the LSU per completed instruction", 554 …"BriefDescription": "Average number of instructions finished in the VSU per completed instruction", [all …]
|
D | marked.json | 25 …n": "The marked instruction became the oldest in the pipeline before it finished. It excludes inst… 40 "BriefDescription": "Marked Branch instruction finished." 50 …"BriefDescription": "Marked conditional store instruction (STCX) finished. LARX and STCX are instr… 70 …"BriefDescription": "marked instruction finished. Excludes instructions that finish at dispatch. N…
|
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_job.c | 158 f = job->base.s_fence ? &job->base.s_fence->finished : &job->hw_fence; in amdgpu_job_free_resources() 223 *f = dma_fence_get(&job->base.s_fence->finished); in amdgpu_job_submit() 266 &job->base.s_fence->finished, in amdgpu_job_dependency() 281 struct dma_fence *fence = NULL, *finished; in amdgpu_job_run() local 286 finished = &job->base.s_fence->finished; in amdgpu_job_run() 295 dma_fence_set_error(finished, -ECANCELED); in amdgpu_job_run() 297 if (finished->error < 0) { in amdgpu_job_run() 331 dma_fence_set_error(&s_fence->finished, -EHWPOISON); in amdgpu_job_stop_all_jobs_on_sched() 332 dma_fence_signal(&s_fence->finished); in amdgpu_job_stop_all_jobs_on_sched() 342 dma_fence_set_error(&s_fence->finished, -EHWPOISON); in amdgpu_job_stop_all_jobs_on_sched() [all …]
|
/Linux-v6.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-v6.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-v6.1/Documentation/driver-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-v6.1/fs/cifs/ |
D | smb2inode.c | 104 goto finished; in smb2_compound_op() 123 goto finished; in smb2_compound_op() 161 goto finished; in smb2_compound_op() 196 goto finished; in smb2_compound_op() 223 goto finished; in smb2_compound_op() 241 goto finished; in smb2_compound_op() 275 goto finished; in smb2_compound_op() 315 goto finished; in smb2_compound_op() 341 goto finished; in smb2_compound_op() 351 goto finished; in smb2_compound_op() [all …]
|
/Linux-v6.1/include/drm/ |
D | gpu_scheduler.h | 153 * &drm_sched_fence.finished uses fence_context + 1. 181 * Points to the finished fence of the last scheduled job. Only written 240 * @finished: this fence is what will be signaled by the scheduler 249 struct dma_fence finished; member 254 * &drm_sched_fence.finished fence once parent is signalled. 263 * @lock: the lock used by the scheduled and the finished fences. 281 * @finish_cb: the callback for the finished fence. 414 * @free_job: Called once the job's finished fence has been signaled 432 * finished.
|
/Linux-v6.1/drivers/gpu/drm/scheduler/ |
D | sched_fence.c | 58 dma_fence_signal(&fence->finished); in drm_sched_fence_finished() 109 call_rcu(&fence->finished.rcu, drm_sched_fence_free_rcu); in drm_sched_fence_release_scheduled() 144 return container_of(f, struct drm_sched_fence, finished); in to_drm_sched_fence() 174 dma_fence_init(&fence->finished, &drm_sched_fence_ops_finished, in drm_sched_fence_init()
|
D | sched_main.c | 182 dma_fence_get(&s_fence->finished); in drm_sched_job_done() 184 dma_fence_put(&s_fence->finished); in drm_sched_job_done() 440 dma_fence_wait(&s_job->s_fence->finished, false); in drm_sched_stop() 457 * this TDR finished and before the newly restarted jobs had a in drm_sched_stop() 551 dma_fence_set_error(&s_fence->finished, -ECANCELED); in drm_sched_resubmit_jobs_ext() 558 dma_fence_set_error(&s_fence->finished, PTR_ERR(fence)); in drm_sched_resubmit_jobs_ext() 745 if (kref_read(&job->s_fence->finished.refcount)) { in drm_sched_job_cleanup() 747 dma_fence_put(&job->s_fence->finished); in drm_sched_job_cleanup() 815 * drm_sched_get_cleanup_job - fetch the next finished job to be destroyed 819 * Returns the next finished job from the pending list (if there is one) [all …]
|
D | sched_entity.c | 203 /* Signal the scheduler finished fence when the entity in question is killed. */ 244 dma_fence_set_error(&s_fence->finished, -ESRCH); in drm_sched_entity_kill_jobs() 383 * Fence is a scheduled/finished fence from a job in drm_sched_entity_add_dependency_cb() 437 dma_fence_set_error(&sched_job->s_fence->finished, -ECANCELED); in drm_sched_entity_pop_job() 441 entity->last_scheduled = dma_fence_get(&sched_job->s_fence->finished); in drm_sched_entity_pop_job() 478 /* stay on the same engine if the previous job hasn't finished */ in drm_sched_entity_select_rq()
|
/Linux-v6.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-v6.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-v6.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-v6.1/include/linux/ |
D | cgroup.h | 172 * css which finished ->css_online() is guaranteed to be visible in the 174 * A css which hasn't finished ->css_online() or already finished 195 * css which finished ->css_online() is guaranteed to be visible in the 197 * A css which hasn't finished ->css_online() or already finished 256 * css which finished ->css_online() is guaranteed to be visible in the 258 * A css which hasn't finished ->css_online() or already finished 694 * initialization is finished. in cgroup_init_kthreadd() 702 * This kthread finished initialization. The creator should have in cgroup_kthread_ready()
|
/Linux-v6.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-v6.1/drivers/net/phy/ |
D | bcm-phy-lib.c | 728 bool *finished, bool is_rdb) in _bcm_phy_cable_test_get_status() argument 732 *finished = false; in _bcm_phy_cable_test_get_status() 779 *finished = true; in _bcm_phy_cable_test_get_status() 796 int bcm_phy_cable_test_get_status(struct phy_device *phydev, bool *finished) in bcm_phy_cable_test_get_status() argument 798 return _bcm_phy_cable_test_get_status(phydev, finished, false); in bcm_phy_cable_test_get_status() 813 bool *finished) in bcm_phy_cable_test_get_status_rdb() argument 815 return _bcm_phy_cable_test_get_status(phydev, finished, true); in bcm_phy_cable_test_get_status_rdb()
|
/Linux-v6.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-v6.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-v6.1/drivers/platform/olpc/ |
D | olpc-ec.c | 27 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.1/tools/testing/selftests/ftrace/test.d/instances/ |
D | instance-event.tc | 66 echo "all processes finished, wait for cleanup" 129 echo "all processes finished, wait for cleanup"
|
/Linux-v6.1/tools/perf/pmu-events/arch/x86/goldmont/ |
D | virtual-memory.json | 8 …count translations (page walks) that are begun and not finished, or translations that are finished…
|