Searched refs:heap_peek (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/md/bcache/ | ||
| H A D | util.h | 109 #define heap_peek(h) ((h)->used ? (h)->data[0] : NULL) macro |
| H A D | alloc.c | 186 else if (bucket_max_cmp(b, heap_peek(&ca->heap))) { in invalidate_buckets_lru() |