taglinefilesource code
uptime46fs/proc/array.cunsigned long uptime;
uptime49fs/proc/array.cuptime = jiffies + jiffies_offset;
uptime52fs/proc/array.cuptime / HZ,
uptime53fs/proc/array.cuptime % HZ,
uptime35include/linux/kernel.hlong uptime;      /* Seconds since boot */
uptime28kernel/info.cval.uptime = (jiffies + jiffies_offset) / HZ;