Searched refs:CHASH_SUB (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/amd/lib/ |
D | chash.c | 161 #define CHASH_SUB(table, a, b) (((a) - (b)) & (table)->size_mask) macro 163 (CHASH_SUB(table, slot, first) <= CHASH_SUB(table, last, first)) 245 CHASH_SUB(dst.table, src.slot, dst.slot); in chash_iter_relocate() 360 iter->table->hits_steps += CHASH_SUB(iter->table, iter->slot, hash) + 1; in chash_table_find() 381 CHASH_SUB(iter->table, iter->slot, hash) + 1; in chash_table_find()
|