Searched refs:hits_steps (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/amd/include/linux/ |
D | chash.h | 53 u64 hits, hits_steps, hits_time_ns; member 116 prefix.hits_steps = 0, \
|
/Linux-v4.19/drivers/gpu/drm/amd/lib/ |
D | chash.c | 113 DIV_FRAC(table->hits_steps, table->hits, quot1, frac1, 1000); in __chash_table_dump_stats() 133 DIV_FRAC(table->hits_steps + table->miss_steps, in __chash_table_dump_stats() 360 iter->table->hits_steps += CHASH_SUB(iter->table, iter->slot, hash) + 1; in chash_table_find()
|