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

Method dispatch_throttle_release

src/msg/DispatchQueue.cc:139–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139void DispatchQueue::dispatch_throttle_release(uint64_t msize)
140{
141 if (msize) {
142 ldout(cct,10) << __func__ << " " << msize << " to dispatch throttler "
143 << dispatch_throttler.get_current() << "/"
144 << dispatch_throttler.get_max() << dendl;
145 dispatch_throttler.put(msize);
146 }
147}
148
149/*
150 * This function delivers incoming messages to the Messenger.

Callers 3

discardMethod · 0.80
reset_throttleMethod · 0.80
reset_recv_stateMethod · 0.80

Calls 3

get_currentMethod · 0.45
get_maxMethod · 0.45
putMethod · 0.45

Tested by

no test coverage detected