/Linux-v5.15/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 | 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-v5.15/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_job.c | 139 f = job->base.s_fence ? &job->base.s_fence->finished : hw_fence; in amdgpu_job_free_resources() 185 *f = dma_fence_get(&job->base.s_fence->finished); in amdgpu_job_submit() 228 &job->base.s_fence->finished, in amdgpu_job_dependency() 242 struct dma_fence *fence = NULL, *finished; in amdgpu_job_run() local 247 finished = &job->base.s_fence->finished; in amdgpu_job_run() 254 dma_fence_set_error(finished, -ECANCELED);/* skip IB as well if VRAM lost */ in amdgpu_job_run() 256 if (finished->error < 0) { in amdgpu_job_run() 267 else if (finished->error < 0) in amdgpu_job_run() 298 dma_fence_set_error(&s_fence->finished, -EHWPOISON); in amdgpu_job_stop_all_jobs_on_sched() 299 dma_fence_signal(&s_fence->finished); in amdgpu_job_stop_all_jobs_on_sched() [all …]
|
/Linux-v5.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-v5.15/drivers/gpu/drm/scheduler/ |
D | sched_fence.c | 65 int ret = dma_fence_signal(&fence->finished); in drm_sched_fence_finished() 68 DMA_FENCE_TRACE(&fence->finished, in drm_sched_fence_finished() 71 DMA_FENCE_TRACE(&fence->finished, in drm_sched_fence_finished() 114 call_rcu(&fence->finished.rcu, drm_sched_fence_free); in drm_sched_fence_release_scheduled() 149 return container_of(f, struct drm_sched_fence, finished); in to_drm_sched_fence() 172 dma_fence_init(&fence->finished, &drm_sched_fence_ops_finished, in drm_sched_fence_create()
|
D | sched_main.c | 180 dma_fence_get(&s_fence->finished); in drm_sched_job_done() 182 dma_fence_put(&s_fence->finished); in drm_sched_job_done() 436 dma_fence_wait(&s_job->s_fence->finished, false); in drm_sched_stop() 453 * this TDR finished and before the newly restarted jobs had a in drm_sched_stop() 547 dma_fence_set_error(&s_fence->finished, -ECANCELED); in drm_sched_resubmit_jobs_ext() 555 dma_fence_set_error(&s_fence->finished, PTR_ERR(fence)); in drm_sched_resubmit_jobs_ext() 610 dma_fence_put(&job->s_fence->finished); in drm_sched_job_cleanup() 667 * drm_sched_get_cleanup_job - fetch the next finished job to be destroyed 671 * Returns the next finished job from the pending list (if there is one) 693 if (job && dma_fence_is_signaled(&job->s_fence->finished)) { in drm_sched_get_cleanup_job() [all …]
|
D | gpu_scheduler_trace.h | 50 __entry->fence = &sched_job->s_fence->finished; 77 __entry->fence = &sched_job->s_fence->finished; 97 __entry->fence = &fence->finished;
|
/Linux-v5.15/include/drm/ |
D | gpu_scheduler.h | 68 * fence_context but &drm_sched_fence.finished uses 75 * @last_scheduled: points to the finished fence of the last scheduled job. 136 * @finished: this fence is what will be signaled by the scheduler 145 struct dma_fence finished; member 150 * &drm_sched_fence.finished fence once parent is signalled. 159 * @lock: the lock used by the scheduled and the finished fences. 177 * @finish_cb: the callback for the finished fence. 283 * @free_job: Called once the job's finished fence has been signaled 301 * finished.
|
/Linux-v5.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-v5.15/fs/cifs/ |
D | smb2inode.c | 95 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() 232 goto finished; in smb2_compound_op() 266 goto finished; in smb2_compound_op() 306 goto finished; in smb2_compound_op() 332 goto finished; in smb2_compound_op() 342 goto finished; in smb2_compound_op() [all …]
|
/Linux-v5.15/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-v5.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-v5.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-v5.15/arch/x86/kernel/cpu/mce/ |
D | inject.c | 116 i->finished = 0; in inject_mce() 118 m->finished = 0; in inject_mce() 119 /* First set the fields after finished */ in inject_mce() 122 /* Now write record in order, finished last (except above) */ in inject_mce() 126 i->finished = 1; in inject_mce() 138 m->finished = 0; in raise_poll() 156 m->finished = 0; in raise_exception() 220 m->finished = 0; in raise_local() 243 if (!mcpu->finished || in raise_mce()
|
/Linux-v5.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-v5.15/include/linux/ |
D | cgroup.h | 169 * css which finished ->css_online() is guaranteed to be visible in the 171 * A css which hasn't finished ->css_online() or already finished 192 * css which finished ->css_online() is guaranteed to be visible in the 194 * A css which hasn't finished ->css_online() or already finished 253 * css which finished ->css_online() is guaranteed to be visible in the 255 * A css which hasn't finished ->css_online() or already finished 686 * initialization is finished. in cgroup_init_kthreadd() 694 * This kthread finished initialization. The creator should have in cgroup_kthread_ready()
|
/Linux-v5.15/fs/btrfs/ |
D | ordered-data.c | 287 * when an ordered extent is finished. If the list covers more than one 302 * Mark all ordered extents io inside the specified range finished. 306 * updated to indicate whether the pending ordered io is finished. 311 * extent are finished. 423 * All the IO of the ordered extent is finished, we need to queue in btrfs_mark_ordered_io_finished() 446 * Will be also used to store the finished ordered extent. 447 * @file_offset: File offset for the finished IO 450 * Return true if the ordered extent is finished in the range, and update 465 bool finished = false; in btrfs_dec_test_ordered_pending() local 494 finished = !test_and_set_bit(BTRFS_ORDERED_IO_DONE, &entry->flags); in btrfs_dec_test_ordered_pending() [all …]
|
/Linux-v5.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-v5.15/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-v5.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-v5.15/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-v5.15/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-v5.15/tools/perf/pmu-events/arch/x86/goldmont/ |
D | virtual-memory.json | 34 …count translations (page walks) that are begun and not finished, or translations that are finished…
|