|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
| struct | element |
| struct | gh_t_hash_tab |
Functions | |
| struct gh_t_hash_tab * | gh_create (u16 max_bucket, u16 val_size, u16(*hash)(void *, u16), bool(*match)(void *, void *), void(*delete)(void *)) |
| void | gh_delete (struct gh_t_hash_tab *hash_tab) |
| void * | gh_find (struct gh_t_hash_tab *hash_tab, void *key) |
| void * | gh_insert (struct gh_t_hash_tab *hash_tab, void *key, void *value) |
| void gh_delete | ( | struct gh_t_hash_tab * | hash_tab | ) |
1.8.2