Searched refs:max_nodes (Results 1 – 9 of 9) sorted by relevance
38 config.max_nodes = MAX_RULES; in test_create_invalid()57 config.max_nodes = 0; in test_create_invalid()61 config.max_nodes = MAX_RULES; in test_create_invalid()80 config.max_nodes = MAX_RULES - i; in test_multiple_create()101 config.max_nodes = MAX_RULES; in test_free_null()124 config.max_nodes = MAX_RULES; in test_insert_invalid()173 config.max_nodes = MAX_RULES; in test_get_fn()251 config.max_nodes = MAX_RULES; in test_basic()304 config.max_nodes = MAX_RULES; in test_tree_traversal()
38 config.max_nodes = MAX_RULES; in test_create_invalid()57 config.max_nodes = 0; in test_create_invalid()61 config.max_nodes = MAX_RULES; in test_create_invalid()80 config.max_nodes = MAX_RULES - i; in test_multiple_create()101 config.max_nodes = MAX_RULES; in test_free_null()125 config.max_nodes = MAX_RULES; in test_insert_invalid()175 config.max_nodes = MAX_RULES; in test_get_fn()254 config.max_nodes = MAX_RULES; in test_basic()311 config.max_nodes = MAX_RULES; in test_tree_traversal()
34 rte_node_t max_nodes; member126 stats->max_nodes = 0; in stats_mem_init()148 for (count = 0; count < stats->max_nodes; count++) { in stats_mem_populate()182 stats->max_nodes++; in stats_mem_populate()372 for (count = 0; count < stat->max_nodes; count++) { in rte_graph_cluster_stats_get()375 rc = stat->fn(!count, (count == stat->max_nodes - 1), in rte_graph_cluster_stats_get()392 for (count = 0; count < stat->max_nodes; count++) { in rte_graph_cluster_stats_reset()
49 uint32_t max_nodes; member404 if (name == NULL || conf == NULL || conf->max_nodes <= 0) { in rte_rib_create()410 node_pool = rte_mempool_create(mem_name, conf->max_nodes, in rte_rib_create()457 rib->max_nodes = conf->max_nodes; in rte_rib_create()
48 int max_nodes; member463 if (name == NULL || conf == NULL || conf->max_nodes <= 0) { in rte_rib6_create()469 node_pool = rte_mempool_create(mem_name, conf->max_nodes, in rte_rib6_create()516 rib->max_nodes = conf->max_nodes; in rte_rib6_create()
49 int max_nodes; member
52 int max_nodes; member
168 rib_conf.max_nodes = conf->max_routes * 2; in rte_fib_create()
169 rib_conf.max_nodes = conf->max_routes * 2; in rte_fib6_create()