Home
last modified time | relevance | path

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

/OK3568_Linux_fs/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()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dfib_trie.c158 unsigned int tnodes; member
2496 s->tnodes++; in trie_collect_stats()
2527 seq_printf(seq, "\tInternal nodes: %u\n\t", stat->tnodes); in trie_show_stats()
2528 bytes += TNODE_SIZE(0) * stat->tnodes; in trie_show_stats()