Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/linux/
H A Drbtree.h42 #define RB_EMPTY_ROOT(root) ((root)->rb_node == NULL) macro
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Drbtree.h39 #define RB_EMPTY_ROOT(root) (READ_ONCE((root)->rb_node) == NULL) macro
/OK3568_Linux_fs/kernel/include/linux/
H A Drbtree.h40 #define RB_EMPTY_ROOT(root) (READ_ONCE((root)->rb_node) == NULL) macro