Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/md/bcache/
Dutil.h89 bool _r = !heap_full(h); \
114 #define heap_full(h) ((h)->used == (h)->size) macro
Dmovinggc.c222 if (!heap_full(&ca->heap)) { in bch_moving_gc()
Dalloc.c191 if (!heap_full(&ca->heap)) in invalidate_buckets_lru()
Djournal.c396 if (!heap_full(&c->flush_btree)) in btree_flush_write()