Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
570
bool SimpleThrottle::pending_error() const
571
{
572
std::lock_guard l(m_lock);
573
return (m_ret < 0);
574
}
575
576
int SimpleThrottle::wait_for_ret()
577
{
Callers
8
send
Method · 0.80
do_export_v1
Function · 0.80
send
Method · 0.80
do_import_v1
Function · 0.80
copy
Function · 0.80
execute
Method · 0.80
get_pool_stats
Function · 0.80
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.64