Home
last modified time | relevance | path

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

/external/ltp/tools/top-LTP/proc/
Dsysinfo.c124 unsigned long long user_j, nice_j, sys_j, other_j; /* jiffies (clock ticks) */ in old_Hertz_hack() local
138 &other_j); in old_Hertz_hack()
144 jiffies = user_j + nice_j + sys_j + other_j; in old_Hertz_hack()