Home
last modified time | relevance | path

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

/lib/
Dobjagg.c706 unsigned long nodes_count; member
713 return index * graph->nodes_count + parent_index; in objagg_tmp_graph_edge_index()
745 for (j = 0; j < graph->nodes_count; j++) { in objagg_tmp_graph_node_weight()
764 for (i = 0; i < graph->nodes_count; i++) { in objagg_tmp_graph_node_max_weight()
779 unsigned int nodes_count = objagg->obj_count; in objagg_tmp_graph_create() local
791 graph->nodes = kcalloc(nodes_count, sizeof(*graph->nodes), GFP_KERNEL); in objagg_tmp_graph_create()
794 graph->nodes_count = nodes_count; in objagg_tmp_graph_create()
796 alloc_size = BITS_TO_LONGS(nodes_count * nodes_count) * in objagg_tmp_graph_create()
811 for (i = 0; i < nodes_count; i++) { in objagg_tmp_graph_create()
812 for (j = 0; j < nodes_count; j++) { in objagg_tmp_graph_create()
[all …]