Searched refs:heap_pop (Results 1 – 4 of 4) sorted by relevance
/drivers/md/bcache/ |
D | movinggc.c | 234 heap_pop(&ca->heap, b, bucket_cmp); in bch_moving_gc() 238 while (heap_pop(&ca->heap, b, bucket_cmp)) in bch_moving_gc()
|
D | alloc.c | 202 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 | bset.c | 1146 heap_pop(iter, b, cmp); in __bch_btree_iter_next()
|