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

/linux-master/drivers/md/bcache/
H A Dmovinggc.c194 return (b = heap_peek(&ca->heap)) ? GC_SECTORS_USED(b) : 0;
224 } else if (bucket_cmp(b, heap_peek(&ca->heap))) {
H A Dalloc.c192 else if (bucket_max_cmp(b, heap_peek(&ca->heap))) {
H A Dutil.h109 #define heap_peek(h) ((h)->used ? (h)->data[0] : NULL) macro
/linux-master/fs/bcachefs/
H A Dutil.h93 #define heap_peek(h) \ macro
149 cmp(h, new, heap_peek(h)) >= 0) { \

Completed in 154 milliseconds