Searched refs:jiff (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/vmstat/proc/
H A Dsysinfo.h53 typedef unsigned long long jiff; typedef
54 extern void getstat(jiff *restrict cuse, jiff *restrict cice, jiff *restrict csys, jiff *restrict cide, jiff *restrict ciow, jiff *restrict cxxx, jiff *restrict cyyy, jiff *restrict czzz,
H A Dsysinfo.c211 void getstat(jiff *restrict cuse, jiff *restrict cice, jiff *restrict csys, jiff *restrict cide, jiff *restrict ciow, jiff *restrict cxxx, jiff *restrict cyyy, jiff *restrict czzz,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dtimer.c953 unsigned long jiff = jiffies; local
954 if (time_after(jiff, priv->last_expires))
955 priv->correction += (long)jiff - (long)priv->last_expires;
956 snd_timer_interrupt(timer, (long)jiff - (long)priv->last_jiffies);
981 unsigned long jiff; local
985 jiff = jiffies;
986 if (time_before(jiff, priv->last_expires))
987 timer->sticks = priv->last_expires - jiff;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/vmstat/
H A Dvmstat.c140 jiff cpu_use[2], cpu_nic[2], cpu_sys[2], cpu_idl[2], cpu_iow[2], cpu_xxx[2], cpu_yyy[2], cpu_zzz[2];
141 jiff duse, dsys, didl, diow, dstl, Div, divo2;
530 jiff cpu_use, cpu_nic, cpu_sys, cpu_idl, cpu_iow, cpu_xxx, cpu_yyy, cpu_zzz;
575 jiff cpu_use, cpu_nic, cpu_sys, cpu_idl, cpu_iow, cpu_xxx, cpu_yyy, cpu_zzz;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dipconfig.c1114 unsigned long start_jiffies, timeout, jiff; local
1185 jiff = jiffies + (d->next ? CONF_INTER_TIMEOUT : timeout);
1186 while (time_before(jiffies, jiff) && !ic_got_reply)

Completed in 54 milliseconds