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

/linux-4.4.14/drivers/md/bcache/
H A Dmovinggc.c224 if (!heap_full(&ca->heap)) { for_each_bucket()
H A Dutil.h91 bool _r = !heap_full(h); \
116 #define heap_full(h) ((h)->used == (h)->size) macro
H A Dalloc.c189 if (!heap_full(&ca->heap)) for_each_bucket()

Completed in 125 milliseconds