/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 …]
|
/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",
|
/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 …]
|
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-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.
|
/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()
|
/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.)
|
/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() 245 goto finished; in smb2_compound_op() 279 goto finished; in smb2_compound_op() 319 goto finished; in smb2_compound_op() 345 goto finished; in smb2_compound_op() 355 goto finished; in smb2_compound_op() [all …]
|
/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 */
|
/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()
|
/linux-5.10/arch/x86/kernel/cpu/mce/ |
D | inject.c | 113 i->finished = 0; in inject_mce() 115 m->finished = 0; in inject_mce() 116 /* First set the fields after finished */ in inject_mce() 119 /* Now write record in order, finished last (except above) */ in inject_mce() 123 i->finished = 1; in inject_mce() 135 m->finished = 0; in raise_poll() 153 m->finished = 0; in raise_exception() 217 m->finished = 0; in raise_local() 240 if (!mcpu->finished || in raise_mce()
|
/linux-5.10/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-5.10/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 684 * initialization is finished. in cgroup_init_kthreadd() 692 * This kthread finished initialization. The creator should have in cgroup_kthread_ready()
|
/linux-5.10/drivers/net/phy/ |
D | bcm-phy-lib.c | 680 bool *finished, bool is_rdb) in _bcm_phy_cable_test_get_status() argument 684 *finished = false; in _bcm_phy_cable_test_get_status() 731 *finished = true; in _bcm_phy_cable_test_get_status() 748 int bcm_phy_cable_test_get_status(struct phy_device *phydev, bool *finished) in bcm_phy_cable_test_get_status() argument 750 return _bcm_phy_cable_test_get_status(phydev, finished, false); in bcm_phy_cable_test_get_status() 765 bool *finished) in bcm_phy_cable_test_get_status_rdb() argument 767 return _bcm_phy_cable_test_get_status(phydev, finished, true); in bcm_phy_cable_test_get_status_rdb()
|
/linux-5.10/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-5.10/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-5.10/drivers/platform/olpc/ |
D | olpc-ec.c | 27 struct completion finished; member 102 /* Finished, wake up olpc_ec_cmd() */ in olpc_ec_worker() 103 complete(&desc->finished); in olpc_ec_worker() 154 init_completion(&desc.finished); in olpc_ec_cmd() 159 wait_for_completion(&desc.finished); in olpc_ec_cmd()
|
/linux-5.10/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-5.10/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…
|
/linux-5.10/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc_intr.c | 37 mfc_debug(1, "Finished waiting (dev->int_type:%d, command: %d)\n", in s5p_mfc_wait_for_done_dev() 75 mfc_debug(1, "Finished waiting (ctx->int_type:%d, command: %d)\n", in s5p_mfc_wait_for_done_ctx()
|
/linux-5.10/drivers/usb/core/ |
D | urb.c | 66 * The driver must call usb_free_urb() when it is finished with the urb. 84 * usb_free_urb - frees the memory used by a urb when all users of it are finished 87 * Must be called when a user of a urb is finished with it. When the last user 252 * (HCD) are finished with the URB. When the completion function is called, 301 * start work on later requests before driver software has finished the 619 * finished with it), even if the completion handler has not yet run. 682 * upon return all completion handlers will have finished and the URB 685 * function. If the request has not already finished or been unlinked 723 * upon return all completion handlers will have finished and the URB 726 * If the request has not already finished or been unlinked [all …]
|
/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-class-typec | 10 return until the operation has finished. The attribute is 25 return until the operation has finished. The attribute is 40 attribute will not return until the operation has finished. 59 the attribute will not return until the operation has finished.
|
/linux-5.10/Documentation/fb/ |
D | aty128fb.rst | 58 accel use acceleration engine. Not finished. 72 - This driver is still experimental and is not finished. Too many
|