HomeSort by relevance Sort by last modified time
    Searched full:jiffies (Results 76 - 100 of 121) sorted by null

1 2 34 5

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
i2c-dev.h 35 #define I2C_TIMEOUT 0x0702 /* set timeout in jiffies - call with int */
lp.h 92 /* timeout for printk'ing a timeout, in jiffies (100ths of a second).
fd.h 132 * in jiffies) */
  /external/kernel-headers/original/linux/
wait.h 206 * @timeout: timeout, in jiffies
216 * jiffies if the condition evaluated to true before the timeout elapsed.
291 * @timeout: timeout, in jiffies
301 * was interrupted by a signal, and the remaining jiffies otherwise
serial_core.h 416 if (ch && time_before(jiffies, port->sysrq)) {
439 port->sysrq = jiffies + HZ*5;
ktime.h 25 #include <linux/jiffies.h>
fd.h 133 * in jiffies) */
sched.h 49 #include <linux/jiffies.h>
440 * other than jiffies.)
662 unsigned long last_balance; /* init to jiffies. units in jiffies */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
lp.h 92 /* timeout for printk'ing a timeout, in jiffies (100ths of a second).
fd.h 132 * in jiffies) */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
lp.h 92 /* timeout for printk'ing a timeout, in jiffies (100ths of a second).
fd.h 132 * in jiffies) */
  /external/kernel-headers/original/linux/netfilter_ipv4/
ip_conntrack.h 217 /* Refresh conntrack for this many jiffies and do accounting */
226 /* Refresh conntrack for this many jiffies */
  /system/core/init/
bootchart.c 197 long long jiffies = 100LL*strtod(buff,NULL); local
199 snprintf(buff,sizeof(buff),"%lld\n",jiffies);
  /external/iproute2/lib/
utils.c 99 * to pass jiffies, and have a different assumption for the units of
103 int get_jiffies(unsigned *jiffies, const char *arg, int base, int *raw)
143 strcasecmp(p,"jiffies") == 0)
151 *jiffies = t;
152 if (*jiffies < t)
153 *jiffies += 1;
  /dalvik/vm/
Misc.h 304 unsigned long utime; /* number of jiffies scheduled in user mode */
305 unsigned long stime; /* number of jiffies scheduled in kernel mode */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
emux_synth.h 189 unsigned long ontime; /* jiffies at note triggered */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
emux_synth.h 189 unsigned long ontime; /* jiffies at note triggered */
  /external/kernel-headers/original/linux/sunrpc/
sched.h 93 long tk_rtt; /* round-trip time (jiffies) */
xprt.h 196 connect_time, /* jiffies waiting for connect */
  /system/core/toolbox/
vmstat.c 220 /* Jiffies to percent conversion */
  /external/grub/netboot/
tlan.c     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/scsi/
sg.h 269 #define SG_DEFAULT_TIMEOUT (60*HZ) /* HZ == 'jiffies in 1 second' */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/scsi/
sg.h 269 #define SG_DEFAULT_TIMEOUT (60*HZ) /* HZ == 'jiffies in 1 second' */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/scsi/
sg.h 269 #define SG_DEFAULT_TIMEOUT (60*HZ) /* HZ == 'jiffies in 1 second' */

Completed in 725 milliseconds

1 2 34 5