Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/include/linux/
H A Dchash.h54 u64 miss, miss_steps, miss_time_ns; member
120 prefix.miss_time_ns = 0, \
/dragonfly/sys/dev/drm/amd/lib/
H A Dchash.c124 DIV_FRAC(table->miss * 1000, table->miss_time_ns, in __chash_table_dump_stats()
136 (table->hits_time_ns + table->miss_time_ns), in __chash_table_dump_stats()
388 iter->table->miss_time_ns += local_clock() - ts1; in chash_table_find()