Searched refs:cost_per_node (Results 1 – 1 of 1) sorted by relevance
506 u64 cost = sizeof(*trie), cost_per_node; in trie_alloc() local532 cost_per_node = sizeof(struct lpm_trie_node) + in trie_alloc()534 cost += (u64) attr->max_entries * cost_per_node; in trie_alloc()