Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/include/linux/
Dchash.h83 struct chash_table { struct
169 int chash_table_alloc(struct chash_table *table, u8 bits, u8 key_size,
171 void chash_table_free(struct chash_table *table);
/Linux-v4.19/drivers/gpu/drm/amd/lib/
Dchash.c40 int chash_table_alloc(struct chash_table *table, u8 bits, u8 key_size, in chash_table_alloc()
65 void chash_table_free(struct chash_table *table) in chash_table_free()
467 struct chash_table table; in chash_self_test()