Searched refs:chash_table_alloc (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/sys/dev/drm/amd/lib/ |
H A D | chash.c | 40 int chash_table_alloc(struct chash_table *table, u8 bits, u8 key_size, in chash_table_alloc() function 59 EXPORT_SYMBOL(chash_table_alloc); 477 ret = chash_table_alloc(&table, bits, key_size, sizeof(u64), in chash_self_test()
|
/dflybsd-src/sys/dev/drm/amd/include/linux/ |
H A D | chash.h | 169 int chash_table_alloc(struct chash_table *table, u8 bits, u8 key_size,
|