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

Method enqueue_strict

src/common/PrioritizedQueue.h:248–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246 }
247
248 void enqueue_strict(K cl, unsigned priority, T&& item) final {
249 high_queue[priority].enqueue(cl, 0, std::move(item));
250 }
251
252 void enqueue_strict_front(K cl, unsigned priority, T&& item) final {
253 high_queue[priority].enqueue_front(cl, 0, std::move(item));

Callers 11

TEST_FFunction · 0.45
fill_queueMethod · 0.45
TEST_FFunction · 0.45
queue_connectMethod · 0.45
queue_acceptMethod · 0.45
queue_remote_resetMethod · 0.45
queue_resetMethod · 0.45
queue_refusedMethod · 0.45
enqueueMethod · 0.45
enqueueMethod · 0.45
enqueueMethod · 0.45

Calls 1

enqueueMethod · 0.45

Tested by 3

TEST_FFunction · 0.36
fill_queueMethod · 0.36
TEST_FFunction · 0.36