Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/include/linux/
H A Dchash.h40 struct __chash_table { struct
71 struct __chash_table table; \ argument
84 struct __chash_table table;
184 void __chash_table_dump_stats(struct __chash_table *table);
196 static inline void __chash_table_reset_stats(struct __chash_table *table) in __chash_table_reset_stats()
219 int __chash_table_copy_in(struct __chash_table *table, u64 key,
235 int __chash_table_copy_out(struct __chash_table *table, u64 key,
256 struct __chash_table *table;
/dragonfly/sys/dev/drm/amd/lib/
H A Dchash.c91 void __chash_table_dump_stats(struct __chash_table *table) in __chash_table_dump_stats()
167 static void chash_table_dump(struct __chash_table *table) in chash_table_dump()
192 static int chash_table_check(struct __chash_table *table) in chash_table_check()
394 int __chash_table_copy_in(struct __chash_table *table, u64 key, in __chash_table_copy_in()
429 int __chash_table_copy_out(struct __chash_table *table, u64 key, in __chash_table_copy_out()