Home
last modified time | relevance | path

Searched defs:RB_EMPTY_ROOT (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/linux/
H A Drbtree.h41 #define RB_EMPTY_ROOT(root) ((root)->rb_node == NULL) macro
/openbmc/linux/include/linux/
H A Drbtree.h30 #define RB_EMPTY_ROOT(root) (READ_ONCE((root)->rb_node) == NULL) macro
/openbmc/linux/tools/include/linux/
H A Drbtree.h39 #define RB_EMPTY_ROOT(root) (READ_ONCE((root)->rb_node) == NULL) macro