Home
last modified time | relevance | path

Searched defs:heap_peek (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/bcache/
H A Dutil.h112 #define heap_peek(h) ((h)->used ? (h)->data[0] : NULL) macro
/kernel/linux/linux-6.6/drivers/md/bcache/
H A Dutil.h110 #define heap_peek(h) ((h)->used ? (h)->data[0] : NULL) macro

Completed in 2 milliseconds