OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__destroy
(Results
1 - 4
of
4
) sorted by null
/external/blktrace/btt/
proc.c
46
static void
__destroy
(struct rb_node *n, int free_name, int free_pip)
function
51
__destroy
(n->rb_left, free_name, free_pip);
52
__destroy
(n->rb_right, free_name, free_pip);
261
__destroy
(root_pid.rb_node, 0, 0);
262
__destroy
(root_name.rb_node, 1, 1);
devs.c
34
static void
__destroy
(struct rb_node *n)
function
39
__destroy
(n->rb_left);
40
__destroy
(n->rb_right);
50
__destroy
(roots[i].rb_node);
seek.c
89
static void
__destroy
(struct rb_node *n)
function
94
__destroy
(n->rb_left);
95
__destroy
(n->rb_right);
247
__destroy
(sip->root.rb_node);
/external/stlport/test/eh/
Prefix.h
235
# define stl_destroy __RWSTD::
__destroy
Completed in 428 milliseconds