Home
last modified time | relevance | path

Searched full:finished (Results 1 – 25 of 1874) sorted by relevance

12345678910>>...75

/openbmc/openbmc/meta-raspberrypi/docs/
H A DMakefile55 @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
61 @echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml."
67 @echo "Build finished. The HTML page is in $(BUILDDIR)/singlehtml."
73 @echo "Build finished; now you can process the pickle files."
79 @echo "Build finished; now you can process the JSON files."
85 @echo "Build finished; now you can run HTML Help Workshop with the" \
92 @echo "Build finished; now you can run "qcollectiongenerator" with the" \
102 @echo "Build finished. The help book is in $(BUILDDIR)/applehelp."
111 @echo "Build finished."
121 @echo "Build finished. The epub file is in $(BUILDDIR)/epub."
[all …]
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_job.c68 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 …]
/openbmc/linux/tools/perf/pmu-events/arch/powerpc/power8/
H A Dpipeline.json5 "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",
/openbmc/linux/tools/perf/pmu-events/arch/powerpc/power10/
H A Dpipeline.json15 "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 …]
H A Dmarked.json85 "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…
H A Dmetrics.json160 …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…
/openbmc/u-boot/lib/lzma/
H A DLzmaDec.h78 LZMA_FINISH_END /* block must be finished at the end */
99 LZMA_STATUS_FINISHED_WITH_MARK, /* stream was finished with end mark. */
100 LZMA_STATUS_NOT_FINISHED, /* stream was not finished */
102 …LZMA_STATUS_MAYBE_FINISHED_WITHOUT_MARK /* there is probability that stream was finished without …
165 LZMA_FINISH_END - Stream must be finished after dicLimit.
191 LZMA_FINISH_END - Stream must be finished after (*destLen).
205 LZMA_FINISH_END - Stream must be finished after (*destLen).
/openbmc/openbmc/poky/bitbake/lib/progressbar/
H A Dwidgets.py110 """Updates the widget to show the ETA or total time when finished."""
114 elif pbar.finished:
149 """Updates the widget to show the ETA or total time when finished."""
152 elif pbar.finished:
203 finished"""
205 if pbar.finished: return self.markers[0]
238 'finished': ('finished', None),
347 if pbar.finished: return '%s%s%s' % (left, width * marker, right)
378 if pbar.finished: return '%s%s%s' % (left, width * '=', right)
H A Dprogressbar.py84 - finished: True if the bar has finished (reached 100%)
91 __slots__ = ('currval', 'fd', 'finished', 'last_update_time',
130 self.finished = False
236 if self.currval >= self.next_update or self.finished: return True
309 """Puts the ProgressBar bar in the finished state."""
311 if self.finished:
313 self.finished = True
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-driver-zynqmp-fpga24 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
/openbmc/linux/drivers/gpu/drm/scheduler/
H A Dsched_fence.c61 &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()
H A Dsched_entity.c175 /* Signal the scheduler finished fence when the entity in question is killed. */
191 * fence, and the finished fence refcount might have in drm_sched_entity_kill_jobs_cb()
195 f = dma_fence_get_rcu(&s_fence->finished); in drm_sched_entity_kill_jobs_cb()
197 /* Now that we have a reference on the finished fence, in drm_sched_entity_kill_jobs_cb()
239 dma_fence_get(&s_fence->finished); in drm_sched_entity_kill()
244 prev = &s_fence->finished; in drm_sched_entity_kill()
396 * Fence is a scheduled/finished fence from a job in drm_sched_entity_add_dependency_cb()
472 dma_fence_set_error(&sched_job->s_fence->finished, -ECANCELED); in drm_sched_entity_pop_job()
476 dma_fence_get(&sched_job->s_fence->finished)); in drm_sched_entity_pop_job()
532 /* stay on the same engine if the previous job hasn't finished */ in drm_sched_entity_select_rq()
/openbmc/phosphor-objmgr/libmapper/
H A Dmapper.c64 int finished; member
86 int finished; member
188 if (wait->finished) in async_wait_getobject_callback()
286 if (wait->finished) in async_wait_match_introspection_complete()
302 if (w->finished) in async_wait_done()
307 w->finished = 1; in async_wait_done()
321 if (w->finished) in async_wait_check_done()
455 if (subtree->finished) in async_subtree_getpaths_callback()
558 if (subtree->finished) in async_subtree_match_callback()
574 if (t->finished) in async_subtree_done()
[all …]
/openbmc/openbmc/meta-arm/meta-arm-systemready/lib/oeqa/runtime/cases/
H A Darm_systemready_fedora_unattended.py15 # the build is finished on the development machine.
37 # Waiting till the installation is finished.
39 bb.plain('Installation status: Fedora installation finished successfully.')
H A Darm_systemready_opensuse_unattended.py14 # the build is finished on the development machine.
40 # Waiting till the installation is finished.
42 bb.plain('Installation status: openSUSE installation finished successfully.')
H A Darm_systemready_debian_unattended.py15 # the build is finished on the development machine.
64 # Waiting till the installation is finished.
66 bb.plain('Installation status: Debian installation finished successfully.')
/openbmc/linux/drivers/spi/
H A Dspi-slave-time.c35 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()
H A Dspi-slave-system-control.c40 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()
/openbmc/linux/Documentation/driver-api/
H A Ddcdbas.rst55 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.)
/openbmc/linux/include/drm/
H A Dgpu_scheduler.h171 * &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.
/openbmc/linux/arch/mips/include/asm/mach-rc32434/
H A Ddma.h50 #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 */
/openbmc/qemu/include/block/
H A Dblock-copy.h70 * Free finished BlockCopyCallState. Trying to free running
76 * Note, that block-copy call is marked finished prior to calling
96 * true) but not yet finished (block_copy_call_finished() reports false).
/openbmc/linux/drivers/video/fbdev/core/
H A Dfbcon_rotate.c31 goto finished; in fbcon_rotate_font()
53 goto finished; in fbcon_rotate_font()
92 finished: in fbcon_rotate_font()
/openbmc/qemu/tests/qemu-iotests/tests/
H A Diothreads-stream64 finished = 0 variable
69 finished += 1
71 if finished == 2:
H A Dnbd-reconnect-on-open.out7 qemu_io finished in 0..0.2 seconds, OK
11 qemu_io finished in 1..1.2 seconds, OK

12345678910>>...75