Home
last modified time | relevance | path

Searched refs:async_read (Results 1 – 9 of 9) sorted by relevance

/openbmc/telemetry/src/
H A Dsensor.cpp38 void Sensor::async_read() in async_read() function in Sensor
40 uniqueCall([this](auto lock) { async_read(std::move(lock)); }); in async_read()
43 void Sensor::async_read(std::shared_ptr<utils::UniqueCall::Lock> lock) in async_read() function in Sensor
85 async_read(); in registerForUpdates()
H A Dsensor.hpp45 void async_read();
46 void async_read(std::shared_ptr<utils::UniqueCall::Lock>);
/openbmc/bmcweb/http/
H A Dwebsocket.hpp253 ws.async_read(inBuffer, [this, self(shared_from_this())]( in doRead()
H A Dhttp_client.hpp335 boost::beast::http::async_read( in recvMessage()
342 boost::beast::http::async_read( in recvMessage()
/openbmc/dbus-sensors/src/
H A DNVMeBasicContext.cpp301 boost::asio::async_read( in readAndProcessNVMeSensor()
/openbmc/linux/include/linux/
H A Dbuffer_head.h129 BUFFER_FNS(Async_Read, async_read) in BUFFER_FNS()
/openbmc/linux/fs/fuse/
H A Dfuse_i.h653 unsigned async_read:1; member
H A Dinode.c1219 fc->async_read = 1; in process_init_reply()
H A Dfile.c955 if (fm->fc->async_read) { in fuse_send_readpages()