Home
last modified time | relevance | path

Searched refs:finished (Results 1 – 25 of 545) sorted by relevance

12345678910>>...22

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_job.c118 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 …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/scheduler/
H A Dsched_fence.c65 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()
H A Dsched_main.c423 dma_fence_wait(&s_job->s_fence->finished, false); 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()
656 dma_fence_get(&s_fence->finished); in drm_sched_process_job()
658 dma_fence_put(&s_fence->finished); in drm_sched_process_job()
689 if (job && dma_fence_is_signaled(&job->s_fence->finished)) { in drm_sched_get_cleanup_job()
820 dma_fence_set_error(&s_fence->finished, PTR_ERR(fence)); in drm_sched_main()
H A Dgpu_scheduler_trace.h50 __entry->fence = &sched_job->s_fence->finished;
77 __entry->fence = &sched_job->s_fence->finished;
97 __entry->fence = &fence->finished;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocodingmanagerplugins/
H A Dqgeocodingmanagerengine_test.h50 void callSetFinished ( bool finished ) {setFinished(finished);} in callSetFinished() argument
80 emit(this->finished(geocodereply)); in geocode()
91 emit(this->finished(geocodereply)); in geocode()
102 emit(this->finished(geocodereply)); in reverseGeocode()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/places/
H A Drequesthandler.h87 connect(searchReply, SIGNAL(finished()), this, SLOT(processSearchReply())); in simpleSearch()
104 connect(searchReply, SIGNAL(finished()), this, SLOT(handleSearchReply())); in search()
123 connect(detailsReply, SIGNAL(finished()), this, SLOT(handleDetailsReply())); in details()
138 connect(contentReply, SIGNAL(finished()), this, SLOT(handleImagesReply())); in images()
150 connect(suggestionReply, SIGNAL(finished()), this, SLOT(handleSuggestionReply())); in suggestion()
172 connect(savePlaceReply, SIGNAL(finished()), this, SLOT(handleSavePlaceReply())); in savePlace()
181 connect(removePlaceReply, SIGNAL(finished()), this, SLOT(handleRemovePlaceReply())); in removePlace()
189 connect(initCatReply, SIGNAL(finished()), this, SLOT(handleInitCatReply())); in initializeCategories()
201 connect(saveCategoryReply, SIGNAL(finished()), this, SLOT(handleSaveCategoryReply())); in saveCategory()
213 connect(removeCategoryReply, SIGNAL(finished()), this, SLOT(handleRemoveCategoryReply())); in removeCategory()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomapitemtransitionmanager.cpp58 finished(); in transitionEnter()
69 finished(); in transitionExit()
72 void QDeclarativeGeoMapItemTransitionManager::finished() in finished() function in QDeclarativeGeoMapItemTransitionManager
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqplacemanagerengine_nokiav2.cpp255 connect(reply, SIGNAL(finished()), this, SLOT(replyFinished())); in getPlaceDetails()
323 connect(reply, SIGNAL(finished()), this, SLOT(replyFinished())); in getPlaceContent()
367 connect(reply, SIGNAL(finished()), this, SLOT(replyFinished())); in search()
383 connect(reply, SIGNAL(finished()), this, SLOT(replyFinished())); in search()
429 connect(reply, SIGNAL(finished()), this, SLOT(replyFinished())); in search()
473 connect(reply, SIGNAL(finished()), this, SLOT(replyFinished())); in search()
492 connect(reply, SIGNAL(finished()), this, SLOT(replyFinished())); in searchSuggestions()
510 connect(reply, SIGNAL(finished()), this, SLOT(replyFinished())); in searchSuggestions()
524 connect(reply, SIGNAL(finished()), this, SLOT(replyFinished())); in searchSuggestions()
538 connect(reply, SIGNAL(finished()), this, SLOT(replyFinished())); in savePlace()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroutereply/
H A Dtst_qgeoroutereply.h49 void callSetFinished(bool finished) {setFinished(finished);} in callSetFinished() argument
71 void finished();
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocodereply/
H A Dtst_qgeocodereply.h55 void callSetFinished ( bool finished ) {setFinished(finished);} in callSetFinished() argument
83 void finished();
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dsmb2inode.c108 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 …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqplacesearchsuggestionreplymapbox.cpp63 …connect(reply, &QNetworkReply::finished, this, &QPlaceSearchSuggestionReplyMapbox::onReplyFinished… in QPlaceSearchSuggestionReplyMapbox()
80 emit finished(); in setError()
108 emit finished(); in onReplyFinished()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoroutereply.cpp126 void QGeoRouteReply::setFinished(bool finished) in setFinished() argument
128 d_ptr->isFinished = finished; in setFinished()
130 emit this->finished(); in setFinished()
H A Dqgeotiledmapreply.cpp124 void QGeoTiledMapReply::setFinished(bool finished) in setFinished() argument
126 d_ptr->isFinished = finished; in setFinished()
128 emit this->finished(); in setFinished()
H A Dqgeocodereply.cpp132 void QGeoCodeReply::setFinished(bool finished) in setFinished() argument
134 d_ptr->isFinished = finished; in setFinished()
136 emit this->finished(); in setFinished()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxfw/
H A Dmlxfw_mfa2.c391 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()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/placesv2/
H A Dqplacecontentreplyimpl.cpp60 connect(reply, SIGNAL(finished()), this, SLOT(replyFinished())); in QPlaceContentReplyImpl()
76 emit finished(); in setError()
109 emit finished(); in replyFinished()
H A Dqplacesearchsuggestionreplyimpl.cpp55 connect(reply, SIGNAL(finished()), this, SLOT(replyFinished())); in QPlaceSearchSuggestionReplyImpl()
72 emit finished(); in setError()
104 emit finished(); in replyFinished()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/core/
H A Dfbcon_rotate.c32 goto finished; in fbcon_rotate_font()
54 goto finished; in fbcon_rotate_font()
93 finished: in fbcon_rotate_font()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/storage/
H A Dresource_transform.cpp9 …ceTransform::transform(Resource::Kind kind, const std::string&& url, FinishedCallback&& finished) { in transform() argument
10 finished(transformCallback(kind, std::move(url))); in transform()
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mce/
H A Dinject.c113 i->finished = 0; in inject_mce()
115 m->finished = 0; 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()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/progressbar/
H A Dwidgets.py114 elif pbar.finished:
152 elif pbar.finished:
205 if pbar.finished: return self.markers[0]
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.py130 self.finished = False
236 if self.currval >= self.next_update or self.finished: return True
311 if self.finished:
313 self.finished = True

12345678910>>...22