Home
last modified time | relevance | path

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

/arch/powerpc/platforms/iseries/
Dproc.c48 static unsigned long startTitan = 0; variable
68 if (!startTitan) { in proc_titantod_show()
69 startTitan = titan_tod; in proc_titantod_show()
72 unsigned long titan_usec = (titan_tod - startTitan) >> 12; in proc_titantod_show()