Searched refs:max_nodes (Results 1 – 9 of 9) sorted by relevance
55 config.max_nodes = MAX_RULES; in test_create_invalid()74 config.max_nodes = 0; in test_create_invalid()78 config.max_nodes = MAX_RULES; in test_create_invalid()97 config.max_nodes = MAX_RULES - i; in test_multiple_create()118 config.max_nodes = MAX_RULES; in test_free_null()141 config.max_nodes = MAX_RULES; in test_insert_invalid()190 config.max_nodes = MAX_RULES; in test_get_fn()268 config.max_nodes = MAX_RULES; in test_basic()321 config.max_nodes = MAX_RULES; in test_tree_traversal()
55 config.max_nodes = MAX_RULES; in test_create_invalid()74 config.max_nodes = 0; in test_create_invalid()78 config.max_nodes = MAX_RULES; in test_create_invalid()97 config.max_nodes = MAX_RULES - i; in test_multiple_create()118 config.max_nodes = MAX_RULES; in test_free_null()142 config.max_nodes = MAX_RULES; in test_insert_invalid()192 config.max_nodes = MAX_RULES; in test_get_fn()271 config.max_nodes = MAX_RULES; in test_basic()328 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()183 stats->max_nodes++; in stats_mem_populate()374 for (count = 0; count < stat->max_nodes; count++) { in rte_graph_cluster_stats_get()377 rc = stat->fn(!count, (count == stat->max_nodes - 1), in rte_graph_cluster_stats_get()394 for (count = 0; count < stat->max_nodes; count++) { in rte_graph_cluster_stats_reset()
47 uint32_t max_nodes; member402 if (name == NULL || conf == NULL || conf->max_nodes <= 0) { in rte_rib_create()408 node_pool = rte_mempool_create(mem_name, conf->max_nodes, in rte_rib_create()455 rib->max_nodes = conf->max_nodes; in rte_rib_create()
46 int max_nodes; member474 if (name == NULL || conf == NULL || conf->max_nodes <= 0) { in rte_rib6_create()480 node_pool = rte_mempool_create(mem_name, conf->max_nodes, in rte_rib6_create()527 rib->max_nodes = conf->max_nodes; in rte_rib6_create()
47 int max_nodes; member
48 int max_nodes; member
166 rib_conf.max_nodes = conf->max_routes * 2; in rte_fib_create()
167 rib_conf.max_nodes = conf->max_routes * 2; in rte_fib6_create()