Home
last modified time | relevance | path

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

/linux/drivers/md/bcache/
H A Dutil.h86 bool _r = !heap_full(h); \
111 #define heap_full(h) ((h)->used == (h)->size) macro
H A Dalloc.c184 if (!heap_full(&ca->heap)) in invalidate_buckets_lru()