Home
last modified time | relevance | path

Searched refs:gopt_dep_tree (Results 1 – 1 of 1) sorted by relevance

/external/fio/
Dgoptions.c93 static GNode *gopt_dep_tree; variable
141 node = g_node_find(gopt_dep_tree, G_IN_ORDER, G_TRAVERSE_ALL, parent); in gopt_set_children_visible()
1608 gopt_dep_tree = g_node_new(NULL); in gopt_init()
1619 nparent = gopt_dep_tree; in gopt_init()
1624 nparent = g_node_find(gopt_dep_tree, G_IN_ORDER, G_TRAVERSE_ALL, parent); in gopt_init()
1627 nparent = gopt_dep_tree; in gopt_init()
1637 g_node_destroy(gopt_dep_tree); in gopt_exit()
1638 gopt_dep_tree = NULL; in gopt_exit()