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

Method fast_dispatch

src/msg/DispatchQueue.cc:72–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72void DispatchQueue::fast_dispatch(const ref_t<Message>& m)
73{
74 uint64_t msize = pre_dispatch(m);
75 msgr->ms_fast_dispatch(m);
76 post_dispatch(m, msize);
77}
78
79void DispatchQueue::fast_preprocess(const ref_t<Message>& m)
80{

Callers 4

do_requestMethod · 0.45
flushMethod · 0.45
handle_messageMethod · 0.45
handle_message_footerMethod · 0.45

Calls 1

ms_fast_dispatchMethod · 0.45

Tested by

no test coverage detected