Home
last modified time | relevance | path

Searched refs:avg_period (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/media/platform/st/sti/hva/
H A Dhva-debugfs.c105 dbg->avg_period, in format_ctx()
243 dbg->avg_period = (u32)div; in hva_dbg_perf_compute()
245 dbg->avg_period = 0; in hva_dbg_perf_compute()
H A Dhva.h199 u32 avg_period; member
/linux/lib/
H A Ddebugobjects.c435 static unsigned long avg_period; in calc_usage() local
438 if (!time_after_eq(now, READ_ONCE(avg_period))) in calc_usage()
444 WRITE_ONCE(avg_period, now + msecs_to_jiffies(10)); in calc_usage()