OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rb_set_color
(Results
1 - 5
of
5
) sorted by null
/external/blktrace/
rbtree.h
135
static inline void
rb_set_color
(struct rb_node *rb, int color)
function
rbtree.c
171
rb_set_color
(other, rb_color(parent));
208
rb_set_color
(other, rb_color(parent));
/external/kernel-headers/original/linux/
rbtree.h
127
static inline void
rb_set_color
(struct rb_node *rb, int color)
function
/external/linux-tools-perf/util/include/linux/added/
rbtree.h
133
static inline void
rb_set_color
(struct rb_node *rb, int color)
function
/external/linux-tools-perf/util/added/
rbtree.c
171
rb_set_color
(other, rb_color(parent));
205
rb_set_color
(other, rb_color(parent));
Completed in 105 milliseconds