Searched refs:gh_t_hash_tab (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/include/dspbridge/
H A Dgh.h21 extern struct gh_t_hash_tab *gh_create(u16 max_bucket, u16 val_size,
25 extern void gh_delete(struct gh_t_hash_tab *hash_tab);
27 extern void *gh_find(struct gh_t_hash_tab *hash_tab, void *key);
29 extern void *gh_insert(struct gh_t_hash_tab *hash_tab, void *key, void *value);
31 void gh_iterate(struct gh_t_hash_tab *hash_tab,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/gen/
H A Dgh.c30 struct gh_t_hash_tab { struct
47 struct gh_t_hash_tab *gh_create(u16 max_bucket, u16 val_size,
52 struct gh_t_hash_tab *hash_tab;
55 (struct gh_t_hash_tab *)gs_alloc(sizeof(struct gh_t_hash_tab));
80 void gh_delete(struct gh_t_hash_tab *hash_tab)
102 myfree(hash_tab, sizeof(struct gh_t_hash_tab));
121 void *gh_find(struct gh_t_hash_tab *hash_tab, void *key)
149 void *gh_insert(struct gh_t_hash_tab *hash_tab, void *key, void *value)
200 void gh_iterate(struct gh_t_hash_tab *hash_ta
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/pmgr/
H A Ddbll.c125 struct gh_t_hash_tab *sym_tab; /* Hash table of symbols */

Completed in 126 milliseconds