Home
last modified time | relevance | path

Searched refs:yield (Results 1 – 25 of 155) sorted by relevance

1234567

/openbmc/sdbusplus/example/
H A Dasio-example.cpp26 int fooYield(boost::asio::yield_context yield, in fooYield() argument
33 yield, ec, "xyz.openbmc_project.asio-test", "/xyz/openbmc_project/test", in fooYield()
59 boost::asio::yield_context yield) in do_start_async_method_call_one() argument
64 yield, ec, "xyz.openbmc_project.asio-test", "/xyz/openbmc_project/test", in do_start_async_method_call_one()
68 yield, ec, "xyz.openbmc_project.asio-test", "/xyz/openbmc_project/test", in do_start_async_method_call_one()
80 yield, ec, "xyz.openbmc_project.asio-test", "/xyz/openbmc_project/test", in do_start_async_method_call_one()
84 yield, ec, "xyz.openbmc_project.asio-test", "/xyz/openbmc_project/test", in do_start_async_method_call_one()
98 boost::asio::yield_context yield) in do_start_async_ipmi_call() argument
111 sdbusplus::message_t reply = conn->async_send_yield(method, yield[ec]); in do_start_async_ipmi_call()
147 boost::asio::yield_context yield) in do_start_async_to_yield() argument
[all …]
/openbmc/service-config-manager/src/
H A Dutils.cpp33 boost::asio::yield_context yield) in systemdDaemonReload() argument
36 conn->yield_method_call<>(yield, ec, sysdService, sysdObjPath, sysdMgrIntf, in systemdDaemonReload()
55 boost::asio::yield_context yield, in systemdUnitAction() argument
61 yield, ec, sysdService, sysdObjPath, sysdMgrIntf, actionMethod, in systemdUnitAction()
72 conn->yield_method_call<>(yield, ec, sysdService, sysdObjPath, in systemdUnitAction()
90 sleepTimer.async_wait(yield[ec]); in systemdUnitAction()
98 boost::asio::yield_context yield, const std::vector<std::string>& unitFiles, in systemdUnitFilesStateChange() argument
105 conn->yield_method_call<>(yield, ec, sysdService, sysdObjPath, in systemdUnitFilesStateChange()
112 conn->yield_method_call<>(yield, ec, sysdService, sysdObjPath, in systemdUnitFilesStateChange()
120 conn->yield_method_call<>(yield, ec, sysdService, sysdObjPath, in systemdUnitFilesStateChange()
[all …]
H A Dsrvcfg_manager.cpp354 void ServiceConfig::stopAndApplyUnitConfig(boost::asio::yield_context yield) in stopAndApplyUnitConfig() argument
366 systemdUnitAction(conn, yield, getSocketUnitName(), sysdStopUnit); in stopAndApplyUnitConfig()
370 systemdUnitAction(conn, yield, getServiceUnitName(), sysdStopUnit); in stopAndApplyUnitConfig()
381 yield, ec, sysdService, sysdObjPath, sysdMgrIntf, in stopAndApplyUnitConfig()
398 systemdUnitAction(conn, yield, service, sysdStopUnit); in stopAndApplyUnitConfig()
453 systemdUnitFilesStateChange(conn, yield, unitFiles, stateValue, in stopAndApplyUnitConfig()
458 void ServiceConfig::restartUnitConfig(boost::asio::yield_context yield) in restartUnitConfig() argument
470 systemdUnitAction(conn, yield, getSocketUnitName(), in restartUnitConfig()
475 systemdUnitAction(conn, yield, getServiceUnitName(), in restartUnitConfig()
506 [this](boost::asio::yield_context yield) { in startServiceRestartTimer() argument
[all …]
/openbmc/linux/tools/testing/selftests/ftrace/test.d/event/
H A Dsubsystem-enable.tc19 yield
30 yield
41 yield
H A Dtoplevel-enable.tc18 yield
32 yield
44 yield
H A Devent-enable.tc19 yield
30 yield
41 yield
H A Devent-pid.tc24 yield
39 yield
52 yield
H A Devent-no-pid.tc75 yield
96 yield &
/openbmc/intel-ipmi-oem/src/
H A Dbmccontrolservices.cpp111 ipmi::RspType<> setBmcControlServices(boost::asio::yield_context yield, in setBmcControlServices() argument
127 yield, ec, getServiceConfigMgrName().c_str(), serviceConfigBasePath, in setBmcControlServices()
149 yield, ec, getServiceConfigMgrName().c_str(), in setBmcControlServices()
167 ipmi::RspType<uint16_t> getBmcControlServices(boost::asio::yield_context yield) in getBmcControlServices() argument
175 yield, ec, getServiceConfigMgrName().c_str(), serviceConfigBasePath, in getBmcControlServices()
H A Dmanufacturingcommands.cpp67 ctx->bus->yield_method_call<>(ctx->yield, ec, specialModeService, in resetMtmTimer()
430 ctx->yield, ec, "xyz.openbmc_project.ObjectMapper", in appMTMGetSignal()
756 ctx->yield, ec, "xyz.openbmc_project.ObjectMapper", in appMTMSetSignal()
1319 ctx->yield, ec, "xyz.openbmc_project.ObjectMapper", in getMCTPServiceConfigPaths()
1344 ctx->bus->yield_method_call(ctx->yield, ec, systemDService, in startOrStopService()
1349 ctx->bus->yield_method_call(ctx->yield, ec, systemDService, in startOrStopService()
1357 ctx->yield, ec, systemDService, systemDObjPath, in startOrStopService()
1363 ctx->yield, ec, systemDService, systemDObjPath, systemDMgrIntf, in startOrStopService()
1370 ctx->yield, ec, systemDService, systemDObjPath, systemDMgrIntf, in startOrStopService()
1376 ctx->yield, ec, systemDService, systemDObjPath, in startOrStopService()
[all …]
/openbmc/service-config-manager/inc/
H A Dutils.hpp79 boost::asio::yield_context yield);
82 boost::asio::yield_context yield,
88 boost::asio::yield_context yield, const std::vector<std::string>& unitFiles,
H A Dsrvcfg_manager.hpp71 void stopAndApplyUnitConfig(boost::asio::yield_context yield);
72 void restartUnitConfig(boost::asio::yield_context yield);
/openbmc/qemu/pc-bios/s390-ccw/
H A Dhelper.h32 static inline void yield(void) in yield() function
44 yield(); in sleep()
/openbmc/linux/tools/testing/selftests/ftrace/test.d/ftrace/
H A Dfunc-filter-pid.tc53 yield
74 yield
H A Dfunc-filter-notrace-pid.tc53 yield
79 yield
/openbmc/telemetry/src/utils/
H A Ddbus_mapper.hpp24 boost::asio::yield_context& yield, in getSubTreeSensors() argument
30 yield, ec, "xyz.openbmc_project.ObjectMapper", in getSubTreeSensors()
/openbmc/phosphor-host-ipmid/libipmid/
H A Dutils.cpp335 ctx->yield, ec, "xyz.openbmc_project.ObjectMapper", in getService()
353 ctx->yield, ec, MAPPER_BUS_NAME, MAPPER_OBJ, MAPPER_INTF, "GetSubTree", in getSubTree()
424 ctx->yield, ec, service.c_str(), objPath.c_str(), PROP_INTF, in getAllDbusProperties()
435 ctx->bus->yield_method_call(ctx->yield, ec, service.c_str(), in setDbusProperty()
486 ctx->bus->yield_method_call(ctx->yield, ec, in deleteAllDbusObjects()
509 ctx->yield, ec, service.c_str(), objPath.c_str(), in getManagedObjects()
522 ctx->yield, ec, MAPPER_BUS_NAME, MAPPER_OBJ, MAPPER_INTF, in getAllAncestors()
546 ctx->bus->yield_method_call(ctx->yield, ec, service, objPath, interface, in callDbusMethod()
/openbmc/telemetry/src/
H A Dreport_manager.cpp48 [this](boost::asio::yield_context& yield, std::string reportId, in ReportManager()
76 return addReport(yield, reportId, reportName, in ReportManager()
138 boost::asio::yield_context& yield, const std::string& reportId, in addReport() argument
145 reportFactory->convertMetricParams(yield, metricParams); in addReport()
H A Dreport_factory.cpp112 boost::asio::yield_context& yield, in convertMetricParams() argument
120 auto tree = utils::getSubTreeSensors(yield, bus); in convertMetricParams()
H A Dtrigger_manager.cpp29 boost::asio::yield_context& yield, const std::string& id, in TriggerManager()
52 triggerFactory->getLabeledSensorsInfo(yield, sensors); in TriggerManager()
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dmessage.hpp49 boost::asio::yield_context& yield) : in Context()
52 hostIdx(hostIdx), yield(yield) in Context()
68 boost::asio::yield_context yield; member
/openbmc/linux/Documentation/virt/kvm/s390/
H A Ds390-diag.rst104 The guest may send a DIAGNOSE 0x9c in order to yield to a certain
105 other vcpu. An example is a Linux guest that tries to yield to the vcpu
110 Forwarding the DIAGNOSE 0x9c initially sent by the guest to yield to
/openbmc/telemetry/src/interfaces/
H A Dreport_factory.hpp28 boost::asio::yield_context& yield,
H A Dtrigger_factory.hpp35 boost::asio::yield_context& yield,
/openbmc/qemu/docs/system/i386/
H A Dkvm-pv.rst70 ``kvm-pv-sched-yield``
71 Enable paravirtualized sched yield feature. Supported since Linux v5.10.

1234567