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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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.c212 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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Dtimer.c943 unsigned long jiff = jiffies; local
944 if (time_after(jiff, priv->last_expires))
945 priv->correction += (long)jiff - (long)priv->last_expires;
946 snd_timer_interrupt(timer, (long)jiff - (long)priv->last_jiffies);
971 unsigned long jiff; local
975 jiff = jiffies;
976 if (time_before(jiff, priv->last_expires))
977 timer->sticks = priv->last_expires - jiff;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/vmstat/
H A Dvmstat.c141 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];
142 jiff duse, dsys, didl, diow, dstl, Div, divo2;
531 jiff cpu_use, cpu_nic, cpu_sys, cpu_idl, cpu_iow, cpu_xxx, cpu_yyy, cpu_zzz;
576 jiff cpu_use, cpu_nic, cpu_sys, cpu_idl, cpu_iow, cpu_xxx, cpu_yyy, cpu_zzz;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dipconfig.c1040 unsigned long start_jiffies, timeout, jiff; local
1108 jiff = jiffies + (d->next ? CONF_INTER_TIMEOUT : timeout);
1109 while (time_before(jiffies, jiff) && !ic_got_reply)

Completed in 65 milliseconds