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

/linux-master/drivers/interconnect/imx/
H A Dimx.h109 int nodes_count,
H A Dimx.c258 static int get_max_node_id(struct imx_icc_node_desc *nodes, int nodes_count) argument
262 for (i = 0; i < nodes_count; ++i)
270 struct imx_icc_node_desc *nodes, int nodes_count,
281 num_nodes = get_max_node_id(nodes, nodes_count) + 1;
312 ret = imx_icc_register_nodes(imx_provider, nodes, nodes_count, settings);
269 imx_icc_register(struct platform_device *pdev, struct imx_icc_node_desc *nodes, int nodes_count, struct imx_icc_noc_setting *settings) argument
/linux-master/lib/
H A Dobjagg.c706 unsigned long nodes_count; member in struct:objagg_tmp_graph
713 return index * graph->nodes_count + parent_index;
745 for (j = 0; j < graph->nodes_count; j++) {
764 for (i = 0; i < graph->nodes_count; i++) {
779 unsigned int nodes_count = objagg->obj_count; local
790 graph->nodes = kcalloc(nodes_count, sizeof(*graph->nodes), GFP_KERNEL);
793 graph->nodes_count = nodes_count;
795 graph->edges = bitmap_zalloc(nodes_count * nodes_count, GFP_KERNE
[all...]
/linux-master/drivers/scsi/elx/efct/
H A Defct_xport.h122 u32 nodes_count; member in struct:efct_xport
/linux-master/fs/dlm/
H A Dmember.c541 for (i = 0; i < rv->nodes_count; i++) {
590 for (i = 0; i < rv->nodes_count; i++) {
729 rv->nodes_count = count;
737 (unsigned long long)rv_old->seq, rv_old->nodes_count);
H A Ddlm_internal.h133 int nodes_count; member in struct:dlm_recover
H A Dlock.c5243 int nodes_count = 0; local
5251 nodes_count++;
5255 if (!nodes_count)
5278 lkb_count, nodes_count);
/linux-master/drivers/scsi/elx/libefc/
H A Defclib.h528 u32 nodes_count; member in struct:efc

Completed in 127 milliseconds