Home
last modified time | relevance | path

Searched refs:heap_pop (Results 1 – 4 of 4) sorted by relevance

/drivers/md/bcache/
Dmovinggc.c237 heap_pop(&ca->heap, b, bucket_cmp); in bch_moving_gc()
241 while (heap_pop(&ca->heap, b, bucket_cmp)) in bch_moving_gc()
Dalloc.c201 if (!heap_pop(&ca->heap, b, bucket_min_cmp)) { in invalidate_buckets_lru()
Dutil.h104 #define heap_pop(h, d, cmp) \ macro
Dbset.c1088 heap_pop(iter, unused, cmp); in __bch_btree_iter_next()