Searched refs:heap_pop (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/md/bcache/ |
D | movinggc.c | 235 heap_pop(&ca->heap, b, bucket_cmp); in bch_moving_gc() 239 while (heap_pop(&ca->heap, b, bucket_cmp)) in bch_moving_gc()
|
D | alloc.c | 203 if (!heap_pop(&ca->heap, b, bucket_min_cmp)) { in invalidate_buckets_lru()
|
D | util.h | 100 #define heap_pop(h, d, cmp) \ macro
|
D | journal.c | 412 heap_pop(&c->flush_btree, b, journal_min_cmp); in btree_flush_write()
|
D | bset.c | 1168 heap_pop(iter, b, cmp); in __bch_btree_iter_next()
|