Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/md/bcache/
Dutil.h87 bool _r = !heap_full(h); \
112 #define heap_full(h) ((h)->used == (h)->size) macro
Dmovinggc.c221 if (!heap_full(&ca->heap)) { in bch_moving_gc()
Dalloc.c190 if (!heap_full(&ca->heap)) in invalidate_buckets_lru()