Home
last modified time | relevance | path

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

/arch/m32r/kernel/
Dtime.c84 static unsigned long p_count = 0; in m32r_gettimeoffset() local
89 if (jiffies == p_jiffies && count > p_count) in m32r_gettimeoffset()
93 p_count = count; in m32r_gettimeoffset()