Home
last modified time | relevance | path

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

/linux/net/can/
H A Dproc.c99 static unsigned long calc_rate(unsigned long oldjif, unsigned long newjif, in calc_rate() argument
102 if (oldjif == newjif) in calc_rate()
112 return (count * HZ) / (newjif - oldjif); in calc_rate()