summaryrefslogtreecommitdiffstats
path: root/src/common/PrioritizedQueue.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename "include/assert.h"Brad Hubbard2018-09-141-1/+1
* common: Use ceph_assert for assertsAdam C. Emerson2018-08-271-13/+15
* common,osd: enforce move semantics in WorkQueueKefu Chai2017-10-101-18/+20
* osd/PG: Add two new mClock implementations of the PG sharded operator queueJ. Eric Ivancich2017-06-211-63/+0
* common: Remove redundant includesJos Collin2017-05-221-3/+0
* common: add override in header fileliuchang08122017-03-031-10/+10
* PrioritizedQueue: let filter_by_predicate use f to accumulateSamuel Just2016-05-171-23/+13
* common/OpQueue: Add base class for Op Queues. Introduce the new Weighted Prio...Robert LeBlanc2015-12-191-17/+20
* common/PrioritizedQueue.h: Style clean up and remove uneeded includes.Robert LeBlanc2015-12-181-19/+30
* common/PrioritizedQueue: do not 'using namespace std'Kefu Chai2015-01-061-29/+33
* common/PrioritizedQueue: include first item's cost in dumpSage Weil2014-03-181-0/+2
* common/PrioritizedQueue: constify a few thingsSage Weil2014-03-181-4/+4
* common/PrioritizedQueue: fix remove_by_class() corner caseSage Weil2014-03-181-4/+3
* PrioritizedQueue: cap costs at max_tokens_per_subqueueSamuel Just2014-03-131-0/+4
* prio-q: initialize cur iteratorNoah Watkins2013-11-021-1/+1
* common/PrioritizedQueue: dump state to FormatterSage Weil2013-01-221-0/+34
* common/PrioritizedQueue: add min cost, max tokens per bucketSage Weil2013-01-221-5/+40
* common/PrioritizedQueue: buckets -> tokensSage Weil2013-01-221-8/+8
* PrioritizedQueue: increment ret when removing items from listSamuel Just2012-12-111-0/+1
* PrioritizedQueue: move if check out of loop in filter_list_pairsSamuel Just2012-12-111-4/+4
* PrioritizedQueue: allow caller to get items removed by removed_by_filterSamuel Just2012-12-051-8/+18
* PrioritizedQueue: remove internal lock, not usedSamuel Just2012-11-161-3/+1
* PrioritizedQueue: allow remove_by_class to return removed itemsSamuel Just2012-11-151-4/+12
* PrioritizedQueue: use iterator to streamlink SubQueue::remove_by_class()Sage Weil2012-11-131-7/+9
* PrioritizedQueue: avoid double-lookup on create_queue()Sage Weil2012-11-131-8/+7
* common: Add PriorititizedQueueSamuel Just2012-11-131-0/+310