Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ client_count
Method
client_count
src/dmclock/src/dmclock_server.h:553–556 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
551
552
553
size_t client_count() const {
554
DataGuard g(data_mtx);
555
return resv_heap.size();
556
}
557
558
559
size_t request_count() const {
Callers
5
TEST
Function · 0.80
dump
Method · 0.80
enqueue
Method · 0.80
dump
Method · 0.80
enqueue
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
1
TEST
Function · 0.64