First bad bad pass.
[cascardo/kernel/notes/.git] / 03.types / 5.tree / text
1 rbtree
2 lib/rbtree.c
3
4 outras árvores balanceadas?!?
5 lib/radix-tree.c
6 lib/prio_tree.c
7 lib/btree.c
8
9
10
11 hash (pid, tcp/ip, etc)
12
13 include/linux/hash.h
14 uXX hash_long(uXX val, bits);
15
16 Sistemas de arquivos e net hashs.
17 include/net/inet_hashtables.h
18 fs/*/*hash*
19 net/ipv4/fib_hash.c