Home | History | Annotate | Download | only in fio

Lines Matching full:nparent

1610 		GNode *node, *nparent;
1617 nparent = gopt_dep_tree;
1622 nparent = g_node_find(gopt_dep_tree, G_IN_ORDER, G_TRAVERSE_ALL, parent);
1623 if (!nparent) {
1625 nparent = gopt_dep_tree;
1629 g_node_insert(nparent, -1, node);