Home
last modified time | relevance | path

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

/linux/drivers/md/bcache/
H A Dutil.h109 #define heap_peek(h) ((h)->used ? (h)->data[0] : NULL) macro
H A Dalloc.c186 else if (bucket_max_cmp(b, heap_peek(&ca->heap))) { in invalidate_buckets_lru()