HomeSort by relevance Sort by last modified time
    Searched defs:jiffies (Results 1 - 3 of 3) sorted by null

  /external/syslinux/core/include/
timer.h 9 static inline jiffies_t jiffies(void) function
  /external/syslinux/com32/include/syslinux/
pmapi.h 75 volatile uint32_t *jiffies; member in struct:com32_pmapi
  /external/ltp/tools/top-LTP/proc/
sysinfo.c 124 unsigned long long user_j, nice_j, sys_j, other_j; /* jiffies (clock ticks) */
126 unsigned long long jiffies; local
144 jiffies = user_j + nice_j + sys_j + other_j;
146 h = (unsigned)((double)jiffies / seconds / smp_num_cpus);
247 * The /proc filesystem calculates idle=jiffies-(user+nice+sys) and we
248 * recover jiffies by adding up the 4 or 5 numbers we are given. SMP kernels

Completed in 72 milliseconds