Home
last modified time | relevance | path

Searched refs:promise (Results 1 – 25 of 40) sorted by relevance

12

/openbmc/linux/drivers/dma/
H A Dsun4i-dma.c383 if (promise) { in __execute_vchan_pending()
454 promise = kzalloc(sizeof(*promise), GFP_NOWAIT); in generate_ndma_promise()
455 if (!promise) in generate_ndma_promise()
493 return promise; in generate_ndma_promise()
496 kfree(promise); in generate_ndma_promise()
516 promise = kzalloc(sizeof(*promise), GFP_NOWAIT); in generate_ddma_promise()
517 if (!promise) in generate_ddma_promise()
550 return promise; in generate_ddma_promise()
553 kfree(promise); in generate_ddma_promise()
593 if (!promise) { in get_next_cyclic_promise()
[all …]
/openbmc/telemetry/tests/src/
H A Ddbus_environment.hpp101 auto propertyPromise = std::promise<T>(); in getProperty()
122 auto promise = std::promise<boost::system::error_code>(); in setProperty() local
123 auto future = promise.get_future(); in setProperty()
127 [promise = std::move(promise)]( in setProperty()
129 promise.set_value(ec); in setProperty()
139 auto promise = std::promise<boost::system::error_code>(); in callMethod() local
140 auto future = promise.get_future(); in callMethod()
142 [promise = std::move(promise)]( in callMethod()
144 promise.set_value(ec); in callMethod()
H A Ddbus_environment.cpp66 auto promise = std::make_shared<std::promise<bool>>(); in setPromise() local
67 futures[std::string(name)].emplace_back(promise->get_future()); in setPromise()
68 return [p = std::move(promise)]() { p->set_value(true); }; in setPromise()
/openbmc/telemetry/tests/src/utils/
H A Dset_exception.hpp9 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/sdbusplus/include/sdbusplus/async/stdexec/
H A Dat_coroutine_exit.hpp172 __coro_.promise().__scheduler_ = in await_suspend()
173 get_scheduler(get_env(__parent.promise())); in await_suspend()
174 __coro_.promise().set_continuation(__parent.promise().continuation()); in await_suspend()
175 __parent.promise().set_continuation(__coro_); in await_suspend()
181 return std::exchange(__coro_, {}).promise().__args_; in await_resume()
196 __promise& __p = __h.promise(); in await_suspend()
H A Dtask.hpp401 return __h.promise().continuation().handle(); in await_suspend()
517 __context_.emplace(__coro_.promise().__context_, in await_suspend()
518 __parent.promise()); in await_suspend()
519 __coro_.promise().set_continuation(__parent); in await_suspend()
521 __coro_.promise().stop_requested() ? 0 : 1; in await_suspend()
524 if (__coro_.promise().stop_requested()) in await_suspend()
525 return __parent.promise().unhandled_stopped(); in await_suspend()
535 if (__coro_.promise().__data_.index() == 2) in await_resume()
537 std::get<2>(std::move(__coro_.promise().__data_))); in await_resume()
539 return std::get<1>(std::move(__coro_.promise().__data_)); in await_resume()
/openbmc/phosphor-webui/app/common/services/
H A Dapi-utils.js111 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/phosphor-webui/app/access-control/controllers/
H A Dcertificate-controller.js106 var promise = APIUtils.getCertificate(url).then(function(data) {
112 return promise;
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A DlayerBtn.js37 layerBtnsFadeOut.fadeOut().promise().done(function(){
H A Dqunit-1.18.0.js77 …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…
80promise,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 Djquery-2.0.3.min.js4promise().done(e),this},slice:function(){return this.pushStack(d.apply(this,arguments))},first:fun… method in AnonymousFunctiond36a94e35600.r
5promise:function(e,t){var n,r=1,i=x.Deferred(),o=this,s=this.length,a=function(){--r||i.resolveWit…
6promise(T).complete=d.add,T.success=T.done,T.error=T.fail,c.url=((e||c.url||Ut)+"").replace(Gt,"")…
H A Dcustomrecipe.js244 btnCell.children("button").fadeOut().promise().done(function(){
H A Djquery-3.7.1.min.js2promise)?i.call(e).done(t).fail(n):e&&v(i=e.then)?i.call(e,t,n):t.apply(void 0,[e].slice(r))}catch… method in AnonymousClass482440698901
H A Dlibtoaster.js350 $(".alert-dismissible").fadeOut().promise().done(function(){
H A Dui-bootstrap-tpls-0.11.0.js8promise.cancel=function(){i&&d.unbind(i,j),h.reject("Transition cancelled")},h.promise},f=document…
H A Dui-bootstrap-tpls-0.11.0.min.js8promise.cancel=function(){i&&d.unbind(i,j),h.reject("Transition cancelled")},h.promise},f=document…
/openbmc/phosphor-webui/app/configuration/controllers/
H A Dfirmware-controller.js92 return deferred.promise;
230 return deferred.promise;
/openbmc/libpldm/
H A DREADME.md70 Marking a function as stable makes the following promise to users of the
78 Marking a function as stable does _not_ promise that it is free of
79 implementation bugs. It is just a promise that the prototype won't change
/openbmc/phosphor-webui/app/server-control/controllers/
H A Dpower-operations-controller.js65 return deferred.promise;
/openbmc/linux/Documentation/arch/arm/nwfpe/
H A Dtodo.rst28 seem to promise extreme accuracy (in the order of 99.8%) and reasonable speed.
/openbmc/rest-dbus/resources/
H A Djquery.min.js2promise)?a.promise().done(c.resolve).fail(c.reject).progress(c.notify):c[f[0]+"With"](this===d?c.p… method in AnonymousFunction46742d01af00.d
4promise:function(a,b){var c,d=1,e=m.Deferred(),f=this,g=this.length,h=function(){--d||e.resolveWit…
5promise({elem:a,props:m.extend({},b),opts:m.extend(!0,{specialEasing:{}},c),originalProperties:b,o…
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DIJG7 1. We don't promise that this software works. (But if you find any bugs, please let us know!)
H A DFTL15 …o We don't promise that this software works. However, we will be interested in any kind of bug rep…
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Dcache-policies.rst50 The smq policy (vs mq) offers the promise of less memory utilization,
/openbmc/linux/Documentation/filesystems/nfs/
H A Dnfs41-server.rst253 fail to live up to the promise we made in CREATE_SESSION fore channel

12