Home
last modified time | relevance | path

Searched refs:tnodes (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_allocator.c35 struct yaffs_tnode *tnodes; member
70 kfree(allocator->alloc_tnode_list->tnodes); in yaffs_deinit_raw_tnodes()
148 tnl->tnodes = new_tnodes; in yaffs_create_tnodes()
/openbmc/linux/net/ipv4/
H A Dfib_trie.c159 unsigned int tnodes; member
2543 s->tnodes++; in trie_collect_stats()
2574 seq_printf(seq, "\tInternal nodes: %u\n\t", stat->tnodes); in trie_show_stats()
2575 bytes += TNODE_SIZE(0) * stat->tnodes; in trie_show_stats()