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

Method reset

src/msg/async/dpdk/Packet.h:262–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260 void linearize() { return linearize(0, len()); }
261
262 void reset() { _impl.reset(); }
263
264 void reserve(int n_frags) {
265 if (n_frags > _impl->_nr_frags) {

Callers 15

do_requestMethod · 0.45
do_requestMethod · 0.45
do_requestMethod · 0.45
stop_retransmit_timerMethod · 0.45
stop_persist_timerMethod · 0.45
do_resetMethod · 0.45
should_send_ackMethod · 0.45
clear_delayed_ackMethod · 0.45
closeMethod · 0.45
reset_zcMethod · 0.45
~DPDKDeviceMethod · 0.45
unset_local_queueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected