Searched refs:nodes_count (Results 1 – 6 of 6) sorted by relevance
706 unsigned long nodes_count; member713 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() local791 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 …]
212 static int get_max_node_id(struct imx_icc_node_desc *nodes, int nodes_count) in get_max_node_id() argument216 for (i = 0; i < nodes_count; ++i) in get_max_node_id()224 struct imx_icc_node_desc *nodes, int nodes_count) in imx_icc_register() argument233 num_nodes = get_max_node_id(nodes, nodes_count) + 1; in imx_icc_register()256 ret = imx_icc_register_nodes(provider, nodes, nodes_count); in imx_icc_register()
58 int nodes_count);
517 for (i = 0; i < rv->nodes_count; i++) { in find_config_node()561 for (i = 0; i < rv->nodes_count; i++) { in dlm_recover_members()695 rv->nodes_count = count; in dlm_ls_start()703 (unsigned long long)rv_old->seq, rv_old->nodes_count); in dlm_ls_start()
136 int nodes_count; member
5450 int nodes_count = 0; in dlm_recover_purge() local5458 nodes_count++; in dlm_recover_purge()5462 if (!nodes_count) in dlm_recover_purge()5485 lkb_count, nodes_count); in dlm_recover_purge()