/openbmc/sdbusplus/example/ |
H A D | asio-example.cpp | 26 int fooYield(boost::asio::yield_context yield, in fooYield() 59 boost::asio::yield_context yield) in do_start_async_method_call_one() 98 boost::asio::yield_context yield) in do_start_async_ipmi_call() 147 boost::asio::yield_context yield) in do_start_async_to_yield() 253 [conn](boost::asio::yield_context yield, int val) { in server() 378 [conn](boost::asio::yield_context yield) { in client() 384 [conn](boost::asio::yield_context yield) { in client() 390 [conn](boost::asio::yield_context yield) { in client()
|
/openbmc/service-config-manager/src/ |
H A D | utils.cpp | 33 boost::asio::yield_context yield) in systemdDaemonReload() 55 boost::asio::yield_context yield, in systemdUnitAction() 98 boost::asio::yield_context yield, const std::vector<std::string>& unitFiles, in systemdUnitFilesStateChange()
|
H A D | srvcfg_manager.cpp | 354 void ServiceConfig::stopAndApplyUnitConfig(boost::asio::yield_context yield) in stopAndApplyUnitConfig() 458 void ServiceConfig::restartUnitConfig(boost::asio::yield_context yield) in restartUnitConfig() 506 [this](boost::asio::yield_context yield) { in startServiceRestartTimer() 529 {}); in startServiceRestartTimer()
|
/openbmc/intel-ipmi-oem/src/ |
H A D | bmccontrolservices.cpp | 111 ipmi::RspType<> setBmcControlServices(boost::asio::yield_context yield, in setBmcControlServices() 167 ipmi::RspType<uint16_t> getBmcControlServices(boost::asio::yield_context yield) in getBmcControlServices()
|
H A D | storagecommands.cpp | 228 boost::asio::yield_context& yield) in replaceCacheFru() 364 [](boost::asio::yield_context yield) { in startMatch() 367 {}); in startMatch()
|
/openbmc/qemu/pc-bios/s390-ccw/ |
H A D | helper.h | 32 static inline void yield(void) in yield() function
|
/openbmc/telemetry/src/utils/ |
H A D | dbus_mapper.hpp | 24 boost::asio::yield_context& yield, in getSubTreeSensors()
|
/openbmc/telemetry/src/ |
H A D | report_manager.cpp | 53 bool enabled) { in ReportManager() 138 boost::asio::yield_context& yield, const std::string& reportId, in addReport()
|
H A D | report_factory.cpp | 112 boost::asio::yield_context& yield, in convertMetricParams()
|
H A D | trigger_manager.cpp | 37 discreteThresholds) { in TriggerManager()
|
H A D | trigger_factory.cpp | 286 boost::asio::yield_context& yield, const SensorsInfo& sensorsInfo) const in getLabeledSensorsInfo()
|
/openbmc/phosphor-host-ipmid/ |
H A D | ipmid-new.cpp | 489 auto executionEntry(boost::asio::yield_context yield, sdbusplus::message_t& m, in executionEntry() argument 770 [b = std::move(b)](boost::asio::yield_context yield) { in handleLegacyIpmiCommand() argument 805 __anonef1ce7fa0602(boost::asio::yield_context yield) handleLegacyIpmiCommand() argument
|
H A D | chassishandler.cpp | 2256 ipmiChassisSetPowerRestorePolicy(boost::asio::yield_context yield, in ipmiChassisSetPowerRestorePolicy() argument
|
/openbmc/phosphor-host-ipmid/dbus-sdr/ |
H A D | storagecommands.cpp | 217 boost::asio::yield_context& yield, in replaceCacheFru() argument 350 [](boost::asio::yield_context yield) { in startMatch() argument 353 __anoncd882caa0402(boost::asio::yield_context yield) startMatch() argument
|
/openbmc/ipmbbridge/ |
H A D | ipmbbridged.cpp | 716 IpmbChannel::requestAdd(boost::asio::yield_context& yield, in requestAdd() 854 uint8_t lun, uint8_t cmd, std::vector<uint8_t> dataReceived) { in __anon377db2e00702()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | op_helper.c | 475 HELPER(yield)(env); in HELPER() local 478 void HELPER(yield)(CPUARMState *env) in HELPER() argument
|
/openbmc/sdbusplus/include/sdbusplus/asio/ |
H A D | connection.hpp | 267 boost::asio::yield_context yield, boost::system::error_code& ec, in yield_method_call()
|
H A D | object_server.hpp | 247 void after_spawn(message_t b, boost::asio::yield_context yield) in after_spawn()
|
/openbmc/phosphor-host-ipmid/include/ipmid/ |
H A D | message.hpp | 68 boost::asio::yield_context yield; member
|
/openbmc/u-boot/include/linux/ |
H A D | compat.h | 256 #define yield() do { } while (0) macro
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_engine_types.h | 199 u32 yield; member
|
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc_submission.c | 4511 u32 yield[] = { in guc_init_global_schedule_policy() local
|
/openbmc/linux/kernel/sched/ |
H A D | core.c | 8911 void __sched yield(void) yield() function [all...] |