Lines Matching defs:nodes
506 * only roots and leafs nodes. Leaf nodes are called deltas.
507 * But in general, this can be easily extended for intermediate nodes.
509 * nodes.
705 struct objagg_tmp_node *nodes;
737 struct objagg_tmp_node *node = &graph->nodes[index];
741 /* Node weight is sum of node users and all other nodes users
748 node = &graph->nodes[j];
765 node = &graph->nodes[i];
791 graph->nodes = kcalloc(nodes_count, sizeof(*graph->nodes), GFP_KERNEL);
792 if (!graph->nodes)
804 node = &graph->nodes[i++];
815 pnode = &graph->nodes[i];
816 node = &graph->nodes[j];
828 kfree(graph->nodes);
837 kfree(graph->nodes);
856 /* Find the nodes from the ones that can accommodate most users
860 node = &graph->nodes[index];
874 node = &graph->nodes[j];