/openbmc/linux/drivers/dma/ |
H A D | sun4i-dma.c | 333 struct sun4i_dma_promise *promise = NULL; in __execute_vchan_pending() local 378 promise = list_first_entry(&contract->demands, in __execute_vchan_pending() 380 vchan->processing = promise; in __execute_vchan_pending() 383 if (promise) { in __execute_vchan_pending() 387 configure_pchan(pchan, promise); in __execute_vchan_pending() 447 struct sun4i_dma_promise *promise; in generate_ndma_promise() local 454 promise = kzalloc(sizeof(*promise), GFP_NOWAIT); in generate_ndma_promise() 455 if (!promise) in generate_ndma_promise() 458 promise->src = src; in generate_ndma_promise() 459 promise->dst = dest; in generate_ndma_promise() [all …]
|
/openbmc/telemetry/tests/src/ |
H A D | dbus_environment.hpp | 100 auto propertyPromise = std::promise<T>(); in getProperty() 121 auto promise = std::promise<boost::system::error_code>(); in setProperty() local 122 auto future = promise.get_future(); in setProperty() 126 [promise = std::move(promise)]( in setProperty() 128 promise.set_value(ec); in setProperty() 138 auto promise = std::promise<boost::system::error_code>(); in callMethod() local 139 auto future = promise.get_future(); in callMethod() 141 [promise = std::move(promise)]( in callMethod() 143 promise.set_value(ec); in callMethod()
|
H A D | dbus_environment.cpp | 61 auto promise = std::make_shared<std::promise<bool>>(); in setPromise() local 62 futures[std::string(name)].emplace_back(promise->get_future()); in setPromise() 63 return [p = std::move(promise)]() { p->set_value(true); }; in setPromise()
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/ |
H A D | task.hpp | 376 return __h.promise().continuation().handle(); in await_suspend() 502 __coro_.promise().__context_.emplace(__parent_promise_t(), in await_suspend() 503 __parent.promise()); in await_suspend() 504 __context_.emplace(*__coro_.promise().__context_, in await_suspend() 505 __parent.promise()); in await_suspend() 506 __coro_.promise().set_continuation(__parent); in await_suspend() 508 __coro_.promise().stop_requested() ? 0 : 1; in await_suspend() 511 if (__coro_.promise().stop_requested()) in await_suspend() 512 return __parent.promise().unhandled_stopped(); in await_suspend() 523 if (__coro_.promise().__data_.index() == 1) in await_resume() [all …]
|
H A D | at_coroutine_exit.hpp | 177 __coro_.promise().__scheduler_ = in await_suspend() 178 get_scheduler(get_env(__parent.promise())); in await_suspend() 179 __coro_.promise().set_continuation(__parent.promise().continuation()); in await_suspend() 180 __parent.promise().set_continuation(__coro_); in await_suspend() 186 return std::exchange(__coro_, {}).promise().__args_; in await_resume() 201 __promise& __p = __h.promise(); in await_suspend()
|
/openbmc/telemetry/tests/src/utils/ |
H A D | set_exception.hpp | 9 inline void setException(std::promise<T>& promise, const std::string& message) in setException() argument 11 promise.set_exception(std::make_exception_ptr(std::runtime_error(message))); in setException()
|
/openbmc/phosphor-webui/app/common/services/ |
H A D | api-utils.js | 111 return deferred.promise; 373 return deferred.promise; 476 return deferred.promise; 574 return deferred.promise; 680 return deferred.promise; 771 return deferred.promise; 793 return deferred.promise; 816 return deferred.promise; 908 return deferred.promise; 1182 return deferred.promise; [all …]
|
/openbmc/openbmc/meta-phosphor/scripts/ |
H A D | generate-machine-list | 13 supported is unknown and has no level of warranty, promise of future
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __as_awaitable.hpp | 105 __continuation.promise().unhandled_stopped(); in set_stopped() 115 return stdexec::get_env(__continuation.promise()); in get_env()
|
H A D | __with_awaitable_senders.hpp | 53 .promise() in __continuation_handle()
|
/openbmc/phosphor-webui/app/access-control/controllers/ |
H A D | certificate-controller.js | 106 var promise = APIUtils.getCertificate(url).then(function(data) { 112 return promise;
|
/openbmc/phosphor-webui/app/configuration/controllers/ |
H A D | firmware-controller.js | 92 return deferred.promise; 230 return deferred.promise;
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | qunit-1.18.0.js | 77 …d:this.testId});if(!config.pollution){saveGlobal();}},run:function(){var promise;config.current=th… 78 …ted=now();if(config.notrycatch){promise=this.callback.call(this.testEnvironment,this.assert);this.… 79 try{promise=this.callback.call(this.testEnvironment,this.assert);this.resolvePromise(promise);}catc… 80 …promise,test=this;return function runHook(){config.current=test;if(config.notrycatch){promise=hook… 81 try{promise=hook.call(test.testEnvironment,test.assert);test.resolvePromise(promise,hookName);}catc… 94 …n(promise,phase){var then,message,test=this;if(promise!=null){then=promise.then;if(QUnit.objectTyp… argument
|
H A D | layerBtn.js | 37 layerBtnsFadeOut.fadeOut().promise().done(function(){
|
H A D | jquery-2.0.3.min.js | 4 …promise().done(e),this},slice:function(){return this.pushStack(d.apply(this,arguments))},first:fun… method in AnonymousClassd36a94e34b01.Deferred.r 5 …promise:function(e,t){var n,r=1,i=x.Deferred(),o=this,s=this.length,a=function(){--r||i.resolveWit… method in AnonymousClassd36a94e36601 6 …promise(T).complete=d.add,T.success=T.done,T.error=T.fail,c.url=((e||c.url||Ut)+"").replace(Gt,"")…
|
H A D | customrecipe.js | 244 btnCell.children("button").fadeOut().promise().done(function(){
|
/openbmc/libpldm/ |
H A D | README.md | 77 Marking a function as stable makes the following promise to users of the 85 Marking a function as stable does _not_ promise that it is free of 86 implementation bugs. It is just a promise that the prototype won't change
|
/openbmc/openbmc/meta-phosphor/docs/ |
H A D | supported-machines.md | 5 supported is unknown and has no level of warranty, promise of future
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/v4l2apps/v4l-utils/ |
H A D | 0001-media-ctl-Install-media-ctl-header-and-library-files.patch | 15 v4l-utils maintainers do not promise a stable API for this library, and
|
/openbmc/phosphor-webui/app/server-control/controllers/ |
H A D | power-operations-controller.js | 65 return deferred.promise;
|
/openbmc/rest-dbus/resources/ |
H A D | jquery.min.js | 2 …promise)?a.promise().done(c.resolve).fail(c.reject).progress(c.notify):c[f[0]+"With"](this===d?c.p… method in AnonymousClass46742d017401.Deferred.d 4 …promise:function(a,b){var c,d=1,e=m.Deferred(),f=this,g=this.length,h=function(){--d||e.resolveWit… method in AnonymousClass46742d018c01 5 …promise({elem:a,props:m.extend({},b),opts:m.extend(!0,{specialEasing:{}},c),originalProperties:b,o…
|
/openbmc/linux/Documentation/arch/arm/nwfpe/ |
H A D | todo.rst | 28 seem to promise extreme accuracy (in the order of 99.8%) and reasonable speed.
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | Catharon | 23 o We don't promise that this software works. However, we are
|
H A D | IJG | 7 1. We don't promise that this software works. (But if you find any bugs, please let us know!)
|
/openbmc/linux/Documentation/admin-guide/device-mapper/ |
H A D | cache-policies.rst | 50 The smq policy (vs mq) offers the promise of less memory utilization,
|