Searched refs:nodes_count (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | objagg.c | 706 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/interconnect/imx/ |
| H A D | imx.c | 212 static int get_max_node_id(struct imx_icc_node_desc *nodes, int nodes_count) in get_max_node_id() argument 216 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() argument 233 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()
|
| H A D | imx.h | 58 int nodes_count);
|
| /OK3568_Linux_fs/kernel/fs/dlm/ |
| H A D | member.c | 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()
|
| H A D | dlm_internal.h | 136 int nodes_count; member
|
| H A D | lock.c | 5450 int nodes_count = 0; in dlm_recover_purge() local 5458 nodes_count++; in dlm_recover_purge() 5462 if (!nodes_count) in dlm_recover_purge() 5485 lkb_count, nodes_count); in dlm_recover_purge()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/ |
| H A D | pack_create.hpp | 317 std::size_t nodes_count = calculate_nodes_count(values_count, subtree_counts); in per_level() local 318 …rtree::elements(in).reserve(nodes_count); … in per_level()
|