Searched defs:RB_EMPTY_ROOT (Results 1 - 2 of 2) sorted by last modified time

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

Completed in 150 milliseconds