Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/include/linux/
H A Dchash.h53 u64 hits, hits_steps, hits_time_ns; member
117 prefix.hits_time_ns = 0, \
/dragonfly/sys/dev/drm/amd/lib/
H A Dchash.c114 DIV_FRAC(table->hits * 1000, table->hits_time_ns, in __chash_table_dump_stats()
136 (table->hits_time_ns + table->miss_time_ns), in __chash_table_dump_stats()
371 iter->table->hits_time_ns += local_clock() - ts1; in chash_table_find()