MCPcopy Create free account
hub / github.com/ceph/ceph / pending_error

Method pending_error

src/common/Throttle.cc:570–574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

568}
569
570bool SimpleThrottle::pending_error() const
571{
572 std::lock_guard l(m_lock);
573 return (m_ret < 0);
574}
575
576int SimpleThrottle::wait_for_ret()
577{

Callers 8

sendMethod · 0.80
do_export_v1Function · 0.80
sendMethod · 0.80
do_import_v1Function · 0.80
copyFunction · 0.80
executeMethod · 0.80
get_pool_statsFunction · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64