Home
last modified time | relevance | path

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

/linux-5.19.10/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
790 graph->nodes = kcalloc(nodes_count, sizeof(*graph->nodes), GFP_KERNEL); in objagg_tmp_graph_create()
793 graph->nodes_count = nodes_count; in objagg_tmp_graph_create()
795 graph->edges = bitmap_zalloc(nodes_count * nodes_count, GFP_KERNEL); in objagg_tmp_graph_create()
808 for (i = 0; i < nodes_count; i++) { in objagg_tmp_graph_create()
809 for (j = 0; j < nodes_count; j++) { in objagg_tmp_graph_create()
[all …]
/linux-5.19.10/drivers/interconnect/imx/
Dimx.c220 static int get_max_node_id(struct imx_icc_node_desc *nodes, int nodes_count) in get_max_node_id() argument
224 for (i = 0; i < nodes_count; ++i) in get_max_node_id()
232 struct imx_icc_node_desc *nodes, int nodes_count) in imx_icc_register() argument
241 num_nodes = get_max_node_id(nodes, nodes_count) + 1; in imx_icc_register()
265 ret = imx_icc_register_nodes(provider, nodes, nodes_count); in imx_icc_register()
Dimx.h58 int nodes_count);
/linux-5.19.10/fs/dlm/
Dmember.c523 for (i = 0; i < rv->nodes_count; i++) { in find_config_node()
568 for (i = 0; i < rv->nodes_count; i++) { in dlm_recover_members()
708 rv->nodes_count = count; in dlm_ls_start()
716 (unsigned long long)rv_old->seq, rv_old->nodes_count); in dlm_ls_start()
Ddlm_internal.h133 int nodes_count; member
Dlock.c5501 int nodes_count = 0; in dlm_recover_purge() local
5509 nodes_count++; in dlm_recover_purge()
5513 if (!nodes_count) in dlm_recover_purge()
5536 lkb_count, nodes_count); in dlm_recover_purge()
/linux-5.19.10/drivers/scsi/elx/efct/
Defct_xport.h122 u32 nodes_count; member
/linux-5.19.10/drivers/scsi/elx/libefc/
Defclib.h526 u32 nodes_count; member