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

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

Completed in 389 milliseconds