MCPcopy 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

TESTFunction · 0.80
dumpMethod · 0.80
enqueueMethod · 0.80
dumpMethod · 0.80
enqueueMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by 1

TESTFunction · 0.64