| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_job.c | 118 f = job->base.s_fence ? &job->base.s_fence->finished : job->fence; in amdgpu_job_free_resources() 158 *f = dma_fence_get(&job->base.s_fence->finished); in amdgpu_job_submit() 198 &job->base.s_fence->finished, in amdgpu_job_dependency() 212 struct dma_fence *fence = NULL, *finished; in amdgpu_job_run() local 217 finished = &job->base.s_fence->finished; in amdgpu_job_run() 224 dma_fence_set_error(finished, -ECANCELED);/* skip IB as well if VRAM lost */ in amdgpu_job_run() 226 if (finished->error < 0) { in amdgpu_job_run() 266 dma_fence_set_error(&s_fence->finished, -EHWPOISON); in amdgpu_job_stop_all_jobs_on_sched() 267 dma_fence_signal(&s_fence->finished); in amdgpu_job_stop_all_jobs_on_sched() 277 dma_fence_set_error(&s_fence->finished, -EHWPOISON); in amdgpu_job_stop_all_jobs_on_sched() [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_job.c | 68 dma_fence_set_error(&s_job->s_fence->finished, -ETIME); in amdgpu_job_timedout() 166 if (job->base.s_fence && job->base.s_fence->finished.ops) in amdgpu_job_free_resources() 167 f = &job->base.s_fence->finished; in amdgpu_job_free_resources() 229 f = dma_fence_get(&job->base.s_fence->finished); in amdgpu_job_submit() 278 dma_fence_set_error(&job->base.s_fence->finished, r); in amdgpu_job_prepare_job() 286 struct dma_fence *fence = NULL, *finished; in amdgpu_job_run() local 291 finished = &job->base.s_fence->finished; in amdgpu_job_run() 298 dma_fence_set_error(finished, -ECANCELED); in amdgpu_job_run() 300 if (finished->error < 0) { in amdgpu_job_run() 337 dma_fence_set_error(&s_fence->finished, -EHWPOISON); in amdgpu_job_stop_all_jobs_on_sched() [all …]
|
| /kernel/linux/linux-5.10/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",
|
| /kernel/linux/linux-6.6/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",
|
| /kernel/linux/linux-6.6/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… 110 …"BriefDescription": "A branch instruction finished. Includes predicted/mispredicted/unconditional." 135 "BriefDescription": "LSU Finished an internal operation in LD1 port." 170 "BriefDescription": "LSU Finished an internal operation in ST1 port." 190 "BriefDescription": "VSU instruction finished." 270 "BriefDescription": "LSU Finished an internal operation in ST2 port." 305 …"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 | metrics.json | 160 …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", 464 "BriefDescription": "Average number of finished loads per completed instruction", 530 "BriefDescription": "Average number of finished instructions per completed instructions", 542 "BriefDescription": "Percentage of finished branches that were taken", 556 "BriefDescription": "Average number of finished branches per completed instruction", 562 …"BriefDescription": "Average number of instructions finished in the LSU per completed instruction", 568 …"BriefDescription": "Average number of instructions finished in the VSU per completed instruction", 574 …"BriefDescription": "Average number of TLBIE instructions finished in the LSU per completed instru…
|
| /kernel/linux/linux-5.10/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 | 423 dma_fence_wait(&s_job->s_fence->finished, false); in drm_sched_stop() 440 * this TDR finished and before the newly restarted jobs had a in drm_sched_stop() 517 dma_fence_set_error(&s_fence->finished, -ECANCELED); in drm_sched_resubmit_jobs() 524 dma_fence_set_error(&s_fence->finished, PTR_ERR(fence)); in drm_sched_resubmit_jobs() 581 dma_fence_put(&job->s_fence->finished); in drm_sched_job_cleanup() 643 * Called after job has finished execution. 656 dma_fence_get(&s_fence->finished); in drm_sched_process_job() 658 dma_fence_put(&s_fence->finished); in drm_sched_process_job() 663 * drm_sched_get_cleanup_job - fetch the next finished job to be destroyed 667 * Returns the next finished job from the mirror list (if there is one) [all …]
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/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. 176 * @finish_cb: the callback for the finished fence. 239 * @free_job: Called once the job's finished fence has been signaled 257 * finished.
|
| /kernel/linux/linux-6.6/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 | 176 /* Signal the scheduler finished fence when the entity in question is killed. */ 192 * fence, and the finished fence refcount might have in drm_sched_entity_kill_jobs_cb() 196 f = dma_fence_get_rcu(&s_fence->finished); in drm_sched_entity_kill_jobs_cb() 198 /* Now that we have a reference on the finished fence, in drm_sched_entity_kill_jobs_cb() 240 dma_fence_get(&s_fence->finished); in drm_sched_entity_kill() 252 prev = &s_fence->finished; in drm_sched_entity_kill() 394 * Fence is a scheduled/finished fence from a job in drm_sched_entity_add_dependency_cb() 463 dma_fence_set_error(&sched_job->s_fence->finished, -ECANCELED); in drm_sched_entity_pop_job() 467 dma_fence_get(&sched_job->s_fence->finished)); in drm_sched_entity_pop_job() 523 /* stay on the same engine if the previous job hasn't finished */ in drm_sched_entity_select_rq()
|
| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-5.10/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()
|
| /kernel/linux/linux-5.10/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.)
|
| /kernel/linux/linux-6.6/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.)
|
| /kernel/linux/linux-6.6/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. 461 * @free_job: Called once the job's finished fence has been signaled 479 * finished.
|
| /kernel/linux/linux-5.10/fs/cifs/ |
| D | smb2inode.c | 108 goto finished; in smb2_compound_op() 127 goto finished; in smb2_compound_op() 165 goto finished; in smb2_compound_op() 200 goto finished; in smb2_compound_op() 227 goto finished; in smb2_compound_op() 263 goto finished; in smb2_compound_op() 296 goto finished; in smb2_compound_op() 336 goto finished; in smb2_compound_op() 362 goto finished; in smb2_compound_op() 372 goto finished; in smb2_compound_op() [all …]
|
| /kernel/linux/linux-6.6/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 */
|
| /kernel/linux/linux-5.10/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 */
|
| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
| D | fbcon_rotate.c | 32 goto finished; in fbcon_rotate_font() 54 goto finished; in fbcon_rotate_font() 93 finished: in fbcon_rotate_font()
|