Home
last modified time | relevance | path

Searched refs:hint_queue_out_size_ (Results 1 – 3 of 3) sorted by relevance

/dports/net-p2p/libswift/libswift-dc0cbcc/
H A Dsendrecv.cpp662 hint_queue_out_size_ += res.base_length(); in AddHint()
1220 hint_queue_out_size_, size); in DequeueHintOut()
1231 hint_queue_out_size_ -= bin.base_length(); in DequeueHintOut()
1235 hint_queue_out_size_ += hint_queue_out_.front().bin.base_length(); in DequeueHintOut()
1241 hint_queue_out_size_ += bin.base_length(); in DequeueHintOut()
1247 hint_queue_out_size_ -= hint_queue_out_.front().bin.base_length(); in DequeueHintOut()
1253 if (!hint_queue_out_size_) { in DequeueHintOut()
1268 hint_queue_out_size_ -= res.base_length(); in DequeueHintOut()
H A Dchannel.cpp53 data_out_cap_(bin_t::ALL),hint_in_size_(0), hint_out_size_(0), hint_queue_out_size_(0),
H A Dswift.h1172 uint64_t hint_queue_out_size_; variable