Searched refs:RB_FIRST (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | util.h | 533 #define RB_FIRST(root, type, member) \ macro
|
H A D | btree.c | 2682 w = RB_FIRST(&buf->keys, struct keybuf_key, node); in bch_refill_keybuf() 2743 w = RB_FIRST(&buf->keys, struct keybuf_key, node); in bch_keybuf_next()
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | util.h | 514 #define RB_FIRST(root, type, member) \ macro
|
H A D | btree.c | 2703 w = RB_FIRST(&buf->keys, struct keybuf_key, node); in bch_refill_keybuf() 2764 w = RB_FIRST(&buf->keys, struct keybuf_key, node); in bch_keybuf_next()
|
Completed in 8 milliseconds