Lines Matching refs:node
737 struct objagg_tmp_node *node = &graph->nodes[index]; in objagg_tmp_graph_node_weight() local
738 unsigned int weight = node->objagg_obj->stats.user_count; in objagg_tmp_graph_node_weight()
748 node = &graph->nodes[j]; in objagg_tmp_graph_node_weight()
749 if (node->crossed_out) in objagg_tmp_graph_node_weight()
751 weight += node->objagg_obj->stats.user_count; in objagg_tmp_graph_node_weight()
758 struct objagg_tmp_node *node; in objagg_tmp_graph_node_max_weight() local
765 node = &graph->nodes[i]; in objagg_tmp_graph_node_max_weight()
766 if (node->crossed_out) in objagg_tmp_graph_node_max_weight()
781 struct objagg_tmp_node *node; in objagg_tmp_graph_create() local
804 node = &graph->nodes[i++]; in objagg_tmp_graph_create()
805 node->objagg_obj = objagg_obj; in objagg_tmp_graph_create()
816 node = &graph->nodes[j]; in objagg_tmp_graph_create()
819 node->objagg_obj->obj)) { in objagg_tmp_graph_create()
847 struct objagg_tmp_node *node; in objagg_opt_simple_greedy_fillup_hints() local
860 node = &graph->nodes[index]; in objagg_opt_simple_greedy_fillup_hints()
861 node->crossed_out = true; in objagg_opt_simple_greedy_fillup_hints()
863 node->objagg_obj, in objagg_opt_simple_greedy_fillup_hints()
874 node = &graph->nodes[j]; in objagg_opt_simple_greedy_fillup_hints()
875 if (node->crossed_out) in objagg_opt_simple_greedy_fillup_hints()
877 node->crossed_out = true; in objagg_opt_simple_greedy_fillup_hints()
879 node->objagg_obj, in objagg_opt_simple_greedy_fillup_hints()