Searched refs:tnodes (Results 1 – 1 of 1) sorted by relevance
158 unsigned int tnodes; member2494 s->tnodes++; in trie_collect_stats()2525 seq_printf(seq, "\tInternal nodes: %u\n\t", stat->tnodes); in trie_show_stats()2526 bytes += TNODE_SIZE(0) * stat->tnodes; in trie_show_stats()