Home
last modified time | relevance | path

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

/external/fio/
Dgoptions.c92 static GNode *gopt_dep_tree; variable
140 node = g_node_find(gopt_dep_tree, G_IN_ORDER, G_TRAVERSE_ALL, parent); in gopt_set_children_visible()
1606 gopt_dep_tree = g_node_new(NULL); in gopt_init()
1617 nparent = gopt_dep_tree; in gopt_init()
1622 nparent = g_node_find(gopt_dep_tree, G_IN_ORDER, G_TRAVERSE_ALL, parent); in gopt_init()
1625 nparent = gopt_dep_tree; in gopt_init()
1635 g_node_destroy(gopt_dep_tree); in gopt_exit()
1636 gopt_dep_tree = NULL; in gopt_exit()