Home
last modified time | relevance | path

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

/drivers/md/bcache/
Dmovinggc.c194 return (b = heap_peek(&ca->heap)) ? GC_SECTORS_USED(b) : 0; in bucket_heap_top()
224 } else if (bucket_cmp(b, heap_peek(&ca->heap))) { in bch_moving_gc()
Dutil.h110 #define heap_peek(h) ((h)->used ? (h)->data[0] : NULL) macro
Dalloc.c192 else if (bucket_max_cmp(b, heap_peek(&ca->heap))) { in invalidate_buckets_lru()