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

/linux-4.4.14/drivers/md/bcache/
H A Dmovinggc.c196 return (b = heap_peek(&ca->heap)) ? GC_SECTORS_USED(b) : 0; bucket_heap_top()
227 } else if (bucket_cmp(b, heap_peek(&ca->heap))) { for_each_bucket()
H A Dutil.h114 #define heap_peek(h) ((h)->used ? (h)->data[0] : NULL) macro
H A Dalloc.c191 else if (bucket_max_cmp(b, heap_peek(&ca->heap))) { for_each_bucket()

Completed in 156 milliseconds