htime            1042 drivers/video/fbdev/pxafb.c 	unsigned long htime;
htime            1049 drivers/video/fbdev/pxafb.c 	htime = clk_get_rate(fbi->clk) / (pcd * fbi->fb.var.hsync_len);
htime            1051 drivers/video/fbdev/pxafb.c 	fbi->hsync_time = htime;
htime             261 tools/perf/util/hist.c static long hist_time(unsigned long htime)
htime             265 tools/perf/util/hist.c 		return (htime / time_quantum) * time_quantum;
htime             266 tools/perf/util/hist.c 	return htime;